automake-patches
[Top][All Lists]
Advanced

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

15-fyi-realistic-tests-3.patch


From: Akim Demaille
Subject: 15-fyi-realistic-tests-3.patch
Date: Sun, 21 Oct 2001 20:04:19 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/acoutnoq.test, tests/acoutput.test, tests/acoutput2.test,
        * tests/acoutqnl.test, tests/acouttbs.test, tests/all.test,
        * tests/alpha.test, tests/ansi.test, tests/asm.test,
        * tests/auxdir.test, tests/auxdir2.test, tests/backsl2.test,
        * tests/badline.test, tests/block.test, tests/canon2.test,
        * tests/check.test, tests/checkall.test, tests/clean.test,
        * tests/colneq.test, tests/colneq2.test, tests/colon.test,
        * tests/colon2.test, tests/colon3.test, tests/colon4.test,
        * tests/colon5.test, tests/colon6.test, tests/colon7.test,
        * tests/comment.test, tests/comment3.test, tests/cond.test,
        * tests/cond2.test, tests/cond6.test, tests/cond7.test,
        * tests/condincl.test, tests/condincl2.test, tests/condman.test,
        * tests/condman2.test, tests/confdist.test, tests/confh.test,
        * tests/confh2.test, tests/confh3.test, tests/confvar.test,
        * tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
        * tests/cxxcpp.test, tests/dash.test, tests/dejagnu.test,
        * tests/dejagnu2.test, tests/distcommon.test, tests/distdir.test,
        * tests/else.test, tests/empty.test, tests/exdir.test,
        * tests/exdir2.test, tests/extra3.test, tests/extra4.test,
        * tests/flibs.test, tests/fnoc.test, tests/fo.test,
        * tests/fonly.test, tests/fortdep.test, tests/fpinst2.test,
        * tests/fpinstall.test, tests/gcj2.test, tests/gnits.test,
        * tests/include.test, tests/info.test, tests/insh.test,
        * tests/insh2.test, tests/install.test, tests/installsh.test,
        * tests/instdata.test, tests/instdata2.test, tests/instexec.test,
        * tests/insthook.test, tests/instman.test, tests/instman2.test,
        * tests/java.test, tests/javaprim.test, tests/javasubst.test,
        * tests/libobj3.test, tests/link_f_only.test, tests/lisp.test,
        * tests/man.test, tests/mclean.test, tests/mdate.test,
        * tests/mdate2.test, tests/mdate3.test, tests/mdate4.test,
        * tests/mkinst2.test, tests/mkinstall.test, tests/nodepcomp.test,
        * tests/noinst.test, tests/obsolete.test, tests/obsolete2.test,
        * tests/outdir.test, tests/output.test, tests/output2.test,
        * tests/output3.test, tests/output4.test, tests/output5.test,
        * tests/package.test, tests/pluseq.test, tests/pluseq2.test,
        * tests/pluseq3.test, tests/pluseq5.test, tests/pluseq6.test,
        * tests/pluseq8.test, tests/ppf77.test, tests/pr2.test,
        * tests/primary.test, tests/proginst.test, tests/python.test,
        * tests/remake.test, tests/remake2.test, tests/remake3.test,
        * tests/rulepat.test, tests/scripts.test, tests/seenc.test,
        * tests/sinclude.test, tests/spell.test, tests/spell3.test,
        * tests/spelling.test, tests/stamph.test, tests/subdir.test,
        * tests/subdir2.test, tests/subdircond.test, tests/subst.test,
        * tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
        * tests/syntax.test, tests/tags.test, tests/tagsub.test,
        * tests/texinfo.test, tests/texinfo10.test, tests/texinfo2.test,
        * tests/texinfo3.test, tests/texinfo4.test, tests/texinfo5.test,
        * tests/texinfo6.test, tests/texinfo7.test, tests/texinfo8.test,
        * tests/texinfo9.test, tests/vars.test, tests/vartar.test,
        * tests/version.test, tests/version2.test, tests/version3.test,
        * tests/version4.test, tests/vpath.test, tests/vtexi.test,
        * tests/vtexi2.test, tests/werror.test: Run aclocal before automake.

Index: tests/acoutnoq.test
--- tests/acoutnoq.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/acoutnoq.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -18,4 +18,5 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/acoutput.test
--- tests/acoutput.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/acoutput.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -15,4 +15,5 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/acoutput2.test
--- tests/acoutput2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/acoutput2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,10 +17,12 @@
 : > foo.in
 : > subdir/foo.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 count=`fgrep foo.in Makefile.in | wc -l`
 test $count -eq 2 || exit 1

 # This ought to work as well.
