From 94a935f072452d00207b1e8c1da75c31bb2a5f9b Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Mon, 27 Aug 2012 23:05:06 +0000 Subject: Add --program-prefix support to build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162707 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 7fa883e9cc..5975707874 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -40,6 +40,9 @@ dnl in the output of --version option of the generated configure script. AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."]) AC_COPYRIGHT([Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.]) +dnl Add --program-prefix value to Makefile.rules. Already an ARG variable. +AC_SUBST([program_prefix]) + dnl Indicate that we require autoconf 2.60 or later. AC_PREREQ(2.60) -- cgit v1.2.3