From: Gary V. Vaughan Date: Wed, 15 Oct 2003 08:44:52 +0000 (+0000) Subject: * configure.ac (AC_CONFIG_TESTDIR, AC_CONFIG_TESTFILES): Comment X-Git-Tag: release-1-9b~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d68ad0d615334518a15110cfc6ed195e28a43c;p=thirdparty%2Flibtool.git * configure.ac (AC_CONFIG_TESTDIR, AC_CONFIG_TESTFILES): Comment this out for now, the autotest testsuite rewrite is not ready yet. --- diff --git a/ChangeLog b/ChangeLog index ba20b81f1..45264f889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-10-15 Gary V. Vaughan + * configure.ac (AC_CONFIG_TESTDIR, AC_CONFIG_TESTFILES): Comment + this out for now, the autotest testsuite rewrite is not ready + yet. + * tests/cdemo/Makefile.am, tests/demo/Makefile.am, tests/depdemo/Makefile.am, tests/f77demo/Makefile.am, tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am, diff --git a/configure.ac b/configure.ac index 97b5b42e1..8c7cc399c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,8 +29,13 @@ AC_INIT([libtool], [1.5a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in]) AC_CONFIG_AUX_DIR([config]) -AC_CONFIG_TESTDIR([tests]) -AC_CONFIG_FILES([tests/atlocal]) + +## ------------------------ ## +## Autotest initialisation. ## +## ------------------------ ## + +dnl AC_CONFIG_TESTDIR([tests]) +dnl AC_CONFIG_FILES([tests/atlocal]) ## ---------------------------------------- ##