mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
Fix Libtool's config.lt test.
* lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while expanding it.
This commit is contained in:
parent
7eba1c0ae0
commit
a38c243f00
@ -1,3 +1,9 @@
|
||||
2008-10-16 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
Fix Libtool's config.lt test.
|
||||
* lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
|
||||
expanding it.
|
||||
|
||||
2008-10-15 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Break circular require chain in _AS_LINENO_PREPARE.
|
||||
|
@ -257,7 +257,8 @@ fi
|
||||
# there are so many _AS_PREPARE_* below, and that's also why it is
|
||||
# important not to forget some: config.status needs them.
|
||||
m4_defun([_AS_PREPARE],
|
||||
[as_func_mkdir_p ()
|
||||
[m4_pushdef([AS_REQUIRE], [])dnl
|
||||
as_func_mkdir_p ()
|
||||
{
|
||||
_AS_MKDIR_P
|
||||
}
|
||||
@ -274,6 +275,7 @@ _AS_TEST_PREPARE
|
||||
_AS_TR_CPP_PREPARE
|
||||
_AS_TR_SH_PREPARE
|
||||
_AS_UNSET_PREPARE
|
||||
m4_popdef([AS_REQUIRE])dnl
|
||||
])
|
||||
|
||||
# AS_PREPARE
|
||||
|
Loading…
Reference in New Issue
Block a user