* tests/defs.in (configure.in): Don't call AC_PROG_INSTALL and
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 17 Sep 2002 19:32:54 +0000 (19:32 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 17 Sep 2002 19:32:54 +0000 (19:32 +0000)
AC_PROG_MAKE_SET.

ChangeLog
tests/defs.in

index ad6612c..a724678 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * tests/defs.in (configure.in): Don't call AC_PROG_INSTALL and
+       AC_PROG_MAKE_SET.
+
        * lib/config.guess, lib/config.sub, lib/INSTALL,
        lib/Automate/Struct.pm: New upstream version.
        * Makefile.am (mdate-sh): New rule.
index e2c0997..49d2d20 100644 (file)
@@ -146,8 +146,6 @@ cd ./testSubDir
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_CONFIG_FILES([Makefile])
 END