mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
1999-02-10 Pavel Roskin <pavel_roskin@geocities.com>
* autoheader.m4: Do not complain about using AC_TRY_RUN without a cross-compilation action--only autoconf should do this.
This commit is contained in:
parent
c88dd52454
commit
3c7c99978a
@ -193,6 +193,11 @@
|
||||
|
||||
* standards.texi: Update from FSF.
|
||||
|
||||
1999-02-10 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* autoheader.m4: Do not complain about using AC_TRY_RUN without a
|
||||
cross-compilation action--only autoconf should do this.
|
||||
|
||||
1999-02-10 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* acgeneral.m4 (AC_CACHE_LOAD): Avoid sourcing special files.
|
||||
|
@ -108,3 +108,6 @@ ifelse([$3],,[#
|
||||
#undef $1
|
||||
"@@@
|
||||
])])
|
||||
|
||||
dnl autoheader is not the right program to complain about cross-compiling
|
||||
define([AC_TRY_RUN], [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user