[svn-commits] russell: branch 1.4 r63535 - /branches/1.4/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed May 9 06:24:04 MST 2007
Author: russell
Date: Wed May 9 08:24:03 2007
New Revision: 63535
URL: http://svn.digium.com/view/asterisk?view=rev&rev=63535
Log:
I have seen multiple people post questions trying to figure out what the
message "The configure script must be executed before running 'make'" means.
So, add another like that says to specifically run ./configure. If this isn't
obvious enough, then they should be using something like AsteriskNOW and not
installing from source.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=63535&r1=63534&r2=63535
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed May 9 08:24:03 2007
@@ -286,7 +286,8 @@
makeopts: configure
@echo "****"
- @echo "**** The configure script must be executed before running '$(MAKE)'."
+ @echo "**** The configure script must be executed before running '$(MAKE)'."
+ @echo "**** Please run \"./configure\"."
@echo "****"
@exit 1
More information about the svn-commits
mailing list