+$ACLOCAL || exit 1
 $AUTOMAKE --add-missing --force-missing
Index: tests/acoutqnl.test
--- tests/acoutqnl.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/acoutqnl.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -15,5 +15,6 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE

Index: tests/acouttbs.test
--- tests/acouttbs.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/acouttbs.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,4 +17,5 @@
 : > Makefile.am
 : > zot.in

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/all.test
--- tests/all.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/all.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -8,7 +8,8 @@
    echo "Doing $target"
    echo "${target}-local:" > Makefile.am

-   $AUTOMAKE || exit 1
+   $ACLOCAL || exit 1
+$AUTOMAKE || exit 1

    fgrep "${target}-local ${target}-local" Makefile.in && exit 1
 done
Index: tests/alpha.test
--- tests/alpha.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/alpha.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -24,6 +24,7 @@
 : > ChangeLog
 : > THANKS

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep README-alpha Makefile.in
Index: tests/ansi.test
--- tests/ansi.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/ansi.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -18,6 +18,7 @@ magic:
 : > ansi2knr.c
 : > ansi2knr.1

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 fgrep -v @SET_MAKE@ Makefile.in > Makefile.sed
Index: tests/asm.test
--- tests/asm.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/asm.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -20,6 +20,7 @@

 # Should fail because we need cc and as.
 echo 1
+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1

 cat > configure.in << 'END'
@@ -32,6 +33,7 @@

 # We still need as.
 echo 2
+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1

 cat > configure.in << 'END'
@@ -45,6 +47,7 @@

 # We need ASFLAGS.
 echo 3
+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1

 cat > configure.in << 'END'
@@ -58,4 +61,5 @@
 END

 echo 4
+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/auxdir.test
--- tests/auxdir.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/auxdir.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,6 +17,7 @@

 # The "././" prefix confuses Automake into thinking it is doing a
 # subdir build.  Yes, this is hacky.
+$ACLOCAL || exit 1
 $AUTOMAKE ././Makefile || exit 1

 grep '/\./\./mkinstalldirs' Makefile.in
Index: tests/auxdir2.test
--- tests/auxdir2.test Sun, 23 Sep 2001 08:36:36 +0200 akim
+++ tests/auxdir2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -12,4 +12,5 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/backsl2.test
--- tests/backsl2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/backsl2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -10,6 +10,7 @@
    .
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 exit 0
Index: tests/badline.test
--- tests/badline.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/badline.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -11,6 +11,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE > out 2>&1 && exit 1
 grep Makefile out && exit 1
 exit 0
Index: tests/block.test
--- tests/block.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/block.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -13,6 +13,7 @@
 #END
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 (sed -e '/^#START/,/^#END/ !d' Makefile.in | grep -v '^#') && exit 1
Index: tests/canon2.test
--- tests/canon2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/canon2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -13,6 +13,7 @@
 echo '@setfilename zar-doz.info' > zar-doz.texi
 echo '@setfilename frob' > frob.texi

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep zar-doz_TEXINFOS Makefile.in && exit 1
Index: tests/check.test
--- tests/check.test Sun, 28 Jan 2001 15:51:12 +0100 akim
+++ tests/check.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -10,6 +10,7 @@

 : > frob.test

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^check-TESTS:' Makefile.in || exit 1
Index: tests/checkall.test
--- tests/checkall.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/checkall.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -10,6 +10,7 @@ check-local:
        true
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^check-am:.*all-am' Makefile.in || exit 1
Index: tests/clean.test
--- tests/clean.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/clean.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -6,6 +6,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^clean-am:.*mostlyclean-am' Makefile.in
Index: tests/colneq.test
--- tests/colneq.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/colneq.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -9,4 +9,5 @@
 data_DATA = $(ICONS)
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/colneq2.test
--- tests/colneq2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/colneq2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -13,4 +13,5 @@
 : > b.test
 : > c.test

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/colon.test
--- tests/colon.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,4 +17,5 @@
 : > foo.hin
 : > stamp-h.in

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/colon2.test
--- tests/colon2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -14,6 +14,7 @@

 : > zardoz.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # We actually check several things here.
Index: tests/colon3.test
--- tests/colon3.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon3.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,6 +17,7 @@
 : > two.in
 : > three.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # We actually check several things here.
