Tag
Hash :
c7266e91
Author :
Date :
1998-09-26T18:32:31
Test suite updates for the @SHELL@ change: * exsource.test: Set SHELL on `make' command line. * ansi.test: Set SHELL on `make' command line. * texinfo.test: Set SHELL on `make' command line. * insh2.test: Set SHELL on `make' command line. * empty.test: Rewrite @SHELL@ to /bin/sh.
#! /bin/sh
# Test to ensure texinfo.tex included in distribution. Bug report by
# Jim Meyering.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
magic:
@echo $(DISTFILES)
END
echo '@setfilename textutils.info' > textutils.texi
: > texinfo.tex
$AUTOMAKE || exit 1
$MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'