* m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Grep
[platform/upstream/automake.git] / tests / texinfo5.test
1 #! /bin/sh
2
3 # Test to make sure that texinfo.tex is not required by --cygnus.
4 # Report from Ian Taylor.
5 . $srcdir/defs || exit 1
6
7 cat >> configure.in << 'END'
8 AM_MAINTAINER_MODE
9 AC_EXEEXT
10 END
11
12 cat > Makefile.am << 'END'
13 info_TEXINFOS = ian.texi
14 END
15
16 echo '@setfilename ian.info' > ian.texi
17
18 $ACLOCAL || exit 1
19 $AUTOMAKE --cygnus