mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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:
parent
b8b5a1519f
commit
3a9aeb1812
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user