From: Bruno Haible Date: Mon, 21 Jan 2002 13:26:56 +0000 (+0000) Subject: Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call X-Git-Tag: v0.11~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e09b8f02bde198ea6f165555cce0562e7312fd;p=thirdparty%2Fgettext.git Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call in configure.in. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 1af739055..e015032b9 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2002-01-20 Bruno Haible + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove two temporary files after + use. + 2002-01-19 Bruno Haible * iconv.m4 (AM_ICONV_LINK): New macro, extracted from AM_ICONV. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index b8442c4ff..78785ec99 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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