]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-02-10 Pavel Roskin <pavel_roskin@geocities.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 10 Apr 1999 21:10:58 +0000 (21:10 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 10 Apr 1999 21:10:58 +0000 (21:10 +0000)
* autoheader.m4: Do not complain about using AC_TRY_RUN without a
cross-compilation action--only autoconf should do this.

ChangeLog
autoheader.m4

index c8f9d8a14003fd2e620b483e43cd91a3c25d92cf..ea1c9ab8c0295ac1f8db95bcd18cdadc308fa895 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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.
index cb411b0fb7312493a15872e9e30ce2b1cd7e64b4..26f63c7f020e80db175384754c071432c66bd1ed 100644 (file)
@@ -108,3 +108,6 @@ ifelse([$3],,[#
 #undef $1
 "@@@
 ])])
+
+dnl autoheader is not the right program to complain about cross-compiling
+define([AC_TRY_RUN], [])