aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-04-11 19:42:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-04-11 19:48:06 +0100
commit892f0fdc6ba2260f058f97b1e5e989baf7c56112 (patch)
treedce6b327122d0aa74550d13cd8c13cc3ea4ab922 /configure.ac
parent65056349cf436c9f2dc505cc9d51a51c309648b0 (diff)
downloadswig-892f0fdc6ba2260f058f97b1e5e989baf7c56112.tar.gz
Update ax_boost_base.m4 to latest from autoconf archive
Updated to serial #45. This is in preparation to a possible fix for issue #1435. The use of AS_CASE requires autoconf-2.60 or later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 6380260f1..1873797d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,10 +3,7 @@ dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
AC_INIT([swig],[4.0.0],[http://www.swig.org])
-
-dnl NB: When this requirement is increased to 2.60 or later, AC_PROG_SED
-dnl definition below can be removed
-AC_PREREQ(2.58)
+AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([Source/Swig/swig.h])
AC_CONFIG_AUX_DIR([Tools/config])
@@ -44,11 +41,6 @@ AC_CHECK_FUNC(popen, AC_DEFINE(HAVE_POPEN, 1, [Define if popen is available]), A
fi
dnl PCRE
-
-dnl AX_PATH_GENERIC() relies on AC_PROG_SED() but it is defined only in
-dnl autoconf 2.60 so trivially predefine it ourselves for the older versions
-m4_ifdef([AC_PROG_SED],, [AC_DEFUN([AC_PROG_SED], [AC_PATH_PROG([SED], sed)])])
-
AC_ARG_WITH([pcre],
[AS_HELP_STRING([--without-pcre],
[Disable support for regular expressions using PCRE])],