summaryrefslogtreecommitdiffstats
path: root/m4/libtool.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-21 13:26:56 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:05:03 +0200
commit83e09b8f02bde198ea6f165555cce0562e7312fd (patch)
tree532062b50561b19305cd54e6d9d0b96ff3f56e40 /m4/libtool.m4
parent6504af86ff4afa810c2cf96f96e801daa9861872 (diff)
downloadexternal_gettext-83e09b8f02bde198ea6f165555cce0562e7312fd.zip
external_gettext-83e09b8f02bde198ea6f165555cce0562e7312fd.tar.gz
external_gettext-83e09b8f02bde198ea6f165555cce0562e7312fd.tar.bz2
Don't leave conftest* files around if AM_PROG_LIBTOOL is the last call
in configure.in.
Diffstat (limited to 'm4/libtool.m4')
-rw-r--r--m4/libtool.m44
1 files changed, 3 insertions, 1 deletions
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