]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix testsuite failure on AIX 4.3.3.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 31 Oct 2009 16:24:05 +0000 (17:24 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Nov 2009 00:03:21 +0000 (01:03 +0100)
* lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT): Remove conftest.err
also if it is empty.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/general.m4

index f4a58500d4afbca61159b69c343f231af1200536..39854166c593e3b5b4be865d0eec3d02df6413ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix testsuite failure on AIX 4.3.3.
+       * lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT): Remove conftest.err
+       also if it is empty.
+
        Fix testsuite failure on IRIX and AIX.
        * tests/torture.at (Substitute and define special characters):
        Double the backslash before the double-quote in
index bd19e824c934550b47a152cc15a155ad74a09b2b..e34bea4d04b0857e611b0205b4e46c1b7f34e75a 100644 (file)
@@ -2305,8 +2305,8 @@ AC_DEFUN([_AC_RUN_LOG_LIMIT],
 ... rest of stderr output deleted ...
          m4_default([$3], [10])q' conftest.err >conftest.er1
     cat conftest.er1 >&AS_MESSAGE_LOG_FD
-    rm -f conftest.er1 conftest.err
   fi
+  rm -f conftest.er1 conftest.err
   _AS_ECHO_LOG([\$? = $ac_status])
   test $ac_status = 0; }])