[asterisk-commits] schmidts: branch 1.8 r301444 - /branches/1.8/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 12 09:57:50 CST 2011


Author: schmidts
Date: Wed Jan 12 09:57:43 2011
New Revision: 301444

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301444
Log:
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 #18594)
Reported by: Dovid


Modified:
    branches/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=301444&r1=301443&r2=301444
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Wed Jan 12 09:57:43 2011
@@ -887,7 +887,7 @@
 	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




More information about the asterisk-commits mailing list