]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it
authorPavel Roskin <proski@gnu.org>
Wed, 27 Sep 2000 13:16:13 +0000 (13:16 +0000)
committerPavel Roskin <proski@gnu.org>
Wed, 27 Sep 2000 13:16:13 +0000 (13:16 +0000)
resulted in invalid shell code.

ChangeLog
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4

index f095c43ed3006f3b598d7d4a6292d47aa4227316..1f9090b8c694c318a4a14dbf7bced96a0b3a5fb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-27  Pavel Roskin  <proski@gnu.org>
+
+       * aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it
+       resulted in invalid shell code.
+
 2000-09-27  Lars J. Aas  <larsa@sim.no>
 
        * autoconf.sh: Report full macro name for missing macros.
index 60d49813fe82afd0a9d96fa1524c7f76d39208c3..9434ccc5e25e983f4bd3cb68aa565dc6133a1505 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -522,7 +522,7 @@ To enable cross compilation, use `--host'.])
 fi
 AC_MSG_RESULT(yes)],
 [AC_MSG_RESULT(no)
-AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])[]dnl
+AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])
 AC_MSG_CHECKING([whether we are cross compiling])
 AC_MSG_RESULT($cross_compiling)
 ])# _AC_LANG_COMPILER_WORKS
index 60d49813fe82afd0a9d96fa1524c7f76d39208c3..9434ccc5e25e983f4bd3cb68aa565dc6133a1505 100644 (file)
@@ -522,7 +522,7 @@ To enable cross compilation, use `--host'.])
 fi
 AC_MSG_RESULT(yes)],
 [AC_MSG_RESULT(no)
-AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])[]dnl
+AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])
 AC_MSG_CHECKING([whether we are cross compiling])
 AC_MSG_RESULT($cross_compiling)
 ])# _AC_LANG_COMPILER_WORKS
index 60d49813fe82afd0a9d96fa1524c7f76d39208c3..9434ccc5e25e983f4bd3cb68aa565dc6133a1505 100644 (file)
@@ -522,7 +522,7 @@ To enable cross compilation, use `--host'.])
 fi
 AC_MSG_RESULT(yes)],
 [AC_MSG_RESULT(no)
-AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])[]dnl
+AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])
 AC_MSG_CHECKING([whether we are cross compiling])
 AC_MSG_RESULT($cross_compiling)
 ])# _AC_LANG_COMPILER_WORKS
index 60d49813fe82afd0a9d96fa1524c7f76d39208c3..9434ccc5e25e983f4bd3cb68aa565dc6133a1505 100644 (file)
@@ -522,7 +522,7 @@ To enable cross compilation, use `--host'.])
 fi
 AC_MSG_RESULT(yes)],
 [AC_MSG_RESULT(no)
-AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])[]dnl
+AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)])
 AC_MSG_CHECKING([whether we are cross compiling])
 AC_MSG_RESULT($cross_compiling)
 ])# _AC_LANG_COMPILER_WORKS