summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-20 14:40:08 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-20 14:40:08 +0000
commitf682c3c7e6a253397d75ebe54082dd488a81454a (patch)
tree1c10df68a3db61fe0b07afa7107020f4e96ea8bb /configure.ac
parentf58d9ec68c462d4d700dfab5e3b140b0a15deebe (diff)
downloadmpc-f682c3c7e6a253397d75ebe54082dd488a81454a.tar.gz
passing to autoconf 2.61
setting version number to 0.5.2, since I am sure we will make a bugfix release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@349 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 85daf6f..fbb47fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@ MA 02111-1307, USA. */
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
-AC_INIT(mpc, 0.6, mpc-discuss@lists.gforge.inria.fr)
+AC_PREREQ(2.61)
+AC_INIT(mpc, 0.5.2, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])
@@ -79,11 +79,6 @@ AC_PROG_CC
AC_PROG_LIBTOOL
AC_PROG_SED
-AC_PATH_PROG([SED], [sed], no)
-if test "x$SED" = "xno"; then
- AC_MSG_ERROR([program sed needed])
-fi
-
# Checks for libraries.
AC_CHECK_LIB([gmp], [__gmpz_init],
[LIBS="-lgmp $LIBS"],