automake-patches
[Top][All Lists]
Advanced

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

14-fyi-realistic-tests-2.patch


From: Akim Demaille
Subject: 14-fyi-realistic-tests-2.patch
Date: Sat, 20 Oct 2001 13:17:10 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * tests/acoutnoq.test, tests/acoutput.test, tests/acoutqnl.test,
        * tests/acouttbs.test, tests/asm.test, tests/colon.test,
        * tests/colon2.test, tests/colon3.test, tests/colon4.test,
        * tests/colon5.test, tests/colon6.test, tests/colon7.test,
        * tests/conf2.test, tests/confh.test, tests/confh2.test,
        * tests/confh3.test, tests/confh4.test, tests/config.test,
        * tests/confsub.test, tests/depend3.test, tests/discover.test,
        * tests/fpinst2.test, tests/fpinstall.test, tests/gnits.test,
        * tests/header.test, tests/ldadd.test, tests/ldflags.test,
        * tests/libobj.test, tests/libobj10.test, tests/libobj2.test,
        * tests/libobj6.test, tests/libobj7.test, tests/libobj8.test,
        * tests/libobj9.test, tests/mdate4.test, tests/obsolete.test,
        * tests/output.test, tests/output2.test, tests/output3.test,
        * tests/output4.test, tests/output5.test, tests/package.test,
        * tests/parse.test, tests/pr2.test, tests/remake.test,
        * tests/remake2.test, tests/remake3.test, tests/scripts.test,
        * tests/stamph.test, tests/subdir.test, tests/subdir2.test,
        * tests/subdir4.test, tests/subdirbuiltsources.test,
        * tests/subobj4.test, tests/tagsub.test, tests/texinfo8.test,
        * tests/yacc5.test, tests/yacc6.test, tests/yacc7.test: Remove
        AC_ARG_PROGRAM, AC_PROG_INSTALL and AC_PROG_MAKE_SET invocation
        since AM_INIT_AUTOMAKE requires them.
        
        
Index: tests/acoutnoq.test
--- tests/acoutnoq.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/acoutnoq.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -13,9 +13,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT(Makefile, [true])
 END
 
Index: tests/acoutput.test
--- tests/acoutput.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/acoutput.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT([Makefile], [true])
 END
 
Index: tests/acoutqnl.test
--- tests/acoutqnl.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/acoutqnl.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT([Makefile],
 [echo zardoz has spoken])
 END
Index: tests/acouttbs.test
--- tests/acouttbs.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/acouttbs.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT(Makefile \
 zot)
 END
Index: tests/asm.test
--- tests/asm.test Wed, 09 May 2001 19:37:26 +0200 akim
+++ tests/asm.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,9 +7,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_SUBST(ASFLAGS)
 AC_OUTPUT(Makefile)
 END
@@ -28,9 +25,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_SUBST(ASFLAGS)
 AC_OUTPUT(Makefile)
@@ -43,9 +37,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AS='$(CC)'
 AC_SUBST(AS)
 AC_PROG_CC
@@ -59,9 +50,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AS='$(CC)'
 AC_SUBST(AS)
 AC_PROG_CC
Index: tests/colon.test
--- tests/colon.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT(Makefile foo.h:foo.hin)
 END
 
Index: tests/colon2.test
--- tests/colon2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile:zardoz.in)
 END
 
Index: tests/colon3.test
--- tests/colon3.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon3.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT(Makefile:zardoz.in:two.in:three.in)
 END
 
Index: tests/colon4.test
--- tests/colon4.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile zardoz:one:two:three)
 END
 
Index: tests/colon5.test
--- tests/colon5.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon5.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile:Makefile.in:Makefile.dep)
 END
 
Index: tests/colon6.test
--- tests/colon6.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon6.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(demo/Makefile demo/version.good:demo/version.gin)
 END
 
