]> sourceware.org Git - automake.git/commitdiff
Another bug fix
authorTom Tromey <tromey@redhat.com>
Tue, 21 Nov 1995 07:32:34 +0000 (07:32 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 21 Nov 1995 07:32:34 +0000 (07:32 +0000)
automake.in

index 12e2ab834e2ab9d3fb8d807aae15273f6a15c798..25f2e73eb8a8106eb90d462e08018da953805bd2 100755 (executable)
@@ -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
   }
This page took 0.028608 seconds and 5 git commands to generate.