* confh4.test: Corrected final test.
[automake.git] / tests / texinfo5.test
blob0548709076b7dddc76bdc1c4884cd07d73c8912e
1 #! /bin/sh
3 # Test to make sure that texinfo.tex is not required by --cygnus.
4 # Report from Ian Taylor.
5 . $srcdir/defs || exit 1
7 cat >> configure.in << 'END'
8 AM_MAINTAINER_MODE
9 AC_EXEEXT
10 END
12 cat > Makefile.am << 'END'
13 info_TEXINFOS = ian.texi
14 END
16 echo '@setfilename ian.info' > ian.texi
18 $AUTOMAKE --cygnus