From b8b5a1519f68e98fd6dc86909d1ca851e970cfda Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 10 Apr 1999 21:50:49 +0000 Subject: [PATCH] Back out Pavel Roskin's autoheader patch. It's broken. --- ChangeLog | 5 ----- autoheader.m4 | 3 --- 2 files changed, 8 deletions(-) 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], [])