From 61137af0199e5e5c58487acbc3029984035e2b1c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 27 Aug 1999 05:44:13 +0000 Subject: [PATCH] * texinfo8.test: Use directory named `sub'. --- tests/ChangeLog | 2 ++ tests/texinfo8.test | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 94689c74..03e8aa03 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 1999-08-26 Tom Tromey + * texinfo8.test: Use directory named `sub'. + * symlink.test: Use directory named `sub' (just in case; for Windows). diff --git a/tests/texinfo8.test b/tests/texinfo8.test index 176cdaf4..d68e8488 100755 --- a/tests/texinfo8.test +++ b/tests/texinfo8.test @@ -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 -- 2.43.5