aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-override.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-14 04:28:56 +0100
committerYang Tse <yangsita@gmail.com>2013-01-14 04:29:43 +0100
commit16abdd4f3971b131f140500199743fdf146f5d65 (patch)
tree1fbfd98449de206b5a4f95926e59d0dfcc249515 /m4/curl-override.m4
parent99229b74eb8de99cf93eb8765d2487e4958efe43 (diff)
downloadgnurl-16abdd4f3971b131f140500199743fdf146f5d65.tar.gz
gnurl-16abdd4f3971b131f140500199743fdf146f5d65.tar.bz2
gnurl-16abdd4f3971b131f140500199743fdf146f5d65.zip
configure: fix automake 1.13 compatibility
Tested with: buildconf: autoconf version 2.69 buildconf: autom4te version 2.69 buildconf: autoheader version 2.69 buildconf: automake version 1.13.1 buildconf: aclocal version 1.13.1 buildconf: libtool version 2.4 buildconf: GNU m4 version 1.4.16
Diffstat (limited to 'm4/curl-override.m4')
-rw-r--r--m4/curl-override.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/m4/curl-override.m4 b/m4/curl-override.m4
index 0e4d1f908..263d7de38 100644
--- a/m4/curl-override.m4
+++ b/m4/curl-override.m4
@@ -89,12 +89,3 @@ m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
[CURL_CHECK_PATH_SEPARATOR
m4_define([$0],[])])
-dnl Provide Autoconf's AC_CONFIG_MACRO_DIR (DIR)
-dnl -------------------------------------------------
-dnl Allow usage of mentioned macro in configure.ac
-dnl even with ancient Autoconf versions, such as 2.57,
-dnl that do not provide a definition for this macro.
-
-m4_ifndef([AC_CONFIG_MACRO_DIR],
-[AC_DEFUN([AC_CONFIG_MACRO_DIR],[:])])
-