mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* aclang.m4 (_AC_LANG_COMPILER_WORKS): Remove []dnl because it
resulted in invalid shell code.
This commit is contained in:
parent
e6600f6485
commit
f4bc20baf8
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user