From da65729d6981ac43e5fd42e8e071c2f98d4818a7 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 26 Nov 1995 05:42:17 +0000 Subject: [PATCH] More version.texi fixes --- automake.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/automake.in b/automake.in index 6a65755..b09fb35 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 -- 2.7.4