From: Tom Tromey Date: Sun, 26 Nov 1995 05:40:01 +0000 (+0000) Subject: More version.texi fixes X-Git-Tag: v1.10.2~3850 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6ee2c4274076713873b8229b3359bcc610fc565;p=platform%2Fupstream%2Fautomake.git More version.texi fixes --- diff --git a/automake.in b/automake.in index 58f6216..cc8b335 100755 --- a/automake.in +++ b/automake.in @@ -311,8 +311,6 @@ p $echo "automake: $am_makefile specified more than one file in \`TEXINFOS'" am_localstatus=1 else - sed "s/@TEXI@/$TEXINFOS/g" $am_dir/texi-version.am >&5 - am_infobase=`echo "$TEXINFOS" | sed 's/\.texi//'` am_deps= @@ -324,6 +322,7 @@ p # User supplied eg automake_TEXINFOS. So use those as # dependencies. am_deps="\$(${am_infobase}_TEXINFOS) $am_deps" + sed "s/@TEXI@/$TEXINFOS/g" $am_dir/texi-version.am >&5 fi