From 3a9aeb181285638ae4e3664cabbdf9797bb75a4b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 11 Apr 1999 00:39:32 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ autoheader.m4 | 6 ++++++ 2 files changed, 11 insertions(+) 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]) -- 2.47.2