]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac (AC_CONFIG_TESTDIR, AC_CONFIG_TESTFILES): Comment
authorGary V. Vaughan <gary@gnu.org>
Wed, 15 Oct 2003 08:44:52 +0000 (08:44 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 15 Oct 2003 08:44:52 +0000 (08:44 +0000)
this out for now, the autotest testsuite rewrite is not ready
yet.

ChangeLog
configure.ac

index ba20b81f1d7e330e19a6f300a43c965175620238..45264f889a94bad719711fad8ab82251722c46ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-10-15  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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,
index 97b5b42e14d19534313966accac7f31e72ce853a..8c7cc399c764302218067beef9e1150105b9c971 100644 (file)
@@ -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])
 
 
 ## ---------------------------------------- ##