* aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it

resulted in invalid shell code.
This commit is contained in:
Pavel Roskin 2000-09-27 13:16:13 +00:00
parent e6600f6485
commit f4bc20baf8
5 changed files with 9 additions and 4 deletions

View File

@ -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.

View 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

View 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

View 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

View 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