Lines Matching refs:wx
14 dnl but wx-config script couldn't be found.
16 dnl Please check that wx-config is in path, the directory
18 dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or
32 dnl adds support for --wx-prefix, --wx-exec-prefix, --with-wxdir and
33 dnl --wx-config command line options
40 [ wx_config_name="$withval/wx-config"
42 AC_ARG_WITH(wx-config,
43 [ --with-wx-config=CONFIG wx-config script to use (optional)],
45 AC_ARG_WITH(wx-prefix,
46 [ --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)],
48 AC_ARG_WITH(wx-exec-prefix,
49 [ --with-wx-exec-prefix=PREFIX
54 dnl Helper macro for checking if wx version is at least $1.$2.$3, set's
84 dnl environment variable to override the default name of the wx-config script
85 dnl to use. Set WX_CONFIG_PATH to specify the full path to wx-config - in this
93 dnl Optional ADDITIONAL-WX-CONFIG-FLAGS argument is appended to wx-config
103 dnl Get the cflags and libraries from the wx-config script
107 dnl do we have wx-config name: it can be wx-config or wxd-config or ...
109 WX_CONFIG_NAME=wx-config
131 AC_MSG_CHECKING(for wx-config)
186 dnl starting with version 2.2.6 wx-config has --cppflags argument
227 dnl no wx-config at all
276 dnl but wx-config script couldn't be found.
278 dnl Please check that wx-config is in path, the directory
280 dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or
315 dnl wxrc program from the wx-config script
328 dnl wx-config --utility is a new addition to wxWidgets: