From 83e09b8f02bde198ea6f165555cce0562e7312fd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 21 Jan 2002 13:26:56 +0000 Subject: Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call in configure.in. --- m4/libtool.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm4/libtool.m4') diff --git a/m4/libtool.m4 b/m4/libtool.m4 index b8442c4..78785ec 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 -- cgit v1.1