From e21e262b4c8c463f0afa858901383a7a92a1ef0d Mon Sep 17 00:00:00 2001
From: David MacKenzie <djm@djmnet.org>
Date: Thu, 22 Sep 1994 20:53:11 +0000
Subject: [PATCH] always set temp var

---
 autoconf.in     | 2 +-
 autoconf.sh     | 2 +-
 bin/autoconf.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/autoconf.in b/autoconf.in
index 3ba96147..5ae95c71 100644
--- a/autoconf.in
+++ b/autoconf.in
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then
diff --git a/autoconf.sh b/autoconf.sh
index 3ba96147..5ae95c71 100644
--- a/autoconf.sh
+++ b/autoconf.sh
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then
diff --git a/bin/autoconf.in b/bin/autoconf.in
index 3ba96147..5ae95c71 100644
--- a/bin/autoconf.in
+++ b/bin/autoconf.in
@@ -91,8 +91,8 @@ esac
 
 trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
 
+tmpin=/tmp/acin.$$ # Always set this, to avoid bogus errors from some rm's.
 if test z$infile = z-; then
-  tmpin=/tmp/acin.$$
   infile=$tmpin
   cat > $infile
 elif test ! -r "$infile"; then