[asterisk-commits] russell: trunk r63536 - in /trunk: ./ Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 9 06:24:39 MST 2007


Author: russell
Date: Wed May  9 08:24:38 2007
New Revision: 63536

URL: http://svn.digium.com/view/asterisk?view=rev&rev=63536
Log:
Merged revisions 63535 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r63535 | russell | 2007-05-09 08:24:03 -0500 (Wed, 09 May 2007) | 6 lines

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:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=63536&r1=63535&r2=63536
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed May  9 08:24:38 2007
@@ -287,7 +287,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 asterisk-commits mailing list