From: Russell Bryant Date: Wed, 8 Nov 2006 03:13:46 +0000 (+0000) Subject: add a comment about where AC_PROG_LD comes from X-Git-Tag: 1.6.0-beta1~3^2~4087 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6676c55a6698d1fb9562c5236ca1d35c27700481;p=thirdparty%2Fasterisk.git add a comment about where AC_PROG_LD comes from git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47305 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure.ac b/configure.ac index 33875dc513..3fad37427d 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,8 @@ 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 AC_PROG_AWK AC_PROG_INSTALL