summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-05-09 13:24:38 +0000
committerRussell Bryant <russell@russellbryant.com>2007-05-09 13:24:38 +0000
commitf3a5f666a75dd108f468834c0d14da4259d33ff6 (patch)
tree16e809aa410fc71e3ec3dc05bf5a9f3daabbea9a /Makefile
parentc358b18a5ad5e5068bc9278ac7b16bb9d574dc47 (diff)
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4146f86e8..b2535a67c 100644
--- a/Makefile
+++ b/Makefile
@@ -287,7 +287,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