summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-06-24 11:41:09 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-06-24 11:41:09 +0000
commitf6ebd75ba2d2987630cbc2f224c7084592cc16d4 (patch)
tree4e06eb410c03792320dacb7b41cffc940ab6d5f4
parent64d82369986f9667ad50652c5b64db91f9c8436c (diff)
downloadmpc-f6ebd75ba2d2987630cbc2f224c7084592cc16d4.tar.gz
configure.ac: replaced deprecated macro AC_PROG_LIBTOOL by LT_INIT, see
http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1159 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4e2b35b..d3fbac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ AC_PROG_CC
AC_LANG(C)
# Set up LibTool
-AC_PROG_LIBTOOL
+LT_INIT
# Check GMP Header
AC_MSG_CHECKING(for gmp.h)