[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Tue Jun 22 16:36:01 PDT 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.91 -> 1.92
---
Log message:
Added the llvm/test/Programs/Makefile.test Makefile.
Added a check for isnan() while I was at it.
---
Diffs of the changes: (+2 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.91 llvm/autoconf/configure.ac:1.92
--- llvm/autoconf/configure.ac:1.91 Tue Jun 22 10:32:08 2004
+++ llvm/autoconf/configure.ac Tue Jun 22 16:35:10 2004
@@ -38,6 +38,7 @@
AC_CONFIG_MAKEFILE(test/QMTest/llvmdb.py)
AC_CONFIG_MAKEFILE(test/Programs/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/Makefile.programs)
+AC_CONFIG_MAKEFILE(test/Programs/Makefile.tests)
AC_CONFIG_MAKEFILE(test/Programs/TEST.aa.Makefile)
AC_CONFIG_MAKEFILE(test/Programs/TEST.dsgraph.report)
AC_CONFIG_MAKEFILE(test/Programs/TEST.aa.report)
@@ -285,7 +286,7 @@
fi
AC_HEADER_MMAP_ANONYMOUS
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty mkstemp getrusage)
+AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty mkstemp getrusage isnan)
AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
dnl Determine if the linker supports the -R option.
More information about the llvm-commits
mailing list