Remove tmpout regardless of whether it's used.

This commit is contained in:
Pavel Roskin 2002-07-28 06:39:48 +00:00
parent a39e3254cf
commit ae97181c29
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,6 @@ else
# Ugly way to parse the instructions gettexize gives us.
m4files="`cat tmpout | sed -n -e '/^Please/,/^from/s/^ *//p'`"
fromdir=`cat tmpout | sed -n -e '/^Please/,/^from/s/^from the \([^ ]*\) .*$/\1/p'`
rm -f tmpout
rm -rf gettext.m4
mkdir gettext.m4
for i in $m4files; do
@ -87,6 +86,8 @@ else
ACLOCAL_INCLUDES="-I gettext.m4"
fi
rm -f tmpout
# Some old version of GNU build tools fail to set error codes.
# Check that they generate some of the files they should.