]> sourceware.org Git - automake.git/commitdiff
* m4/sanity.m4: Remove the temp file before possible error exits.
authorAkim Demaille <akim@epita.fr>
Fri, 4 May 2001 10:57:33 +0000 (10:57 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 4 May 2001 10:57:33 +0000 (10:57 +0000)
ChangeLog
aclocal.m4
configure
m4/sanity.m4

index 9bee3f0983bb6f1a53ee492290fcce842e382570..5b180563e0e893344e45869fbacbb4a7087c28f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-04  Peter Eisentraut  <peter_e@gmx.net>
+
+       * m4/sanity.m4: Remove the temp file before possible error exits.
+
 2001-05-04  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Set perllibdir.
index 7d3906010fccf16f4caf07a42430f926e96e2532..ba0dcea3e9f8f3877436ebbc06f9bed178bd7534 100644 (file)
@@ -116,6 +116,7 @@ if (
       # -L didn't work.
       set X `ls -t $srcdir/configure conftest.file`
    fi
+   rm -f conftest.file
    if test "$[*]" != "X $srcdir/configure conftest.file" \
       && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
@@ -136,7 +137,6 @@ else
    AC_MSG_ERROR([newly created file is older than distributed files!
 Check your system clock])
 fi
-rm -f conftest*
 AC_MSG_RESULT(yes)])
 
 
index 625a8b0a212dc67aa82bad8d2a21bfd1e41b262a..1bb40c4b49a4c7071470b0afd1321ff496b97dd5 100755 (executable)
--- a/configure
+++ b/configure
@@ -624,6 +624,7 @@ if (
       # -L didn't work.
       set X `ls -t $srcdir/configure conftest.file`
    fi
+   rm -f conftest.file
    if test "$*" != "X $srcdir/configure conftest.file" \
       && test "$*" != "X conftest.file $srcdir/configure"; then
 
@@ -644,7 +645,6 @@ else
    { echo "configure: error: newly created file is older than distributed files!
 Check your system clock" 1>&2; exit 1; }
 fi
-rm -f conftest*
 echo "$ac_t""yes" 1>&6
 if test "$program_transform_name" = s,x,x,; then
   program_transform_name=
index b38b1102f3a4fe646fac6b99338b924a00ed020b..4259aec9dd81901636f662e8d08d6c55442a36e0 100644 (file)
@@ -22,6 +22,7 @@ if (
       # -L didn't work.
       set X `ls -t $srcdir/configure conftest.file`
    fi
+   rm -f conftest.file
    if test "$[*]" != "X $srcdir/configure conftest.file" \
       && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
@@ -42,5 +43,4 @@ else
    AC_MSG_ERROR([newly created file is older than distributed files!
 Check your system clock])
 fi
-rm -f conftest*
 AC_MSG_RESULT(yes)])
This page took 0.045182 seconds and 5 git commands to generate.