aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-09 13:24:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-09 13:24:03 +0000
commit18a7120713d8c25a18e6d36ffc0ad2cb492f458c (patch)
tree611dde9d39d87123ee86a1fc5299e460323b8dd7 /Makefile
parentefdce7b65b5abcf4eaf0e8db81f1cfc34cd8e53d (diff)
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. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63535 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdfd98344..f12baeea9 100644
--- 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