From 83e09b8f02bde198ea6f165555cce0562e7312fd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 21 Jan 2002 13:26:56 +0000 Subject: [PATCH] Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call in configure.in. --- m4/ChangeLog | 5 +++++ m4/libtool.m4 | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.2