]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/subproject.at: Move 'touch config.h.in' invocation.
authorGary V. Vaughan <gary@gnu.org>
Fri, 14 Oct 2005 13:23:01 +0000 (13:23 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 14 Oct 2005 13:23:01 +0000 (13:23 +0000)
ChangeLog
tests/subproject.at

index 2d974d83b375ac915aa97eb12552c576a5718a91..6d911b23428e1977ce5f1838c4175cfd72ad89b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,6 @@
 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: Move 'touch config.h.in' invocation.
 
        * tests/subproject.at (_LTDL_SETUP): Use pushdef/popdef to
        simulate file-local scope.  Empty source file compilation is not
index c4024a5771a1d2971c1730b82854dcc018ee86c1..b77baab65791968d6f6ee35865b434ec5b0385cf 100644 (file)
@@ -42,6 +42,8 @@ foo_la_LDFLAGS = -module -avoid-version
 ]])
 
 echo 'static int dummy = 0;' > foo.c
+
+touch config.h.in
 ])# _LTDL_SETUP
 
 ## ------------------------ ##