* lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
expanding it.
+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.
# 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
}
_AS_TR_CPP_PREPARE
_AS_TR_SH_PREPARE
_AS_UNSET_PREPARE
+m4_popdef([AS_REQUIRE])dnl
])
# AS_PREPARE