From: Tom Tromey Date: Tue, 21 Nov 1995 07:32:34 +0000 (+0000) Subject: Another bug fix X-Git-Tag: Release-0-25~284 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=faf1ff1edad41a8c30b215b675e219992fa9e3e9;p=automake.git Another bug fix --- diff --git a/automake.in b/automake.in index 12e2ab83..25f2e73e 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 }