[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Tue Dec 14 20:01:59 PST 2004



Changes in directory llvm:

configure updated: 1.151 -> 1.152
---
Log message:

Don't put newlines in AC macros that can't handle them!


---
Diffs of the changes:  (+3 -4)

Index: llvm/configure
diff -u llvm/configure:1.151 llvm/configure:1.152
--- llvm/configure:1.151	Tue Dec 14 19:41:56 2004
+++ llvm/configure	Tue Dec 14 22:01:48 2004
@@ -26618,10 +26618,7 @@
 
 
 
-
-
 for ac_func in backtrace getcwd gettimeofday isatty getrusage mkstemp mktemp
-                mkdtemp realpath
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -26725,7 +26722,9 @@
 
 
 
-for ac_func in strdup strtoq strtoll
+
+
+for ac_func in mkdtemp realpath strdup strtoq strtoll
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5






More information about the llvm-commits mailing list