source:
vendor/automake/1.4-p6/tests/texinfo5.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
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 | |
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 | $AUTOMAKE --cygnus |
Note:
See TracBrowser
for help on using the repository browser.