[llvm-commits] CVS: llvm/autoconf/AutoRegen.sh configure.ac

Reid Spencer reid at x10sys.com
Wed Oct 27 16:03:55 PDT 2004



Changes in directory llvm/autoconf:

AutoRegen.sh updated: 1.10 -> 1.11
configure.ac updated: 1.125 -> 1.126
---
Log message:

Changes to support rand48 tests

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

Index: llvm/autoconf/AutoRegen.sh
diff -u llvm/autoconf/AutoRegen.sh:1.10 llvm/autoconf/AutoRegen.sh:1.11
--- llvm/autoconf/AutoRegen.sh:1.10	Thu Oct 21 22:39:08 2004
+++ llvm/autoconf/AutoRegen.sh	Wed Oct 27 18:03:44 2004
@@ -48,5 +48,5 @@
 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
 cd ..
 echo "Regenerating config.h.in with autoheader 2.59"
-autoheader -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
+autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
 exit 0


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.125 llvm/autoconf/configure.ac:1.126
--- llvm/autoconf/configure.ac:1.125	Mon Oct 25 03:18:47 2004
+++ llvm/autoconf/configure.ac	Wed Oct 27 18:03:44 2004
@@ -1,5 +1,5 @@
 dnl Initialize autoconf
-AC_INIT([[LLVM]],[[1.4]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.4]],[llvmbugs at cs.uiuc.edu])
 
 dnl Place all of the extra autoconf files into the config subdirectory
 dnl Tell various tools where the m4 autoconf macros are
@@ -318,6 +318,7 @@
 
 AC_FUNC_ISNAN
 AC_FUNC_ISINF
+AC_FUNC_RAND48
 
 dnl Checks for library functions.
 AC_FUNC_ALLOCA






More information about the llvm-commits mailing list