[asterisk-commits] russell: trunk r47305 - /trunk/configure.ac
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 7 20:13:47 MST 2006
Author: russell
Date: Tue Nov 7 21:13:46 2006
New Revision: 47305
URL: http://svn.digium.com/view/asterisk?rev=47305&view=rev
Log:
add a comment about where AC_PROG_LD comes from
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?rev=47305&r1=47304&r2=47305&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Nov 7 21:13:46 2006
@@ -129,6 +129,8 @@
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
More information about the asterisk-commits
mailing list