Index: tests/colon7.test
--- tests/colon7.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/colon7.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(subdir/bar:subdir/foo \
    Makefile \
    subdir/Makefile
Index: tests/conf2.test
--- tests/conf2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/conf2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/confh.test
--- tests/confh.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/confh.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AM_CONFIG_HEADER(include/config.h)
 AC_OUTPUT(Makefile include/Makefile)
 END
Index: tests/confh2.test
--- tests/confh2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/confh2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AM_CONFIG_HEADER(config.h:include/config.h.in)
 AC_OUTPUT(Makefile)
 END
Index: tests/confh3.test
--- tests/confh3.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/confh3.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AM_CONFIG_HEADER(d1/config.h:d2/config.h.in)
 AC_OUTPUT(Makefile d1/Makefile)
 END
Index: tests/confh4.test
--- tests/confh4.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/confh4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,10 +7,7 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AM_CONFIG_HEADER(include/config.h)
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_OUTPUT(Makefile include/Makefile)
 END
Index: tests/config.test
--- tests/config.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/config.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -13,8 +13,6 @@
 VERSION=nonesuch
 AM_CONFIG_HEADER(subdir/config.h)
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/confsub.test
--- tests/confsub.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/confsub.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,13 +7,10 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_PROG_MAKE_SET
 AM_CONFIG_HEADER(subdir/config.h)
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile subdir/Makefile)
 END
 
Index: tests/depend3.test
--- tests/depend3.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/depend3.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,10 +7,7 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_CC
-AC_PROG_MAKE_SET
 AC_SUBST(DEPS)
 AC_OUTPUT(Makefile)
 END
Index: tests/discover.test
--- tests/discover.test Wed, 14 Mar 2001 23:12:52 +0100 akim
+++ tests/discover.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,10 +7,7 @@
 cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
-AC_PROG_MAKE_SET
 AC_PROG_CC
 LIBOBJS="$LIBOBJS fsusage.o"
 AC_OUTPUT(Makefile)
Index: tests/fpinst2.test
--- tests/fpinst2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/fpinst2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,10 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/fpinstall.test
--- tests/fpinstall.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/fpinstall.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,10 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/gnits.test
--- tests/gnits.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/gnits.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,9 +7,6 @@
 cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=3.5.3.2
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/header.test
--- tests/header.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/header.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_SUBST(MY_HEADERS)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_OUTPUT(Makefile)
 END
Index: tests/ldadd.test
--- tests/ldadd.test Wed, 14 Mar 2001 23:12:52 +0100 akim
+++ tests/ldadd.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -8,11 +8,8 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_OUTPUT(Makefile)
-AC_PROG_MAKE_SET
 LTLIBOBJS="$LTLIBOBJS q.o"
 LIBOBJS="$LIBOBJS q.o"
 AC_SUBST(LTLIBOBJS)
Index: tests/ldflags.test
--- tests/ldflags.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/ldflags.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,11 +9,8 @@
 AC_INIT
 AM_INIT_AUTOMAKE(no, 0)
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_OUTPUT(Makefile)
-AC_PROG_MAKE_SET
 LTLIBOBJS="$LTLIBOBJS q.o"
 LIBOBJS="$LIBOBJS q.o"
 AC_SUBST(LTLIBOBJS)
Index: tests/libobj.test
--- tests/libobj.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -12,9 +12,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 LIBOBJS="$LIBOBJS fsusage.o mountlist.o"
 AC_OUTPUT(Makefile)
Index: tests/libobj10.test
--- tests/libobj10.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj10.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,10 +11,7 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
 AC_PROG_RANLIB
-AC_PROG_INSTALL
 LIBOBJS="$LIBOBJS foo.o"
 AC_OUTPUT(Makefile)
 END
Index: tests/libobj2.test
--- tests/libobj2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 LIBOBJS="$LIBOBJS fsusage.o"
 AC_OUTPUT(subdir/Makefile)
Index: tests/libobj6.test
--- tests/libobj6.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj6.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 LIBOBJS="fsusage.o mountlist.o $LIBOBJS"
 AC_OUTPUT(Makefile)
Index: tests/libobj7.test
--- tests/libobj7.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj7.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_REPLACE_FUNCS(basename dirname strsignal)
 AC_OUTPUT(Makefile)
