From: Ben Elliston Date: Sun, 11 Apr 1999 00:39:32 +0000 (+0000) Subject: 1999-04-11 Pavel Roskin X-Git-Tag: experimental-branchpoint~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9aeb181285638ae4e3664cabbdf9797bb75a4b;p=thirdparty%2Fautoconf.git 1999-04-11 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 5c764f3a..9f81dde5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-11 Pavel Roskin + + * 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 * acgeneral.m4 (AC_CHECK_TYPE): Allow first argument to be a diff --git a/autoheader.m4 b/autoheader.m4 index cb411b0f..baf6508a 100644 --- a/autoheader.m4 +++ b/autoheader.m4 @@ -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])