Index: tests/colon4.test
--- tests/colon4.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon4.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -19,6 +19,7 @@
 : > two
 : > three

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # The rule should regenerate the file "zardoz".
Index: tests/colon5.test
--- tests/colon5.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon5.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -15,6 +15,7 @@
 : > Makefile.am
 : > Makefile.dep

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'Makefile:Makefile.in' Makefile.in
Index: tests/colon6.test
--- tests/colon6.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon6.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -17,4 +17,5 @@
 : > demo/Makefile.am
 : > demo/version.gin

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/colon7.test
--- tests/colon7.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/colon7.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -22,6 +22,7 @@
 : > subdir/Makefile.am
 : > subdir/foo

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # shouldn't have any bar.in
Index: tests/comment.test
--- tests/comment.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/comment.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -9,4 +9,5 @@
 AUTOMAKE_OPTIONS = #no such option
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/comment3.test
--- tests/comment3.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/comment3.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -12,5 +12,6 @@ install-data-local:
        # Tru64 Unix must die
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/cond.test
--- tests/cond.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/cond.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -20,6 +20,7 @@
 END

 set -e
+$ACLOCAL || exit 1
 $AUTOMAKE

 grep 'address@hidden@VAR = true$' Makefile.in
Index: tests/cond2.test
--- tests/cond2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/cond2.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -22,5 +22,6 @@

 mkdir dir1

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/cond6.test
--- tests/cond6.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/cond6.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -23,4 +23,5 @@
 endif
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/cond7.test
--- tests/cond7.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/cond7.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -21,6 +21,7 @@
 endif
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 grep '002' Makefile.in && exit 1
 exit 0
