* confh4.test: Corrected final test.
[automake.git] / tests / texinfo.test
blob14218671c23816858aa453b6a9b86f8eac79dbe0
1 #! /bin/sh
3 # Test to ensure texinfo.tex included in distribution. Bug report by
4 # Jim Meyering.
6 . $srcdir/defs || exit 1
8 cat > Makefile.am << 'END'
9 info_TEXINFOS = textutils.texi
10 magic:
11 @echo $(DISTFILES)
12 END
14 echo '@setfilename textutils.info' > textutils.texi
15 : > texinfo.tex
17 $AUTOMAKE || exit 1
19 $MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'