]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call
authorBruno Haible <bruno@clisp.org>
Mon, 21 Jan 2002 13:26:56 +0000 (13:26 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:05:03 +0000 (01:05 +0200)
in configure.in.

m4/ChangeLog
m4/libtool.m4

index 1af739055a7e9f780e76f017a0368519bac66fc9..e015032b95081712c46be51f4572cc00ff4d301b 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-20  Bruno Haible  <bruno@clisp.org>
+
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove two temporary files after
+       use.
+
 2002-01-19  Bruno Haible  <bruno@clisp.org>
 
        * iconv.m4 (AM_ICONV_LINK): New macro, extracted from AM_ICONV.
index b8442c4ff69bc2e4b86cdb9fe22a0daee0146ff6..78785ec991ea505e94eaddabd36e6a0883996667 100644 (file)
@@ -2270,7 +2270,9 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
       allow_undefined_flag=$save_allow_undefined_flag
     else
       cat conftest.err 1>&5
-    fi])
+    fi
+    $rm conftest*
+    ])
     AC_MSG_RESULT([$lt_cv_archive_cmds_need_lc])
     ;;
   esac