]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Quote cleanly.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jul 2011 21:19:32 +0000 (14:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jul 2011 20:01:46 +0000 (13:01 -0700)
This is imported from gnulib.  gnulib also has an HP-UX 11.11 fix, but
let's see if we can do that another way, as it's pretty heaviweight.

ChangeLog
lib/autoconf/specific.m4

index e22535086c9397e5bcaa95da7647ab81ce89cf7d..2301762b256123d16294f8b6d5a2884878a098f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Quote cleanly.
+       This is imported from gnulib.  gnulib also has an HP-UX 11.11 fix, but
+       let's see if we can do that another way, as it's pretty heaviweight.
+
 2011-07-22  Eric Blake  <eblake@redhat.com>
 
        docs: fix minor doc problems
index 2630edb5ced05e6eb7add4f2100b35321382fb4b..5a9ca94d9599101b615bf68a55b0613dcec3e9d3 100644 (file)
@@ -402,9 +402,9 @@ dnl configure.ac when using autoheader 2.62.
   AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__],
     [ac_cv_safe_to_define___extensions__],
     [AC_COMPILE_IFELSE(
-       [AC_LANG_PROGRAM([
-#        define __EXTENSIONS__ 1
-         AC_INCLUDES_DEFAULT])],
+       [AC_LANG_PROGRAM([[
+#         define __EXTENSIONS__ 1
+          ]AC_INCLUDES_DEFAULT])],
        [ac_cv_safe_to_define___extensions__=yes],
        [ac_cv_safe_to_define___extensions__=no])])
   test $ac_cv_safe_to_define___extensions__ = yes &&