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