Tag
Hash :
852e99bc
Author :
Date :
2002-05-30T06:05:05
fgrep -> $FGREP, egrep -> $EGREP
#! /bin/sh
# Test to ensure texinfo.tex included in distribution. Bug report by
# Jim Meyering.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
magic:
@echo $(DISTFILES)
END
echo '@setfilename textutils.info' > textutils.texi
: > texinfo.tex
$ACLOCAL || exit 1
$AUTOMAKE || exit 1
$FGREP -v @SET_MAKE@ Makefile.in > Makefile.sed
$MAKE -s -f Makefile.sed SHELL=/bin/sh magic | grep 'texinfo\.tex'