mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Document that Automake relies on this macro. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
31796ef989
commit
34163e58d4
@ -1,3 +1,9 @@
|
||||
2009-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
|
||||
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Document that
|
||||
Automake relies on this macro.
|
||||
|
||||
2009-04-06 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Reduce testsuite size.
|
||||
|
@ -626,6 +626,9 @@ AC_MSG_RESULT([$ac_cv_exeext])
|
||||
#
|
||||
# Must be run before _AC_COMPILER_OBJEXT because _AC_COMPILER_EXEEXT_DEFAULT
|
||||
# checks whether the compiler works.
|
||||
#
|
||||
# Do not rename this macro; Automake decides whether EXEEXT is used
|
||||
# by checking whether `_AC_COMPILER_EXEEXT' has been expanded.
|
||||
m4_define([_AC_COMPILER_EXEEXT],
|
||||
[AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
|
||||
ac_clean_files_save=$ac_clean_files
|
||||
|
Loading…
Reference in New Issue
Block a user