[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Tue Dec 14 17:42:07 PST 2004



Changes in directory llvm:

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

Add some system specific functions we use

---
Diffs of the changes:  (+5 -1)

Index: llvm/configure
diff -u llvm/configure:1.150 llvm/configure:1.151
--- llvm/configure:1.150	Sun Dec 12 20:16:51 2004
+++ llvm/configure	Tue Dec 14 19:41:56 2004
@@ -26617,7 +26617,11 @@
 
 
 
-for ac_func in backtrace getcwd gettimeofday isatty getrusage mkstemp
+
+
+
+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






More information about the llvm-commits mailing list