source: vendor/automake/1.4-p6/tests/texinfo5.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 310 bytes
Line 
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
7cat >> configure.in << 'END'
8AM_MAINTAINER_MODE
9AC_EXEEXT
10END
11
12cat > Makefile.am << 'END'
13info_TEXINFOS = ian.texi
14END
15
16echo '@setfilename ian.info' > ian.texi
17
18$AUTOMAKE --cygnus
Note: See TracBrowser for help on using the repository browser.