]> sourceware.org Git - automake.git/commitdiff
* tests/acoutnoq.test, tests/acoutput.test, tests/acoutqnl.test,
authorAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 11:15:54 +0000 (11:15 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 11:15:54 +0000 (11:15 +0000)
* 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.

60 files changed:
ChangeLog
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

index 0e5fbd2e9c17d6e50b105856ab1e4874d014c5a5..2441d7c8f797bc88a1ce0d5f79036bf5027e036b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2001-10-20  Akim Demaille  <akim@epita.fr>
+
+       * 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.
+
+       
 2001-10-20  Akim Demaille  <akim@epita.fr>
 
        * tests/defs (configure.in): Use credible AM_INIT_AUTOMAKE
index 4b7364f9f49b2920d936d3fb793f5077da466fd3..b281bb5713f02356d93cd930a2ca8dafd12141a9 100755 (executable)
@@ -13,9 +13,6 @@ AC_INIT
 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 f5c7b8240c520283b2bea42c7a414e71bb947063..5918a74eaf47a406cf8daf8135085d5bb4ce77bc 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 7fe90f468092ab10701737929c162374bf56d893..40d37f3a2160fb6b743cebc43aef5473f3bf8e5f 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 ea34e3a6ed0df403e487ae259ce3e6e75222d939..a5fa37fe0668140d088bfe986737da75562ad49b 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 3d8168955b284e2ccb70bf2cc215f989c862cbef..ee2fe3bc94953ad6f56dd941865320ea83f53fe2 100755 (executable)
@@ -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 @@ $AUTOMAKE && exit 1
 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 @@ $AUTOMAKE && exit 1
 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 @@ $AUTOMAKE && exit 1
 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 3df612e15c468efe235e87d7c33d39d6f6beb92b..6da5ef8df76c889cd83d793a79a1bb4f180bf123 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 804b9ee908b95f0636170b1a2bc4fa1372657c3f..60aa1afeaa6ac25adba6e056fcf46a73b2d118c7 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 f8d12149bf39dc37d015b3cd6664d61d497e7818..4252b24fade5df348c011f4993916bc343ea4938 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 7e7ccd071ae22447f657b8b45b136f184a30949c..a041a2a172fb30c5a9a9343a43c724dec8f812c9 100755 (executable)
@@ -11,9 +11,6 @@ AC_INIT
 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 90b909f8edaa78f0ff78ebecc722649f12616ecc..e27712cd2016eab4608d153e60b49ef42d643320 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 530512e5fc1b794cdc5a699586020c12482ae0b4..9bc496e52bbe7eb72e539b5a49781f1506de66c0 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 ca7f31b77141d7f4c8580a48bf84ceee1e455d9b..3ccf811e08a9c3a5a109713371f5cde44125094b 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 cfa9906d35e92bb2626ac347c2abf71b52e0569f..b5af6359463549888affaec97c5a54710b8bc9ff 100755 (executable)
@@ -11,9 +11,6 @@ AM_CONFIG_HEADER(config.h two.h)
 PACKAGE=nonesuch
 VERSION=nonesuch
 AC_PROG_CC
-AC_ARG_PROGRAM
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 22482a6b15f7aa51cf0c0bef6479a8e1b355847e..8ae200108fcc0f33045485b99d3fad2dd0ea3ca0 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 0d8968234dfa302343c4af461a174f09a3d5f8a0..a7daa34195baee1416cf719bb0fa70410d939c67 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 45ec24543a58c3ff703a90fb924c8dbde443e530..fdf9f7b40e6da88db770ccfa262a9bd840554fec 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 4e8ed509061dd66639ba86c99fd568c689bf10c5..4837ea5951b34b1b6e075eb18e8ee57d09406db0 100755 (executable)
@@ -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 92c2ad5cb536a9a42db1469e30ce0d625d1f3c98..1db35598175072c843f63269b07b835517b9b2af 100755 (executable)
@@ -13,8 +13,6 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AM_CONFIG_HEADER(subdir/config.h)
 AC_PROG_CC
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index df38b39bf83923138f5ef9591ab8ec4be277fbb1..f803277120078cae0aaf0b4ad47feaab0e68a09f 100755 (executable)
@@ -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 e0cdefafe84445dee017610061ac0517dddc9559..27e31d14287bc41b4b33303921b812e1340eb001 100755 (executable)
@@ -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 c736e618d02ec403a8c60209c3da2a141ebe010c..39a93cd285891936f63ee9ff983b5541e34b367c 100755 (executable)
@@ -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 19bc453a3f4bf016339b7a3f876f3fd0c86bd834..1351173db200baceb8226be169d67798ec49ad13 100755 (executable)
@@ -10,10 +10,6 @@ AC_INIT
 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 b5d7cef82f304509f303126b7a6a473817d99fc7..841096445f340de80406afd082dce6658e283460 100755 (executable)
@@ -10,10 +10,6 @@ AC_INIT
 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 131d2ace2e8ad220329b678ced3e2764ffdecd86..19471b36c59906144267f92375d375bd32697450 100755 (executable)
@@ -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 2e74149e07772d34dfe8d1b83665dfcb773eeebc..106ff8c1a1d483168f741757e400860399889653 100755 (executable)
@@ -10,9 +10,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 0334b2c670f5056297a7bd44d32ba2da14e6a5fc..be97b59d6a7741accdc84f9ab2b9f26ffe421b0e 100755 (executable)
@@ -8,11 +8,8 @@ cat > configure.in << 'END'
 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 cbdb389f6f79c9371255a6d26be08be02fb4645c..18f818da80c6abcff239f58194d273944bd3bbd9 100755 (executable)
@@ -9,11 +9,8 @@ cat > configure.in << 'END'
 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 20ab0a61fa6b61fc18ff73a5d8fdf3de5ce3ccd5..006e53930e71874a5a1674ce41e5b3bfe3755554 100755 (executable)
@@ -12,9 +12,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 6474667b8b26fa39bafdab13a3bcd34e910fbc20..527192759e5a4c2a58633fba610fd22db6f0ed7e 100755 (executable)
@@ -11,10 +11,7 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 9573f67b7b0ce0b518e21fb2822ff84b309571ed..41d8488a9e6586dd039bd8038e83750bd36139b8 100755 (executable)
@@ -11,9 +11,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 bc5643e98384e99ef0e8d6c78300c9b8f9c1ad97..50c8fcabd189443aa7ad02429aaa6ff4fa02274d 100755 (executable)
@@ -11,9 +11,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 40d701424eb905ebb39efee5ef3c9aaa2e19e1b2..ebfe3d0389337e20b097a31b9638e23c2d1c44d0 100755 (executable)
@@ -10,9 +10,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 8d78fe308c91a1cc266a73dfd6949867b5737c25..0382813dce12afaf2c2d794d45aac2e0de7d6096 100755 (executable)
@@ -11,9 +11,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 d42e793c4b9017769a42b2f9cee8fcebed48af16..0174c4ccd7d967093e5a952c5e1e215d04175f56 100755 (executable)
@@ -11,9 +11,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 d29aaab44f80b829ccc8eb8f7bfc799b6a6f2185..f6dc86760378f57df46d0f7d6e66e8ca8a704f57 100755 (executable)
@@ -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 143999b509a6df06e6e9b2830bc92e7e53ffdffb..442b24716ca37a6bc655792b255d440876bd0100 100755 (executable)
@@ -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 71f9693750e56aaa8d97ca73d1d764ba2f659fef..9f23c67dc8c1584d7301856aff830344ae9ed099 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 f59ff6918cd9eefee78f2e2f0e6e582ff683edc2..7aed3fea7a9f87204e4b73de934b29a1d0e40c97 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 e770e2e75af87dc00ff28c72ec0d2cd57a163618..139ee5f3bc8766181bf92ba4ba66b198cd4c4528 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 02ff6f3f3fc7c41af05177d5a85056147914bda9..3ee08deb9774adbbebfadab36a87191ba340b381 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 d490a3ec9573130e68deb498acda6c340e2a2f94..2052716cd07d16da572695e7cb9a71d6ba67d6b5 100755 (executable)
@@ -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 a8f84e9c50c6d51286b5bef9eeb5c8e33dc3fa3a..0d14b06709e2509787808092cd6c358975508c94 100755 (executable)
@@ -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 56b5480e03b0987691ccb583d032ae652d6620f2..94796dbcaa59b5dbd751430f88b52f4137ba283c 100755 (executable)
@@ -10,9 +10,6 @@ AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 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 d179cfc00f295839d4a8d94a6936eb0dfb9c5bf3..a03caba1a25e776ffbea80055ce8be13541b8cfb 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 4fa2ec8a1e4c18b18f7d7ff99de2743b95f47d27..3dd7a8e00402f21fa73d573b316aa776923a0427 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 3a94b992c6f8e05bbed27c22ff422bd072d42892..d153188c34b4c77bc17cfc0fdc89d4b8e5b4698e 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 01d197c6a7ade00af50c9855b06141e5b402ef61..b898aad7c85eb37aaa2405c560f75771b673ed25 100755 (executable)
@@ -9,9 +9,6 @@ AC_INIT
 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 a5f2219bd2c04579de977c77020c3ecbf51c4aa1..995b78cd0212399110eada1e1f4b647e26c21b75 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
 PACKAGE=nonesuch
 VERSION=nonesuch
-AC_PROG_MAKE_SET
-AC_ARG_PROGRAM
-AC_PROG_INSTALL
 AC_OUTPUT(Makefile)
 END
 
index 41019c3e46e8e35fb760581ea8e7194c8f31da94..f7ff20f2feff029bbb70ed9c7970fe20689bf7fe 100755 (executable)
@@ -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 3908b0603da4a211909447a9259396aef8621331..3373810f2eae8747032636a26c7f48ff267e82eb 100755 (executable)
@@ -12,9 +12,6 @@ AC_INIT
 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 4a381a18ba4d2aa6d1f2b235880b94d045ed5e55..4d9c8244d3a6ecf3ab14396fa626ccf8a45ed96f 100755 (executable)
@@ -12,9 +12,6 @@ AC_INIT
 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 e152b7aedd670a6d7529811fc848feb009705298..366743af4f600b331ed5a76d6b38d1b22cc7dee4 100755 (executable)
@@ -12,9 +12,6 @@ AC_INIT
 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 264d5b277c00454a7892ee049312204a0e5e5bb3..045a92eb4560a33568261fce5434a60f6cfe4670 100755 (executable)
@@ -12,9 +12,6 @@ mkdir lib
 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 a880526b0e86c8d1692bef11f04084cdf991ddb0..eb9cf21595f817dbf048497daa509f2b378c4523 100755 (executable)
@@ -10,9 +10,6 @@ AC_INIT
 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 b74ced61497a9238ca175145c556e75415b4fc77..9f766f38f23540bb089f53c742d883b7b70941ad 100755 (executable)
@@ -22,9 +22,6 @@ AC_INIT
 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 1ff84d85c923b9d37983276a85eb3332211bc2af..7527ebcc6913bb31c87a94aa207d010848ecdf4b 100755 (executable)
@@ -11,9 +11,6 @@ AC_INIT
 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 f0a7aafb434e4dfee364b8493ee9d918bae28677..0f19e19d79dc746d93b2065cc675ebaba604dbdc 100755 (executable)
@@ -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 3f2434c73e4241d3613da87b926d2ddfea10ff26..b89467643a332110fea7b353aeaea865d6a7ce6a 100755 (executable)
@@ -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 ebd877e4d75115a0d90dec7666eee207293fbbd5..3c9a6f386b7a1fcaa2d1c84062be539db0bf35e2 100755 (executable)
@@ -11,8 +11,6 @@ $needs_autoconf
 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)
This page took 0.067037 seconds and 5 git commands to generate.