summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-27 02:41:13 +0000
committerYang Tse <yangsita@gmail.com>2008-07-27 02:41:13 +0000
commitad84e84e1cab25d231210c8111b0f7384ff7d17f (patch)
treebb38080745277cc6daa7f765a34252f619a22577 /configure.ac
parent736e46d73020cc01daad987d4c281d56f6a42422 (diff)
downloadc-ares-ad84e84e1cab25d231210c8111b0f7384ff7d17f.tar.gz
c-ares-ad84e84e1cab25d231210c8111b0f7384ff7d17f.tar.bz2
c-ares-ad84e84e1cab25d231210c8111b0f7384ff7d17f.zip
Remove explicit inclusion of our m4 files first. It was interesting as a test,
but it breaks aclocal execution on some systems, with the following error: Can't locate object method "rel2abs" via package "File::Spec" at /usr/local/bin/aclocal line 256.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 8d24043..c188bd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,5 @@
AC_PREREQ(2.57)
-dnl Explicitly include our m4 files first. Without these explicit inclusions
-dnl aclocal will actually find and include them automatically, but before it
-dnl does it might fully scan all other system installed m4 files. Doing this
-dnl explicit inclusion also allows us to override definitions of macros done
-dnl elsewhere in other packages with the ones done in our included files.
-m4_include([m4/reentrant.m4])
-m4_include([acinclude.m4])
-
dnl Version not hardcoded here. Fetched later from ares_version.h
AC_INIT([c-ares], [-],
[c-ares mailing list => http://cool.haxx.se/mailman/listinfo/c-ares])