* configure.in: Upped to version 1.4k.
[automake.git] / tests / texinfo6.test
blobdd984f824aff39ac5f7dae3ac659e8e60a5f4114
1 #! /bin/sh
3 # Test to make sure `.txi' extension works.
4 . $srcdir/defs || exit 1
6 cat > Makefile.am << 'END'
7 info_TEXINFOS = foo.txi
8 END
10 echo '@setfilename foo.info' > foo.txi
11 : > texinfo.tex
13 $AUTOMAKE || exit 1
15 fgrep '.txi.info' Makefile.in