From fb9f41b3e52cfddada7773a65b9723cd3a96b785 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 30 Oct 2010 19:41:13 -0400 Subject: Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. --- Config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Config') diff --git a/Config b/Config index 436b5f1da..c647c8e54 100755 --- a/Config +++ b/Config @@ -320,9 +320,10 @@ echo "" #### -echo "Are there any extra arguments you wish to pass to $BUILD_SYSTEM?" -echo "(You may only need to do this if $BUILD_SYSTEM is unable to locate" -echo "missing dependencies without hints)" +echo "Are there any extra arguments you wish to pass to cmake?" +echo "You may only need to do this if cmake is unable to locate" +echo "missing dependencies without hints." +echo "You can do this by: -DEXTRA_INCLUDE:STRING=/path/to/files;/path/to/more/files" echo2 "[$EXTRA_CONFIG_ARGS] " if read INPUT ; then : ; else echo "" ; exit 1 ; fi if [ "$INPUT" ] ; then -- cgit