From: Ben Elliston Date: Sat, 10 Apr 1999 21:10:58 +0000 (+0000) Subject: 1999-02-10 Pavel Roskin X-Git-Tag: experimental-branchpoint~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7c99978a0efd0dbd852cc807c0551c3dcbe1f6;p=thirdparty%2Fautoconf.git 1999-02-10 Pavel Roskin * autoheader.m4: Do not complain about using AC_TRY_RUN without a cross-compilation action--only autoconf should do this. --- diff --git a/ChangeLog b/ChangeLog index c8f9d8a1..ea1c9ab8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -193,6 +193,11 @@ * standards.texi: Update from FSF. +1999-02-10 Pavel Roskin + + * 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 * acgeneral.m4 (AC_CACHE_LOAD): Avoid sourcing special files. diff --git a/autoheader.m4 b/autoheader.m4 index cb411b0f..26f63c7f 100644 --- a/autoheader.m4 +++ b/autoheader.m4 @@ -108,3 +108,6 @@ ifelse([$3],,[# #undef $1 "@@@ ])]) + +dnl autoheader is not the right program to complain about cross-compiling +define([AC_TRY_RUN], [])