Fix Libtool's config.lt test.

* lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
expanding it.
This commit is contained in:
Paolo Bonzini 2008-10-16 08:19:15 +02:00
parent 7eba1c0ae0
commit a38c243f00
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

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