]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/subproject.at: Removed 'touch config.h.in' workaround for
authorGary V. Vaughan <gary@gnu.org>
Fri, 14 Oct 2005 12:31:03 +0000 (12:31 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 14 Oct 2005 12:31:03 +0000 (12:31 +0000)
bug now fixed.

ChangeLog
tests/subproject.at

index e30e4c5ac80286a8c5d51146eb98f1a3648db5dd..2d974d83b375ac915aa97eb12552c576a5718a91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-14  Gary V. Vaughan  <gary@gnu.org>
 
+       * tests/subproject.at: Removed 'touch config.h.in' workaround for
+       bug now fixed.
+
        * tests/subproject.at (_LTDL_SETUP): Use pushdef/popdef to
        simulate file-local scope.  Empty source file compilation is not
        portable, so add minimal code to generated foo.c file.
index f135f9808167ad9218523243401e896fed2d44f3..c4024a5771a1d2971c1730b82854dcc018ee86c1 100644 (file)
@@ -51,11 +51,12 @@ echo 'static int dummy = 0;' > foo.c
 AT_SETUP([compiling softlinked libltdl])
 
 _LTDL_SETUP
-touch config.h.in
+
 LT_AT_LIBTOOLIZE([--ltdl])
 LT_AT_ACLOCAL([-I sub/ltdl/m4])
 LT_AT_AUTOMAKE([--add-missing --copy])
 LT_AT_AUTOCONF
+
 LT_AT_CONFIGURE
 LT_AT_MAKE
 
@@ -71,11 +72,12 @@ AT_CLEANUP
 AT_SETUP([compiling copied libltdl])
 
 _LTDL_SETUP
-touch config.h.in
+
 LT_AT_LIBTOOLIZE([--copy --ltdl])
 LT_AT_ACLOCAL([-I sub/ltdl/m4])
 LT_AT_AUTOMAKE([--add-missing --copy])
 LT_AT_AUTOCONF
+
 LT_AT_CONFIGURE
 LT_AT_MAKE