diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-08-27 23:05:06 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-08-27 23:05:06 +0000 |
commit | 94a935f072452d00207b1e8c1da75c31bb2a5f9b (patch) | |
tree | d361eca389dfde2929dcb15534f6a5739cc704c6 /autoconf | |
parent | e1630e01dee7f131eda6c1ddac4b6776fa1b31f4 (diff) |
Add --program-prefix support to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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) |