Index: tests/libobj8.test
--- tests/libobj8.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj8.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_REPLACE_FUNCS(basename dirname strsignal)
 AM_C_PROTOTYPES
Index: tests/libobj9.test
--- tests/libobj9.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/libobj9.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_EXEEXT
 LIBOBJS="$LIBOBJS mountlist.$ac_objext"
Index: tests/mdate4.test
--- tests/mdate4.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/mdate4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -8,9 +8,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_OUTPUT(Makefile sub/Makefile)
 END
 
Index: tests/obsolete.test
--- tests/obsolete.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/obsolete.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,8 +7,6 @@
 cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
 fp_PROG_INSTALL
 AC_OUTPUT(Makefile one/Makefile one/two/Makefile)
 END
Index: tests/output.test
--- tests/output.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/output.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile frob/zardoz)
 END
 
Index: tests/output2.test
--- tests/output2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/output2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile intl/intlh.inst po/Makefile.in misc/gettextize)
 END
 
Index: tests/output3.test
--- tests/output3.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/output3.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT([Makefile
 tests/Makefile tests/defs],
 [blah])
Index: tests/output4.test
--- tests/output4.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/output4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(tests/Makefile tests/defs)
 END
 
Index: tests/output5.test
--- tests/output5.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/output5.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,9 +7,6 @@
 cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT()
 END
 
Index: tests/package.test
--- tests/package.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/package.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -5,9 +5,6 @@
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/parse.test
--- tests/parse.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/parse.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_OUTPUT(Makefile)
 END
Index: tests/pr2.test
--- tests/pr2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/pr2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(README.foo:templ/README.foo.in Makefile)
 END
 
Index: tests/remake.test
--- tests/remake.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/remake.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(sub/Makefile)
 END
 
Index: tests/remake2.test
--- tests/remake2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/remake2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(sub/Makefile)
 END
 
Index: tests/remake3.test
--- tests/remake3.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/remake3.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -9,9 +9,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile sub/foo)
 END
 
Index: tests/scripts.test
--- tests/scripts.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/scripts.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
Index: tests/stamph.test
--- tests/stamph.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/stamph.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -7,9 +7,6 @@
 cat > configure.in << 'END'
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile stamp-h)
 END
 
Index: tests/subdir.test
--- tests/subdir.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/subdir.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -12,9 +12,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile zot/Makefile)
 END
 
Index: tests/subdir2.test
--- tests/subdir2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/subdir2.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -12,9 +12,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile one/Makefile one/two/Makefile)
 END
 
Index: tests/subdir4.test
--- tests/subdir4.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/subdir4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -12,9 +12,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_PROG_CC
 AC_OUTPUT(Makefile lib/Makefile src/Makefile)
Index: tests/subdirbuiltsources.test
--- tests/subdirbuiltsources.test Sat, 17 Feb 2001 17:56:59 +0100 akim
+++ tests/subdirbuiltsources.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -12,9 +12,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_PROG_CC
 AC_OUTPUT(Makefile lib/Makefile)
Index: tests/subobj4.test
--- tests/subobj4.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/subobj4.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -10,9 +10,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AM_PROG_CC_C_O
 AC_PROG_CC
 AC_PROG_CXX
Index: tests/tagsub.test
--- tests/tagsub.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/tagsub.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -22,9 +22,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile sub/Makefile)
 END
 
Index: tests/texinfo8.test
--- tests/texinfo8.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/texinfo8.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,9 +11,6 @@
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile sub/Makefile)
 AC_CONFIG_AUX_DIR(sub)
 END
Index: tests/yacc5.test
--- tests/yacc5.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/yacc5.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -8,9 +8,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_YACC
Index: tests/yacc6.test
--- tests/yacc6.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/yacc6.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -8,9 +8,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT(Makefile sub/Makefile)
Index: tests/yacc7.test
--- tests/yacc7.test Sun, 23 Sep 2001 08:36:36 +0200 akim
+++ tests/yacc7.test Sat, 20 Oct 2001 12:20:34 +0200 akim
@@ -11,8 +11,6 @@
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_YACC
 AC_OUTPUT(Makefile)



reply via email to

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