summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Schmidt <sst@sil.at>2011-01-12 15:59:28 +0000
committerStefan Schmidt <sst@sil.at>2011-01-12 15:59:28 +0000
commitf6834d324796cc93ff95a50ce408c13f0643b339 (patch)
tree296b7d69b871bf1c845f5c2bdb72217669d8d1b3 /Makefile
parentfad87eea35b47f5634e34143b7012ab3de4d16c0 (diff)
fix wrong text of rerun menuselect after user interface warning
the warning, if no user interface for menuselect warning was found is not right. you have to rerun configure before make menuselect after installing a proper user interface. (closes issue 0018594) Reported by: Dovid git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab3b5a20b..55b10baa8 100644
--- a/Makefile
+++ b/Makefile
@@ -889,7 +889,7 @@ menuselect: menuselect/cmenuselect menuselect/nmenuselect menuselect/gmenuselect
else \
echo "No menuselect user interface found. Install ncurses,"; \
echo "newt or GTK libraries to build one and re-rerun"; \
- echo "'make menuselect'."; \
+ echo "'./configure' and 'make menuselect'."; \
fi
cmenuselect: menuselect/cmenuselect menuselect-tree menuselect.makeopts