automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Don't call AC_PROG_INSTALL and AC_PROG_MAKE_SET in test suite.


From: Alexandre Duret-Lutz
Subject: FYI: Don't call AC_PROG_INSTALL and AC_PROG_MAKE_SET in test suite.
Date: 17 Sep 2002 21:32:21 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm installing this.   These macros are not needed today.

2002-09-17  Alexandre Duret-Lutz  <address@hidden>

        * tests/defs.in (configure.in): Don't call AC_PROG_INSTALL and
        AC_PROG_MAKE_SET.

Index: tests/defs.in
===================================================================
RCS file: /cvs/automake/automake/tests/defs.in,v
retrieving revision 1.1
diff -u -r1.1 defs.in
--- tests/defs.in       8 Sep 2002 13:07:55 -0000       1.1
+++ tests/defs.in       17 Sep 2002 19:31:10 -0000
@@ -146,8 +146,6 @@
 cat > configure.in << END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_CONFIG_FILES([Makefile])
 END
 

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]