aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 16:36:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 16:36:45 +0000
commit8519471bf12cbd3b2cb37485fa1c5afb2f8374b6 (patch)
tree09682a6e157e1af48567a5f412f3074cf43a1472 /configure.ac
parent4c3dd7110b58af2874a6ab7b32efb5ae44777ad3 (diff)
Merged revisions 47327 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47327 | russell | 2006-11-08 11:31:59 -0500 (Wed, 08 Nov 2006) | 4 lines Copy the macros from libtool.m4 to our own acinclude.m4 such that libtool is no longer required to be installed to be able to generate the configure script. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47328 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3fad37427..0241bf573 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,9 +129,9 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_CXXCPP
-# If you get complaints that the following macro is undefined, you probably
-# need to install libtool, as that is what package provides it.
-AC_PROG_LD
+# This macro is just copied into our local acinclude.m4 from libtool.m4 so that
+# the developers regenerating the configure script don't have to install libtool.
+AST_PROG_LD
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S