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

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

automake 1.4-p6

File size: 398 bytes
Line 
1#! /bin/sh
2
3# Test to ensure that a ".info~" file doesn't end up in the
4# distribution. Bug report from Greg McGary.
5
6. $srcdir/defs || exit 1
7
8cat > Makefile.am << 'END'
9info_TEXINFOS = textutils.texi
10magic:
11 @echo $(DISTFILES)
12END
13
14: > texinfo.tex
15echo '@setfilename textutils.info' > textutils.texi
16: > textutils.info~
17
18$AUTOMAKE || exit 1
19
20test -z "`$MAKE -s -f Makefile.in magic | grep '~'`"
Note: See TracBrowser for help on using the repository browser.