]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 ad6612ce632f9282b26320e84ca59fbe89809881..a72467822ffa17bd552afdc50ee59af4eee6b995 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 e2c0997f8b7bbec97f8c4483f70be4e403d09b01..49d2d20710f7c793017dcede5ba7e93e7bd22418 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