4 exec_prefix
=@exec_prefix@
11 Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [--cc] [--cxx] [--ld]"
13 if test $# -eq 0; then
18 while test $# -gt 0; do
20 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
27 if test $exec_prefix_set = no
; then
42 echo @WX_MAJOR_VERSION_NUMBER@.@WX_MINOR_VERSION_NUMBER@.@WX_RELEASE_NUMBER@
45 if test @includedir@
!= /usr
/include
; then
46 if test @includedir@
!= /usr
/include
/c
++ ; then
47 includes
=-I@includedir@
50 includes
="$includes -I@libdir@/wx/include"
51 echo $includes @CODE_GEN_FLAGS@ @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @TOOLKIT_INCLUDE@
54 if test @libdir@
!= /usr
/lib
; then
57 echo $libs -l@WX_LIBRARY@ @EXTRA_LIBS@