1999-04-11 Pavel Roskin <pavel_roskin@geocities.com>

* autoheader.m4: Do not complain about using AC_TRY_RUN without a
	cross-compilation action--only autoconf should do this.
This commit is contained in:
Ben Elliston 1999-04-11 00:39:32 +00:00
parent b8b5a1519f
commit 3a9aeb1812
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-04-11 Pavel Roskin <pavel_roskin@geocities.com>
* 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 <eggert@twinsun.com>
* acgeneral.m4 (AC_CHECK_TYPE): Allow first argument to be a

View File

@ -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])