aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-override.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-23 13:54:08 +0100
committerYang Tse <yangsita@gmail.com>2013-01-23 14:29:00 +0100
commit5c28a64e5714918b9067b6146671ec85de4c414f (patch)
treefe80b0e2d5b1f638acfaf85ab7f7f6f1897ba686 /m4/curl-override.m4
parent8c6c42a67f2384328fe924f69a054ad7771ba931 (diff)
configure: use XC_CONFIGURE_PREAMBLE early checks
Some basic checks we make were placed early enough in generated configure script when using autoconf 2.5X versions. Newer autoconf versions expand these checks much further into the configure script, rendering them useless. Using XC_CONFIGURE_PREAMBLE fixes placement of early intended checks across all our autoconf supported versions.
Diffstat (limited to 'm4/curl-override.m4')
-rw-r--r--m4/curl-override.m417
1 files changed, 1 insertions, 16 deletions
diff --git a/m4/curl-override.m4 b/m4/curl-override.m4
index 263d7de38..a35d3b2f1 100644
--- a/m4/curl-override.m4
+++ b/m4/curl-override.m4
@@ -2,7 +2,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 6
+# serial 7
dnl CURL_OVERRIDE_AUTOCONF
dnl -------------------------------------------------
@@ -74,18 +74,3 @@ choke me
#endif
], [return $1 ();])])
-dnl Override Autoconf's PATH_SEPARATOR check
-dnl -------------------------------------------------
-dnl This is done to ensure that the same check is
-dnl used across different Autoconf versions and to
-dnl allow us to use this macro early enough in the
-dnl configure script.
-
-m4_defun([_AS_PATH_SEPARATOR_PREPARE],
-[CURL_CHECK_PATH_SEPARATOR
-m4_define([$0],[])])
-
-m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
-[CURL_CHECK_PATH_SEPARATOR
-m4_define([$0],[])])
-