From 7fb02ea7d6cb8dea608badcb8a1e2649ee4edd48 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 13 Nov 2007 21:10:26 +0000 Subject: [PATCH] fix some typos/imprecisions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/wxpresets/presets/wx_unix.bkl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/build/bakefiles/wxpresets/presets/wx_unix.bkl b/build/bakefiles/wxpresets/presets/wx_unix.bkl index c0ff3dae90..cd9bddb8d4 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -8,12 +8,14 @@ See wx.bkl for platform-independent notes. Format-specific notes: * autoconf: - Beware that you have to use AM_OPTIONS_WXCONFIG and - AM_PATH_WXCONFIG in your configure.in to get at least the + Beware that you have to use WX_CONFIG_OPTIONS and + WX_CONFIG_CHECK in your configure.in to get at least the WX_CPPFLAGS, WX_CFLAGS, WX_CXXFLAGS, WX_LIBS option values defined. + To detect the WX_* option values typically you also want to use - the AM_WXPRESETS_OPTIONS and AM_WXPRESETS_CHECKS macros - (see wxpresets.m4 for more info). + the WX_STANDARD_OPTIONS, WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS, + WX_CONFIG_CHECK and finally WX_DETECT_STANDARD_OPTION_VALUES macros + (see wxwin.m4 for more info). --> @@ -194,7 +196,7 @@ Format-specific notes: - WX_CONFIG WX_VERSION @@ -205,7 +207,7 @@ Format-specific notes: + $(__liblist) should contain the full list of required wxlibs... --> base `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`