* tests/subproject.at: Move 'touch config.h.in' invocation.

This commit is contained in:
Gary V. Vaughan 2005-10-14 13:23:01 +00:00
parent 89eddeb5cf
commit 13cbbc4fe9
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -42,6 +42,8 @@ foo_la_LDFLAGS = -module -avoid-version
]])
echo 'static int dummy = 0;' > foo.c
touch config.h.in
])# _LTDL_SETUP
## ------------------------ ##