From: Pavel Roskin Date: Wed, 27 Sep 2000 13:16:13 +0000 (+0000) Subject: * aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it X-Git-Tag: autoconf-2.50~603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bc20baf8c1a45a4125cd7230eaf7890f441ff5;p=thirdparty%2Fautoconf.git * aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it resulted in invalid shell code. --- diff --git a/ChangeLog b/ChangeLog index f095c43ed..1f9090b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-27 Pavel Roskin + + * aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it + resulted in invalid shell code. + 2000-09-27 Lars J. Aas * autoconf.sh: Report full macro name for missing macros. diff --git a/aclang.m4 b/aclang.m4 index 60d49813f..9434ccc5e 100644 --- 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 diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 60d49813f..9434ccc5e 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.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 diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index 60d49813f..9434ccc5e 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.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 diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index 60d49813f..9434ccc5e 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.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