]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/recursive.at: Remove bogus --debug option.
authorGary V. Vaughan <gary@gnu.org>
Tue, 8 Jan 2008 06:56:03 +0000 (06:56 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Jan 2008 06:56:03 +0000 (06:56 +0000)
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

ChangeLog
tests/recursive.at

index 0fb026acafdda253b031e216cef669ae0061dcbc..d6b6bcdc51a6e864c773becaba1281f0f9d93f3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 2008-01-08  Gary V. Vaughan  <gary@gnu.org>
 
+       * tests/recursive.at: Remove bogus --debug option.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
        * 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 <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX
        instead of ${top_builddir} for Autoconf-2.62.
index b45f488358d8b9edf9e1e9e130c5382a5a8eae98..3a120f0add51a03f0cba67ba46d9a7be90c2b796 100644 (file)
@@ -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])