Index: tests/condincl.test
--- tests/condincl.test Fri, 13 Apr 2001 02:01:05 +0200 akim
+++ tests/condincl.test Sat, 20 Oct 2001 12:26:15 +0200 akim
@@ -19,6 +19,7 @@ target: dependency
        rule
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^target' Makefile.in && exit 1
Index: tests/condincl2.test
--- tests/condincl2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/condincl2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -20,5 +20,6 @@ target: dependency
 endif
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/condman.test
--- tests/condman.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/condman.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -18,4 +18,5 @@
 : > foo.1
 : > joe.1

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/condman2.test
--- tests/condman2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/condman2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -8,6 +8,7 @@
 man5_MANS = foo.5
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^install-man1:' Makefile.in || exit 1
Index: tests/confdist.test
--- tests/confdist.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/confdist.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -7,6 +7,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^DIST_COMMON.*configure ' Makefile.in
Index: tests/confh.test
--- tests/confh.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/confh.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -21,6 +21,7 @@
 : > include/Makefile.am
 : > include/config.h.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 (sed -n -e '/^DIST_COMMON =.*\\$/ {
@@ -37,5 +38,6 @@
 # Make sure re-running automake in a different way generates same
 # Makefile.in.
 mv Makefile.in save
+$ACLOCAL || exit 1
 $AUTOMAKE Makefile || exit 1
 cmp Makefile.in save
Index: tests/confh2.test
--- tests/confh2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/confh2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -20,6 +20,7 @@
 mkdir include
 : > include/config.h.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^config.h:' Makefile.in || exit 1
Index: tests/confh3.test
--- tests/confh3.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/confh3.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -23,6 +23,7 @@

 : > d2/config.h.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^config.h:' d1/Makefile.in || exit 1
Index: tests/confvar.test
--- tests/confvar.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/confvar.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -10,6 +10,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^QBERT' Makefile.in
Index: tests/confvar2.test
--- tests/confvar2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/confvar2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -12,4 +12,5 @@
 bin_SCRIPTS = foo
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/copy.test
--- tests/copy.test Wed, 07 Mar 2001 21:02:27 +0100 akim
+++ tests/copy.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -7,4 +7,5 @@
 : > Makefile.am
 rm -f install-sh

+$ACLOCAL || exit 1
 $AUTOMAKE -c -a
Index: tests/ctarget1.test
--- tests/ctarget1.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/ctarget1.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -22,6 +22,7 @@ target: false

 set -e

+$ACLOCAL || exit 1
 $AUTOMAKE
 grep 'address@hidden@target: true' Makefile.in
 grep 'address@hidden@  action' Makefile.in
Index: tests/cxxcpp.test
--- tests/cxxcpp.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/cxxcpp.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,6 +11,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^CXXCPP' Makefile.in
Index: tests/dash.test
--- tests/dash.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/dash.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,4 +11,5 @@

 : > Make-lang

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/dejagnu.test
--- tests/dejagnu.test Sun, 18 Feb 2001 16:12:26 +0100 akim
+++ tests/dejagnu.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,6 +11,7 @@

 : > frob.test

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^check-TESTS' Makefile.in
Index: tests/dejagnu2.test
--- tests/dejagnu2.test Tue, 14 Aug 2001 01:52:44 +0200 akim
+++ tests/dejagnu2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,6 +11,7 @@ site.exp:
     echo foo
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep site.exp Makefile.in
Index: tests/distcommon.test
--- tests/distcommon.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/distcommon.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -20,6 +20,7 @@
 : > subdir/Makefile.am
 : > subdir/bar.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # verify bar.in
Index: tests/distdir.test
--- tests/distdir.test Mon, 26 Feb 2001 23:44:40 +0100 akim
+++ tests/distdir.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -9,6 +9,7 @@
 EXTRA_DIST = foo/bar ./joe
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '\$(mkinstalldirs).*\.' Makefile.in && exit 1
Index: tests/else.test
--- tests/else.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/else.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -18,5 +18,6 @@
 endif
 END

+$ACLOCAL || exit 1
 $AUTOMAKE > out 2>&1 && exit 1
 grep :7: out
Index: tests/empty.test
--- tests/empty.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/empty.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -9,6 +9,7 @@
 data_DATA =
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # Create configure so Makefile doesn't look out-of-date.
Index: tests/exdir.test
--- tests/exdir.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/exdir.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -10,6 +10,7 @@
 pkgdata_DATA = qbert
 EOF

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^DATA' Makefile.in | grep html
Index: tests/exdir2.test
--- tests/exdir2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/exdir2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -9,5 +9,6 @@
 pkgdata_DATA = qbert
 EOF

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/extra3.test
--- tests/extra3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/extra3.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -10,4 +10,5 @@
 sysconf_DATA = @CODICIL@
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/extra4.test
--- tests/extra4.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/extra4.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,4 +11,5 @@
 EXTRA_DATA = codicil.txt
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/flibs.test
--- tests/flibs.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/flibs.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -32,6 +32,7 @@

 : > zardoz.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '@FLIBS@' Makefile.in
Index: tests/fnoc.test
--- tests/fnoc.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/fnoc.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -18,6 +18,7 @@
 : > doe.f
 : > jane.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '[^F]CC' Makefile.in | grep -v MKDEP && exit 1
Index: tests/fo.test
--- tests/fo.test Sun, 04 Mar 2001 20:02:14 +0100 akim
+++ tests/fo.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -16,6 +16,7 @@

 : > doe.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 fgrep 'doe.$(OBJEXT)' Makefile.in
Index: tests/fonly.test
--- tests/fonly.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/fonly.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -30,6 +30,7 @@

 : > zardoz.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'zardoz.f' Makefile.in
Index: tests/fortdep.test
--- tests/fortdep.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/fortdep.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -21,6 +21,7 @@

 : > foo.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'foo\.Po' Makefile.in && exit 1
Index: tests/fpinst2.test
--- tests/fpinst2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/fpinst2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -17,4 +17,5 @@
 bin_SCRIPTS = zot
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
Index: tests/fpinstall.test
--- tests/fpinstall.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/fpinstall.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -17,4 +17,5 @@
 bin_SCRIPTS = zot
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
Index: tests/gcj2.test
--- tests/gcj2.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/gcj2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -14,5 +14,6 @@
 convert_SOURCES = x/../convert.java
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/gnits.test
--- tests/gnits.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/gnits.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -23,5 +23,6 @@
 : > ChangeLog
 : > THANKS

+$ACLOCAL || exit 1
 $AUTOMAKE --gnits && exit 1
 exit 0
Index: tests/include.test
--- tests/include.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/include.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -11,6 +11,7 @@

 : > foo

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 len="`grep '^srcdir' Makefile.in | wc -l`"
 echo "len = $len"
Index: tests/info.test
--- tests/info.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/info.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -14,6 +14,7 @@ magic:
 echo '@setfilename foo.info' > foo.texi
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 for i in `grep '^INFOS =' Makefile.in | sed -e 's/^INFOS = //'`; do
Index: tests/insh.test
--- tests/insh.test Wed, 07 Mar 2001 21:02:27 +0100 akim
+++ tests/insh.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -9,6 +9,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE > out 2>&1 && exit 1

 grep mkinstalldirs out
Index: tests/insh2.test
--- tests/insh2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/insh2.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -10,6 +10,7 @@ magic:
        @echo $(DISTFILES)
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 fgrep -v @SET_MAKE@ Makefile.in > Makefile.sed
Index: tests/install.test
--- tests/install.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/install.test Sat, 20 Oct 2001 12:26:16 +0200 akim
@@ -13,7 +13,8 @@
 # It isn't possible to write this test.  That's because all files that
 # might be required are actually included in the automake
 # distribution.
-# $AUTOMAKE --gnu --add-missing > output 2>&1 && exit 1
+# $ACLOCAL || exit 1
+$AUTOMAKE --gnu --add-missing > output 2>&1 && exit 1
 # grep installing output

 exit 0
Index: tests/installsh.test
--- tests/installsh.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/installsh.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -28,6 +28,7 @@
 AUTOMAKE="$PERL ../../../automake --libdir=$srcdir/../lib --foreign"

 # Now we proceed with the test
+$ACLOCAL || exit 1
 $AUTOMAKE --add-missing > output 2>&1 \
    || exit 1

Index: tests/instdata.test
--- tests/instdata.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/instdata.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -9,6 +9,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 (grep '^DATA =' Makefile.in | grep INSTALL_DATA) && exit 1
Index: tests/instdata2.test
--- tests/instdata2.test Mon, 26 Feb 2001 23:44:40 +0100 akim
+++ tests/instdata2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -49,6 +49,7 @@
 EOF

 set -e
+$ACLOCAL || exit 1
 $AUTOMAKE

 # install-SCRIPTS targets.
Index: tests/instexec.test
--- tests/instexec.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/instexec.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -7,6 +7,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^install-exec:' Makefile.in
Index: tests/insthook.test
--- tests/insthook.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/insthook.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -10,6 +10,7 @@ install-exec-hook:
        @echo nothing
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 test "`grep install-exec-hook Makefile.in | wc -l`" -gt 1 || exit 1
Index: tests/instman.test
--- tests/instman.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/instman.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@

 : > frob.8

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '[^(/]mkinstalldirs' Makefile.in > out || exit 1
Index: tests/instman2.test
--- tests/instman2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/instman2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@

 : > frob.8

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^install-man' Makefile.in
Index: tests/java.test
--- tests/java.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/java.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -9,5 +9,6 @@
 java_JAVA = a.java b.java c.java
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 grep '^all[-a-z]*:.*classjava\.stamp' Makefile.in
Index: tests/javaprim.test
--- tests/javaprim.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/javaprim.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,4 +11,5 @@
 java_JAVA = a.java b.java c.java
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/javasubst.test
--- tests/javasubst.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/javasubst.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@
 java_JAVA = a.java b.java c.java
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'address@hidden@' Makefile.in
Index: tests/libobj3.test
--- tests/libobj3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/libobj3.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -14,5 +14,6 @@
 libtu_a_LIBADD = @LIBOBJS@
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/link_f_only.test
--- tests/link_f_only.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/link_f_only.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -16,6 +16,7 @@

 : > lamp.f

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1


Index: tests/lisp.test
--- tests/lisp.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/lisp.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -15,6 +15,7 @@
 : > foo.el
 : > elisp-comp

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^ELCFILES.*ELCFILES' Makefile.in && exit 1
Index: tests/man.test
--- tests/man.test Wed, 09 May 2001 19:37:26 +0200 akim
+++ tests/man.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -12,5 +12,6 @@
 : > foo.1
 : > bar.man

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 grep '^MANS ' Makefile.in
Index: tests/mclean.test
--- tests/mclean.test Wed, 09 May 2001 19:37:26 +0200 akim
+++ tests/mclean.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@

 : > FOO

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'rm -f .*MAINTAINERCLEANFILES' Makefile.in
Index: tests/mdate.test
--- tests/mdate.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/mdate.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -16,4 +16,5 @@
 # Required when using Texinfo.
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE 2>&1 > /dev/null | grep 'required file.*mdate-sh'
Index: tests/mdate2.test
--- tests/mdate2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/mdate2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -18,6 +18,7 @@
 echo '@setfilename textutils' > textutils.texi

 # Use "././" to confuse Automake into thinking this is a subdir build.
+$ACLOCAL || exit 1
 $AUTOMAKE ././Makefile || exit 1

 grep 'mdate-sh' Makefile.in | grep -v SHELL
Index: tests/mdate3.test
--- tests/mdate3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/mdate3.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -27,6 +27,7 @@
 mv mkinstalldirs foo
 mv depcomp foo

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '[^/]mdate-sh' Makefile.in && exit 1
Index: tests/mdate4.test
--- tests/mdate4.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/mdate4.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -26,5 +26,6 @@
 @setfilename textutils.info
 END

+$ACLOCAL || exit 1
 $AUTOMAKE -a || exit 1
 test -f sub/mdate-sh
Index: tests/mkinst2.test
--- tests/mkinst2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/mkinst2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -17,6 +17,7 @@

 chmod +x mkinstalldirs

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 ($MAKE -s -f Makefile.in installdirs | grep man) && exit 1
Index: tests/mkinstall.test
--- tests/mkinstall.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/mkinstall.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -10,6 +10,7 @@

 # The "././" prefix confuses Automake into thinking it is doing a
 # subdir build.  Yes, this is hacky.
+$ACLOCAL || exit 1
 $AUTOMAKE ././Makefile || exit 1

 grep ' /mkinstalldirs' Makefile.in && exit 1
Index: tests/nodepcomp.test
--- tests/nodepcomp.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/nodepcomp.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -8,4 +8,5 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/noinst.test
--- tests/noinst.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/noinst.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -10,6 +10,7 @@ all-local:
        exit 1
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^install[-a-z]*:.* all' Makefile.in
Index: tests/obsolete.test
--- tests/obsolete.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/obsolete.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -13,5 +13,6 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/obsolete2.test
--- tests/obsolete2.test Fri, 28 Sep 2001 09:30:37 +0200 akim
+++ tests/obsolete2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -8,6 +8,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE 2> output && exit 1

 grep AC_FUNC_FNMATCH output
Index: tests/outdir.test
--- tests/outdir.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/outdir.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@

 mkdir zardir

+$ACLOCAL || exit 1
 $AUTOMAKE --output-dir=zardir || exit 1

 test -f Makefile.in && exit 1
Index: tests/output.test
--- tests/output.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/output.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -17,4 +17,5 @@
 mkdir frob
 : > frob/zardoz.in

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/output2.test
--- tests/output2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/output2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -19,6 +19,7 @@
 : > po/Makefile.in.am
 : > misc/gettextize.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^gettextize' Makefile.in && exit 1
Index: tests/output3.test
--- tests/output3.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/output3.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -20,4 +20,5 @@
 : > tests/Makefile.am
 : > tests/defs.in

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/output4.test
--- tests/output4.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/output4.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -16,6 +16,7 @@
 : > tests/defs.in
 : > tests/Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep tests/defs.in tests/Makefile.in && exit 1
Index: tests/output5.test
--- tests/output5.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/output5.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -12,6 +12,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE > output 2>&1 && exit 1
 grep 'found or specified' output && exit 1
 exit 0
Index: tests/package.test
--- tests/package.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/package.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -12,5 +12,6 @@
 pkgdata_DATA =
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/pluseq.test
--- tests/pluseq.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/pluseq.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -12,5 +12,6 @@
 : > zar
 : > doz

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 fgrep 'zar doz' Makefile.in
Index: tests/pluseq2.test
--- tests/pluseq2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/pluseq2.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -24,6 +24,7 @@
 : > doz
 : > dog

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 grep 'CHECK_TRUE.*zar doz' Makefile.in || exit 1
 grep 'CHECK_FALSE.*dog' Makefile.in
Index: tests/pluseq3.test
--- tests/pluseq3.test Sat, 24 Feb 2001 13:30:31 +0100 akim
+++ tests/pluseq3.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -27,6 +27,7 @@

 set -e

+$ACLOCAL || exit 1
 $AUTOMAKE

 grep 'address@hidden@data_DATA = zar \\$' Makefile.in
Index: tests/pluseq5.test
--- tests/pluseq5.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/pluseq5.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -13,5 +13,6 @@
 INCLUDES += def
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 0
 exit 1
Index: tests/pluseq6.test
--- tests/pluseq6.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/pluseq6.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -12,6 +12,7 @@
 zq = zzz
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 fgrep '@mandir@ foo' Makefile.in || exit 1

Index: tests/pluseq8.test
--- tests/pluseq8.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/pluseq8.test Sat, 20 Oct 2001 12:26:17 +0200 akim
@@ -11,6 +11,7 @@
 VAR += three
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 sed -n -e '/^VAR =.*\\$/ {
Index: tests/ppf77.test
--- tests/ppf77.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/ppf77.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,4 +17,5 @@
 : > foo.F
 : > q.r

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/pr2.test
--- tests/pr2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/pr2.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,6 +17,7 @@
 mkdir templ
 : > templ/README.foo.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 # Look for mkinstalldirs invocation for the templ directory.
Index: tests/primary.test
--- tests/primary.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/primary.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -8,5 +8,6 @@
 bin_PROGRAMS = @programs@
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/proginst.test
--- tests/proginst.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/proginst.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -9,4 +9,5 @@
 bin_SCRIPTS = zardoz qbert brownie
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/python.test
--- tests/python.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/python.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,6 +10,7 @@
 python_PYTHON = foo.py
 END

+$ACLOCAL || exit 1
 $AUTOMAKE -a || exit 1

 grep '^py_compile =' Makefile.in
Index: tests/remake.test
--- tests/remake.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/remake.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,6 +15,7 @@
 mkdir sub
 : > sub/Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^Makefile' sub/Makefile.in
Index: tests/remake2.test
--- tests/remake2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/remake2.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,6 +15,7 @@
 mkdir sub
 : > sub/Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'AUTOMAKE.*sub/Makefile' sub/Makefile.in
Index: tests/remake3.test
--- tests/remake3.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/remake3.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,6 +17,7 @@
 mkdir sub
 : > sub/foo.in

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^sub/foo' Makefile.in
Index: tests/rulepat.test
--- tests/rulepat.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/rulepat.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -8,6 +8,7 @@
 $(srcdir)/Makefile.am:
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^$(srcdir)/Makefile\.am' Makefile.in
Index: tests/scripts.test
--- tests/scripts.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/scripts.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,4 +17,5 @@
 noinst_SCRIPTS = foo
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/seenc.test
--- tests/seenc.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/seenc.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,5 +17,6 @@
 : > fsusage.c
 : > mountlist.c

+$ACLOCAL || exit 1
 $AUTOMAKE > out 2>&1 && exit 1
 exit 0
Index: tests/sinclude.test
--- tests/sinclude.test Tue, 06 Mar 2001 00:39:56 +0100 akim
+++ tests/sinclude.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,6 +15,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE --Wno-error || exit 1

 grep MAGICALPIG Makefile.in
Index: tests/spell.test
--- tests/spell.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/spell.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,5 +10,6 @@
 boo_SOURCES = y.c
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/spell3.test
--- tests/spell3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/spell3.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -11,4 +11,5 @@
 ETAGS_ARGS = joe
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/spelling.test
--- tests/spelling.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/spelling.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -8,7 +8,8 @@
 bni_PROGRAMS = zot
 EOF

-if $AUTOMAKE; then
+if $ACLOCAL || exit 1
+$AUTOMAKE; then
    exit 1
 fi
 exit 0
Index: tests/stamph.test
--- tests/stamph.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/stamph.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -12,5 +12,6 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/subdir.test
--- tests/subdir.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/subdir.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -23,4 +23,5 @@
 pkgdata_DATA =
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/subdir2.test
--- tests/subdir2.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/subdir2.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -35,4 +35,5 @@
 pkgdata_DATA =
 END

+$ACLOCAL || exit 1
 $AUTOMAKE --gnu
Index: tests/subdircond.test
--- tests/subdircond.test Mon, 26 Feb 2001 23:44:40 +0100 akim
+++ tests/subdircond.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -21,4 +21,5 @@
 endif
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/subst.test
--- tests/subst.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/subst.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -12,6 +12,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1
 grep '^\$1' Makefile.in && exit 1
 exit 0
Index: tests/symlink.test
--- tests/symlink.test Wed, 07 Mar 2001 21:02:27 +0100 akim
+++ tests/symlink.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -14,5 +14,6 @@
 AC_CONFIG_AUX_DIR(sub)
 END

+$ACLOCAL || exit 1
 $AUTOMAKE --add-missing && exit 1
 exit 0
Index: tests/symlink2.test
--- tests/symlink2.test Wed, 07 Mar 2001 21:02:27 +0100 akim
+++ tests/symlink2.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,4 +10,5 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE --add-missing
Index: tests/symlink3.test
--- tests/symlink3.test Wed, 07 Mar 2001 21:02:27 +0100 akim
+++ tests/symlink3.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -12,6 +12,7 @@

 : > Makefile.am

+$ACLOCAL || exit 1
 $AUTOMAKE --add-missing --force-missing || exit 1

 grep zot mkinstalldirs && exit 1
Index: tests/syntax.test
--- tests/syntax.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/syntax.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,5 +10,6 @@
 lib_LTLIBRARIES = foo.la
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/tags.test
--- tests/tags.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/tags.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -11,6 +11,7 @@

 : > iguana.h

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^ID:' Makefile.in
Index: tests/tagsub.test
--- tests/tagsub.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/tagsub.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -25,6 +25,7 @@
 AC_OUTPUT(Makefile sub/Makefile)
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^TAGS:.*tags-recursive' Makefile.in
Index: tests/texinfo.test
--- tests/texinfo.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -14,6 +14,7 @@ magic:
 echo '@setfilename textutils.info' > textutils.texi
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 fgrep -v @SET_MAKE@ Makefile.in > Makefile.sed
Index: tests/texinfo10.test
--- tests/texinfo10.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/texinfo10.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -17,6 +17,7 @@
 echo '@setfilename maude.info' > sub/maude.texi
 : > sub/texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep dvi-recursive Makefile.in
Index: tests/texinfo2.test
--- tests/texinfo2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo2.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,6 +15,7 @@ magic:
 echo '@setfilename textutils.info' > textutils.texi
 : > textutils.info~

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 test -z "`$MAKE -s -f Makefile.in magic | grep '~'`"
Index: tests/texinfo3.test
--- tests/texinfo3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo3.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -11,6 +11,7 @@
 echo '@setfilename textutils' > textutils.texi
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^INFO_DEPS.*textutils$' Makefile.in
Index: tests/texinfo4.test
--- tests/texinfo4.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo4.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -11,5 +11,6 @@
 echo '@setfilename textutils.frob' > textutils.texi
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/texinfo5.test
--- tests/texinfo5.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo5.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,4 +15,5 @@

 echo '@setfilename ian.info' > ian.texi

+$ACLOCAL || exit 1
 $AUTOMAKE --cygnus
Index: tests/texinfo6.test
--- tests/texinfo6.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo6.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,6 +10,7 @@
 echo '@setfilename foo.info' > foo.txi
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 fgrep '.txi.info' Makefile.in
Index: tests/texinfo7.test
--- tests/texinfo7.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/texinfo7.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -13,6 +13,7 @@ magic:

 echo '@setfilename textutils.info' > textutils.texi

+$ACLOCAL || exit 1
 $AUTOMAKE -a || exit 1

 test -f texinfo.tex
Index: tests/texinfo8.test
--- tests/texinfo8.test Sat, 20 Oct 2001 12:23:13 +0200 akim
+++ tests/texinfo8.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -28,6 +28,7 @@ magic:
        @echo $(DISTFILES)
 END

+$ACLOCAL || exit 1
 $AUTOMAKE -a || exit 1

 fgrep -v @SET_MAKE@ sub/Makefile.in > sub/Makefile.sed
Index: tests/texinfo9.test
--- tests/texinfo9.test Wed, 09 May 2001 19:37:26 +0200 akim
+++ tests/texinfo9.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -15,6 +15,7 @@
 echo '@setfilename heart.info' > heart.texinfo
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 test `grep '^dist-info:' Makefile.in | wc -l` -eq 1
Index: tests/vars.test
--- tests/vars.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/vars.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -12,4 +12,5 @@
 MY_FLAGS_4 = -DABC=345
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/vartar.test
--- tests/vartar.test Sat, 10 Mar 2001 19:30:41 +0100 akim
+++ tests/vartar.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -10,6 +10,7 @@ install:
        $(install) install
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^install = install$' Makefile.in || exit 1
Index: tests/version.test
--- tests/version.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/version.test Sat, 20 Oct 2001 12:26:18 +0200 akim
@@ -22,4 +22,5 @@
 : > ChangeLog
 : > THANKS

+$ACLOCAL || exit 1
 $AUTOMAKE --gnits
Index: tests/version2.test
--- tests/version2.test Sat, 20 Oct 2001 12:17:32 +0200 akim
+++ tests/version2.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -22,4 +22,5 @@
 : > ChangeLog
 : > THANKS

+$ACLOCAL || exit 1
 $AUTOMAKE --gnits
Index: tests/version3.test
--- tests/version3.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/version3.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -8,5 +8,6 @@
 AUTOMAKE_OPTIONS = 9.9x
 END

+$ACLOCAL || exit 1
 $AUTOMAKE && exit 1
 exit 0
Index: tests/version4.test
--- tests/version4.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/version4.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -8,4 +8,5 @@
 AUTOMAKE_OPTIONS = 1.4-p3
 END

+$ACLOCAL || exit 1
 $AUTOMAKE
Index: tests/vpath.test
--- tests/vpath.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/vpath.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -9,6 +9,7 @@
 VPATH = zardoz
 END

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep 'address@hidden@' Makefile.in && exit 1
Index: tests/vtexi.test
--- tests/vtexi.test Wed, 31 Jan 2001 00:08:51 +0100 akim
+++ tests/vtexi.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -17,6 +17,7 @@

 set -e

+$ACLOCAL || exit 1
 $AUTOMAKE

 # Test for bug reported by Jim Meyering:
Index: tests/vtexi2.test
--- tests/vtexi2.test Sat, 13 Jan 2001 18:11:09 +0100 akim
+++ tests/vtexi2.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -20,6 +20,7 @@
 : > mdate-sh
 : > texinfo.tex

+$ACLOCAL || exit 1
 $AUTOMAKE || exit 1

 grep '^zardoz\.dvi:' Makefile.in
Index: tests/werror.test
--- tests/werror.test Tue, 07 Aug 2001 20:20:45 +0200 akim
+++ tests/werror.test Sat, 20 Oct 2001 12:26:19 +0200 akim
@@ -8,4 +8,5 @@

 rm -f install-sh depcomp missing mkinstalldirs

+$ACLOCAL || exit 1
 $AUTOMAKE --Werror --add-missing



reply via email to

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