[llvm-commits] [TV] r79239 - /television/trunk/configure
Misha Brukman
brukman+llvm at gmail.com
Mon Aug 17 08:20:34 PDT 2009
Author: brukman
Date: Mon Aug 17 10:20:34 2009
New Revision: 79239
URL: http://llvm.org/viewvc/llvm-project?rev=79239&view=rev
Log:
Regenerated configure script.
Modified:
television/trunk/configure
Modified: television/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/television/trunk/configure?rev=79239&r1=79238&r2=79239&view=diff
==============================================================================
--- television/trunk/configure (original)
+++ television/trunk/configure Mon Aug 17 10:20:34 2009
@@ -617,6 +617,8 @@
target_alias
LLVM_SRC
LLVM_OBJ
+POOLALLOC_SRC
+POOLALLOC_OBJ
LIBOBJS
LTLIBOBJS'
ac_subst_files=''
@@ -1193,8 +1195,10 @@
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-llvmsrc Location of LLVM Source Code
- --with-llvmobj Location of LLVM Object Code
+ --with-llvm-src Location of LLVM Source Code
+ --with-llvm-obj Location of LLVM Object Code
+ --with-poolalloc-src Location of PoolAlloc Source Code
+ --with-poolalloc-obj Location of PoolAlloc Object Code
Report bugs to <llvmbugs at cs.uiuc.edu>.
_ACEOF
@@ -1680,9 +1684,9 @@
-# Check whether --with-llvmsrc was given.
-if test "${with_llvmsrc+set}" = set; then
- withval=$with_llvmsrc; LLVM_SRC=$withval
+# Check whether --with-llvm-src was given.
+if test "${with_llvm_src+set}" = set; then
+ withval=$with_llvm_src; LLVM_SRC=$withval
else
LLVM_SRC=`cd ${srcdir}/../..; pwd`
@@ -1690,9 +1694,9 @@
fi
-# Check whether --with-llvmobj was given.
-if test "${with_llvmobj+set}" = set; then
- withval=$with_llvmobj; LLVM_OBJ=$withval
+# Check whether --with-llvm-obj was given.
+if test "${with_llvm_obj+set}" = set; then
+ withval=$with_llvm_obj; LLVM_OBJ=$withval
else
LLVM_OBJ=`cd ../..; pwd`
@@ -1700,6 +1704,27 @@
fi
+
+# Check whether --with-poolalloc-src was given.
+if test "${with_poolalloc_src+set}" = set; then
+ withval=$with_poolalloc_src; POOLALLOC_SRC=$withval
+
+else
+ POOLALLOC_SRC=`cd ${srcdir}/../..; pwd`
+
+fi
+
+
+# Check whether --with-poolalloc-obj was given.
+if test "${with_poolalloc_obj+set}" = set; then
+ withval=$with_poolalloc_obj; POOLALLOC_OBJ=$withval
+
+else
+ POOLALLOC_OBJ=`cd ../..; pwd`
+
+fi
+
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -2388,11 +2413,13 @@
target_alias!$target_alias$ac_delim
LLVM_SRC!$LLVM_SRC$ac_delim
LLVM_OBJ!$LLVM_OBJ$ac_delim
+POOLALLOC_SRC!$POOLALLOC_SRC$ac_delim
+POOLALLOC_OBJ!$POOLALLOC_OBJ$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 43; then
break
elif $ac_last_try; then
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
More information about the llvm-commits
mailing list