From: Alexandre Duret-Lutz Date: Tue, 17 Sep 2002 19:32:54 +0000 (+0000) Subject: * tests/defs.in (configure.in): Don't call AC_PROG_INSTALL and X-Git-Tag: v1.10.2~1193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8409243f299257306ec75781bd48a66d4741b6d;p=platform%2Fupstream%2Fautomake.git * tests/defs.in (configure.in): Don't call AC_PROG_INSTALL and AC_PROG_MAKE_SET. --- diff --git a/ChangeLog b/ChangeLog index ad6612c..a724678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-17 Alexandre Duret-Lutz + * 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. diff --git a/tests/defs.in b/tests/defs.in index e2c0997..49d2d20 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -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