]> sourceware.org Git - automake.git/commitdiff
* texinfo8.test: Use directory named `sub'.
authorTom Tromey <tromey@redhat.com>
Fri, 27 Aug 1999 05:44:13 +0000 (05:44 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 27 Aug 1999 05:44:13 +0000 (05:44 +0000)
tests/ChangeLog
tests/texinfo8.test

index 94689c7424aa8ecba940e4918edc1951ce7ff148..03e8aa038ba62fe44b8cb56ded5e6f1e3b24e8c7 100644 (file)
@@ -1,5 +1,7 @@
 1999-08-26  Tom Tromey  <tromey@cygnus.com>
 
+       * texinfo8.test: Use directory named `sub'.
+
        * symlink.test: Use directory named `sub' (just in case; for
        Windows).
 
index 176cdaf49e11a0ff168a13a624032ff4ac24e087..d68e8488b3d0db6c3b655cef971de34dc83fca13 100755 (executable)
@@ -11,8 +11,8 @@ PACKAGE=nonesuch
 VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_INSTALL
-AC_OUTPUT(Makefile aux/Makefile)
-AC_CONFIG_AUX_DIR(aux)
+AC_OUTPUT(Makefile sub/Makefile)
+AC_CONFIG_AUX_DIR(sub)
 END
 
 cat > Makefile.am << 'END'
@@ -21,17 +21,17 @@ END
 
 echo '@setfilename textutils.info' > textutils.texi
 
-test -d aux || mkdir aux
+test -d sub || mkdir sub
 
-cat > aux/Makefile.am << 'END'
+cat > sub/Makefile.am << 'END'
 magic:
        @echo $(DISTFILES)
 END
 
 $AUTOMAKE -a || exit 1
 
-test -f aux/texinfo.tex &&
-$MAKE -s -f aux/Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'
+test -f sub/texinfo.tex &&
+$MAKE -s -f sub/Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'
 stat=$?
 
 exit $stat
This page took 0.027228 seconds and 5 git commands to generate.