From: Gary V. Vaughan Date: Fri, 14 Oct 2005 12:31:03 +0000 (+0000) Subject: * tests/subproject.at: Removed 'touch config.h.in' workaround for X-Git-Tag: release-2-1b~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89eddeb5cf452f99da7054f1556d5d2b4b769624;p=thirdparty%2Flibtool.git * tests/subproject.at: Removed 'touch config.h.in' workaround for bug now fixed. --- diff --git a/ChangeLog b/ChangeLog index e30e4c5ac..2d974d83b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-14 Gary V. Vaughan + * 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. diff --git a/tests/subproject.at b/tests/subproject.at index f135f9808..c4024a577 100644 --- a/tests/subproject.at +++ b/tests/subproject.at @@ -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