From: Ben Elliston Date: Sat, 10 Apr 1999 21:50:49 +0000 (+0000) Subject: Back out Pavel Roskin's autoheader patch. It's broken. X-Git-Tag: experimental-branchpoint~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b5a1519f68e98fd6dc86909d1ca851e970cfda;p=thirdparty%2Fautoconf.git Back out Pavel Roskin's autoheader patch. It's broken. --- diff --git a/ChangeLog b/ChangeLog index d33504ea..5c764f3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -198,11 +198,6 @@ * 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 26f63c7f..cb411b0f 100644 --- a/autoheader.m4 +++ b/autoheader.m4 @@ -108,6 +108,3 @@ ifelse([$3],,[# #undef $1 "@@@ ])]) - -dnl autoheader is not the right program to complain about cross-compiling -define([AC_TRY_RUN], [])