Browse Source

Remove tmpout regardless of whether it's used.

Pavel Roskin 22 years ago
parent
commit
ae97181c29
1 changed files with 2 additions and 1 deletions
  1. 2 1
      autogen.sh

+ 2 - 1
autogen.sh

@@ -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.