]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Regenerate.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 18 Dec 2011 10:06:13 +0000 (10:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 18 Dec 2011 10:06:13 +0000 (10:06 +0000)
* configure: Regenerate.
config/
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.

From-SVN: r182459

ChangeLog
config/ChangeLog
config/acx.m4
configure

index 068cbdfd631b1fed1f9ccf4547499b5cb1baf46a..260080a1650e8e32b966512ab45e31c7814d7050 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * configure: Regenerate.
+
 2011-06-27  Hans-Peter Nilsson  <hp@axis.com>
 
        PR regression/47836
index b913499c04adb260670c438e4de87e2a9b198c42..0ea7b3c2dd00afaefeec7745fb42265a1b794d8a 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * acx.m4 (Test for GNAT): Update comment and add quotes in final test.
+
 2011-06-19  Jack Howarth <howarth@bromo.med.uc.edu>
 
        PR target/49461
index b559c03ebdf2dff5ff0aaf7b1f916dd47a62e806..9ff31eb85f3d4375a784d266953cfeaf8808f413 100644 (file)
@@ -356,9 +356,9 @@ m4_define([AC_CHECK_HEADER],m4_defn([_AC_CHECK_HEADER_OLD]))
 ac_c_preproc_warn_flag=yes])# AC_PROG_CPP_WERROR
 
 # Test for GNAT.
-# We require the gnatbind program, and a compiler driver that
-# understands Ada.  We use the user's CC setting, already found,
-# and possibly add $1 to the command-line parameters.
+# We require the gnatbind & gnatmake programs, as well as a compiler driver
+# that understands Ada.  We use the user's CC setting, already found, and
+# possibly add $1 to the command-line parameters.
 #
 # Sets the shell variable have_gnat to yes or no as appropriate, and
 # substitutes GNATBIND and GNATMAKE.
@@ -387,7 +387,7 @@ if test x"$errors" = x && test -f conftest.$ac_objext; then
 fi
 rm -f conftest.*])
 
-if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
+if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
   have_gnat=yes
 else
   have_gnat=no
index f44c9885b1a87d68e5de5a9f441159a73ea01f7a..612e5dcaf02c1da1789c208cc3582930fc9e41d6 100755 (executable)
--- a/configure
+++ b/configure
@@ -5244,7 +5244,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
 
-if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
+if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
   have_gnat=yes
 else
   have_gnat=no