From: Stefan Schmidt Date: Wed, 12 Jan 2011 15:59:28 +0000 (+0000) Subject: fix wrong text of rerun menuselect after user interface warning X-Git-Tag: 11.0.0-beta1~1992 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6834d324796cc93ff95a50ce408c13f0643b339;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index ab3b5a20b5..55b10baa85 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