rewrite ALLOCA related code as multiple lines so
authorRob Browning <rlb@defaultvalue.org>
Mon, 17 Nov 2003 19:14:44 +0000 (19:14 +0000)
committerRob Browning <rlb@defaultvalue.org>
Mon, 17 Nov 2003 19:14:44 +0000 (19:14 +0000)
it doesn't break with current autoconf substitutions.

configure.in

index bb05268..00724b8 100644 (file)
@@ -773,7 +773,10 @@ AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan sincos trunc)
 # explicitly to LIBOBJS to make sure that it is translated to
 # `alloca.lo' for libtool later on.  This can and should be done more cleanly.
 AC_FUNC_ALLOCA
-if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi
+if test "$ALLOCA" = "alloca.o"
+then
+  AC_LIBOBJ([alloca])
+fi
 
 AC_CHECK_MEMBERS([struct stat.st_rdev])
 AC_CHECK_MEMBERS([struct stat.st_blksize])