]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
I have seen multiple people post questions trying to figure out what the
authorRussell Bryant <russell@russellbryant.com>
Wed, 9 May 2007 13:24:03 +0000 (13:24 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 9 May 2007 13:24:03 +0000 (13:24 +0000)
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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@63535 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index fdfd9834482b99d052eed0a08d96f3794c2ffa05..f12baeea9611886b0d357146bb4e4add31721b81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,8 @@ _all: cleantest $(SUBDIRS)
 
 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