From 13cbbc4fe9da96e8d23f7689ba7e4784899cb0ee Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 14 Oct 2005 13:23:01 +0000 Subject: [PATCH] * tests/subproject.at: Move 'touch config.h.in' invocation. --- ChangeLog | 3 +-- tests/subproject.at | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d974d83b..6d911b234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ 2005-10-14 Gary V. Vaughan - * 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 diff --git a/tests/subproject.at b/tests/subproject.at index c4024a577..b77baab65 100644 --- a/tests/subproject.at +++ b/tests/subproject.at @@ -42,6 +42,8 @@ foo_la_LDFLAGS = -module -avoid-version ]]) echo 'static int dummy = 0;' > foo.c + +touch config.h.in ])# _LTDL_SETUP ## ------------------------ ## -- 2.47.3