aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 16:31:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 16:31:59 +0000
commit94dcd01d85da95985eda2167f0a2238d0e8d665f (patch)
tree0035faac111f09fdf581cb7adfdcc44100c29ae8 /configure.ac
parentda0987e79b60cefe51f9f87cc38a98dabd72a4b0 (diff)
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 generated the configure script. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e48f916a..eded81a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,9 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_CXXCPP
-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