]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-11 Pavel Roskin <pavel_roskin@geocities.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 00:39:32 +0000 (00:39 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 00:39:32 +0000 (00:39 +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 5c764f3a2607063622bd2e1376a6232ea5bfd0d1..9f81dde5292c84b10f71bb04b0068b190c050520 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-11  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-04-11  Paul Eggert  <eggert@twinsun.com>
 
        * acgeneral.m4 (AC_CHECK_TYPE): Allow first argument to be a
index cb411b0fb7312493a15872e9e30ce2b1cd7e64b4..baf6508aa4452a2b22313c51c10817619b389bc3 100644 (file)
@@ -108,3 +108,9 @@ ifelse([$3],,[#
 #undef $1
 "@@@
 ])])
+
+dnl Autoheader is not the right program to complain about cross-compiling
+define([AC_TRY_RUN], [
+$2
+$3
+$4])