Don't put newlines in AC macros that can't handle them!
authorReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 04:01:48 +0000 (04:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 04:01:48 +0000 (04:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18952 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index e295b87878002dea4648a6b3ec1059258c572404..2ce691b9a1cab959ee8d7e5476e8ed202573a14c 100644 (file)
@@ -409,9 +409,8 @@ dnl=== SECTION 8: Check for specific functions needed
 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
index 1b47b619af93477f3373fb4fd4bae044140779d0..b0545cfd409567eed25bcb5ff9d2990f55758b02 100755 (executable)
--- a/configure
+++ b/configure
 
 
 
-
-
 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 @@ done
 
 
 
-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