]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/cmdline_wrap.at: Avoid `AT_CAPTURE_FILE' if it not
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Apr 2007 20:50:07 +0000 (20:50 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Apr 2007 20:50:07 +0000 (20:50 +0000)
defined (Autoconf < 2.60).
* tests/shlibpath.at: Add `libtool' keyword.

ChangeLog
tests/cmdline_wrap.at
tests/shlibpath.at

index 2ad989a07cc9dc838ebb83e0aad32311b5cdacd1..be05893a4a5a6ce3e17729b303e834f2f422ab8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-04-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * tests/cmdline_wrap.at: Avoid `AT_CAPTURE_FILE' if it not
+       defined (Autoconf < 2.60).
+       * tests/shlibpath.at: Add `libtool' keyword.
+
        * tests/indirect_deps.at: New file, with tests to ensure
        `link_all_deplibs=no' does not break functionality.
        * Makefile.am: Adjust.
        libltdl/ltdl.h, libltdl/m4/argz.m4, libltdl/m4/libtool.m4,
        libltdl/m4/ltdl.m4, libltdl/m4/ltoptions.m4,
        libltdl/m4/ltsugar.m4, libltdl/m4/ltversion.in,
-       Jlibltdl/m4/ltversion.m4, libltdl/m4/lt~obsolete.m4,
+       libltdl/m4/ltversion.m4, libltdl/m4/lt~obsolete.m4,
        libltdl/slist.c, libtoolize.m4sh, tests/am-subdir.at,
        tests/cdemo-conf.test, tests/cdemo-exec.test,
        tests/cdemo-make.test, tests/cdemo-shared.test,
index 8c84a691bf5cab556b68ccd5560ebfcbb34306c7..0c47db81c1c2d73a6e43302db051153957a7a76f 100644 (file)
@@ -27,7 +27,8 @@
 
 AT_SETUP([Run tests with low max_cmd_len])
 AT_KEYWORDS([recursive])
-AT_CAPTURE_FILE([testsuite.log])
+m4_ifdef([AT_CAPTURE_FILE],
+[AT_CAPTURE_FILE([testsuite.log])])
 
 sed 's,max_cmd_len=.*,max_cmd_len="24",' < $LIBTOOL > libtool
 chmod +x libtool
index 9087ec54dd6c8bba6bd48346a31164195a57baed..8656bade6446732d11b0d001fa3d0c23edae2b79 100644 (file)
@@ -23,6 +23,7 @@
 ####
 
 AT_SETUP([shlibpath_overrides_runpath])
+AT_KEYWORDS([libtool])
 
 mkdir sub sub/lib sub/bin
 echo 'int a () { return 0; }' > a.c