From: Tom Tromey Date: Sun, 26 Nov 1995 05:42:17 +0000 (+0000) Subject: More version.texi fixes X-Git-Tag: Release-0-25~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da65729d6981ac43e5fd42e8e071c2f98d4818a7;p=thirdparty%2Fautomake.git More version.texi fixes --- diff --git a/automake.in b/automake.in index 6a6575598..b09fb3556 100755 --- a/automake.in +++ b/automake.in @@ -325,9 +325,10 @@ p sed "s/@TEXI@/$TEXINFOS/g" $am_dir/texi-version.am >&5 fi - - echo "${am_infobase}.info: $am_deps" >&5 - echo >&5 + if test -n "$am_deps"; then + echo "${am_infobase}.info: $am_deps" >&5 + echo >&5 + fi cat $am_dir/texinfos-vars.am >&4 cat $am_dir/texinfos.am >&5