aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-override.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-27 04:36:14 +0200
committerYang Tse <yangsita@gmail.com>2011-03-27 04:36:14 +0200
commit4913a08cb6cfe653b1b2ee6c6dacb9408e9be4f0 (patch)
tree1a390472c005835bbeda99e127721ba79936b54f /m4/curl-override.m4
parent2531cd94a54292a12de0a6392788d310c1bd899a (diff)
configure: fix libtool warning
Diffstat (limited to 'm4/curl-override.m4')
-rw-r--r--m4/curl-override.m411
1 files changed, 10 insertions, 1 deletions
diff --git a/m4/curl-override.m4 b/m4/curl-override.m4
index 326c59cef..5a141903e 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 3
+# serial 4
dnl CURL_OVERRIDE_AUTOCONF
dnl -------------------------------------------------
@@ -99,3 +99,12 @@ m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
[CURL_CHECK_PATH_SEPARATOR
m4_define([$0],[])])
+dnl Override Autoconf's AC_CONFIG_MACRO_DIR (DIR)
+dnl -------------------------------------------------
+dnl This is an emulation of Autoconf's 2.61 macro.
+dnl This is done to use fixed macro across Autoconf
+dnl versions, and avoid warnings from modern libtool
+dnl which traces usage of this macro.
+
+AC_DEFUN([AC_CONFIG_MACRO_DIR],[:])
+