summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 12:29:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 12:29:48 +0000
commit91f98079b0950c2dc1fab77bce28631901c63a7f (patch)
tree186e686ccc8d3fc813228612991e788ea3f0506d /configure.ac
parent1ed402a7f1db95e1cb77c8cec310236373e02f31 (diff)
downloadmpfr-91f98079b0950c2dc1fab77bce28631901c63a7f.tar.gz
Updated autotools files to get rid of obsolete macros. Removed
useless "#include <math.h>" in the test for subnormal numbers. (merged changesets r8337-8338,8364 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@9411 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c958f8aac..335feb145 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,7 +357,7 @@ dnl but it's "ar" format and cannot be used by the MS linker. There
dnl doesn't seem to be any GNU tool for generating or converting to .lib.
AC_SUBST(MPFR_LDFLAGS)
AC_SUBST(LIBMPFR_LDFLAGS)
-AC_LIBTOOL_WIN32_DLL
+LT_INIT(win32-dll)
case $host in
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
AC_MSG_CHECKING(for DLL/static GMP)
@@ -387,8 +387,6 @@ error
fi
;;
esac
-dnl Finally set up LibTool
-AC_PROG_LIBTOOL
dnl