[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Tue Dec 14 20:01:59 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.142 -> 1.143
---
Log message:
Don't put newlines in AC macros that can't handle them!
---
Diffs of the changes: (+2 -3)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.142 llvm/autoconf/configure.ac:1.143
--- llvm/autoconf/configure.ac:1.142 Tue Dec 14 19:41:56 2004
+++ llvm/autoconf/configure.ac Tue Dec 14 22:01:48 2004
@@ -409,9 +409,8 @@
dnl===
dnl===-----------------------------------------------------------------------===
-AC_CHECK_FUNCS([backtrace getcwd gettimeofday isatty getrusage mkstemp mktemp
- mkdtemp realpath])
-AC_CHECK_FUNCS([strdup strtoq strtoll])
+AC_CHECK_FUNCS([backtrace getcwd gettimeofday isatty getrusage mkstemp mktemp])
+AC_CHECK_FUNCS([mkdtemp realpath strdup strtoq strtoll])
AC_C_PRINTF_A
AC_FUNC_ALLOCA
AC_FUNC_RAND48
More information about the llvm-commits
mailing list