mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
* lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
with `autoconf -Wall,error'.
This commit is contained in:
parent
44ee36a74e
commit
d22e7cb9e4
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2004-01-09 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
|
||||
with `autoconf -Wall,error'. Bug reported by Eric Blake in
|
||||
<http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html>.
|
||||
(_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
|
||||
AC_COMPILE_IFELSE, since we now assume our caller invokes
|
||||
AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
|
||||
(_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
|
||||
of AC_RUN_IFELSE; this avoids the warning mentioned above.
|
||||
(_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
|
||||
|
||||
2004-01-07 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
|
||||
|
Loading…
x
Reference in New Issue
Block a user