From: Tom Tromey Date: Tue, 21 Nov 1995 07:32:34 +0000 (+0000) Subject: Another bug fix X-Git-Tag: Release-0-25~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dba7c90ff1ce59666e6fdf294ccf3cc317349f21;p=thirdparty%2Fautomake.git Another bug fix --- diff --git a/automake.in b/automake.in index 12e2ab834..25f2e73eb 100755 --- a/automake.in +++ b/automake.in @@ -368,7 +368,7 @@ ${am_file}_OBJECTS = ${am_file}.${kr}o" >&4 # Some final checks. # - test -z "$TEXINFOS" || test -f $am_reldir/texinfo.tex) || { + test -z "$TEXINFOS" || test -f $am_reldir/texinfo.tex || { echo "automake: ${am_makefile}.am defines TEXINFOS, but" 1>&2 echo "automake: ${am_reldir}/texinfo.tex does not exist" 1>&2 }