From: Gary V. Vaughan Date: Tue, 8 Jan 2008 06:56:03 +0000 (+0000) Subject: * tests/recursive.at: Remove bogus --debug option. X-Git-Tag: release-2-1b~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24ca52570ca93a9f143da59e98ce1278131a3d5a;p=thirdparty%2Flibtool.git * tests/recursive.at: Remove bogus --debug option. Reported by Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0fb026aca..d6b6bcdc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ 2008-01-08 Gary V. Vaughan + * tests/recursive.at: Remove bogus --debug option. + Reported by Ralf Wildenhues + * tests/configure-iface.at: Build libltdl in a subdir so that it can be easily removed without trying to remove config.log on windows (which can't delete a file until it is closed). + Reported by Ralf Wildenhues * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX instead of ${top_builddir} for Autoconf-2.62. diff --git a/tests/recursive.at b/tests/recursive.at index b45f48835..3a120f0ad 100644 --- a/tests/recursive.at +++ b/tests/recursive.at @@ -81,7 +81,7 @@ AT_SETUP([compiling copied libltdl]) _LT_AT_LTDL_SETUP -LT_AT_LIBTOOLIZE([--debug --copy --ltdl]) +LT_AT_LIBTOOLIZE([--copy --ltdl]) AT_CHECK([if test -f ltdl/configure.ac; then false; fi]) LT_AT_AUTORECONF([--force --verbose --install])