* configure: Regenerate.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 18 Dec 2011 10:20:52 +0000 (10:20 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 18 Dec 2011 10:20:52 +0000 (10:20 +0000)
config/
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.

ChangeLog
config/ChangeLog
config/acx.m4
configure

index 06cae4ee18069a0cba6a7addf9b81198621d090c..265f82871f408068d499b4ed8c5cbbf3369ada4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * configure: Regenerate.
+
 2011-12-15  Jeff Johnston  <jjohnstn@redhat.com>
 
        * COPYING.LIBGLOSS: Add GPL with exception license.
index ea203bc061f0ce81c33b57520deacae43757529f..da5fe51aec937efb525a969f6003c08531cd8425 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-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove.
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 9a0086c99c93e9efa455a52409678c5a20a2e91f..2579c9f75717420ea240876cb1fb08ac48babef9 100755 (executable)
--- a/configure
+++ b/configure
@@ -4977,7 +4977,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
This page took 0.041168 seconds and 4 git commands to generate.