4 exec_prefix
=@exec_prefix@
8 Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
10 if test $# -eq 0; then
15 while test $# -gt 0; do
17 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
24 if test $exec_prefix_set = no
; then
39 echo @WX_MAJOR_VERSION_NUMBER@.@WX_MINOR_VERSION_NUMBER@.@WX_RELEASE_NUMBER@
42 if test @includedir@
!= /usr
/include
; then
43 if test @includedir@
!= /usr
/include
/c
++ ; then
44 includes
=-I@includedir@
47 includes
="$includes -I@libdir@/wx/include"
48 echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @TOOLKIT_INCLUDE@
51 if test @libdir@
!= /usr
/lib
; then
54 echo $libs -l@WX_LIBRARY@ @EXTRA_LIBS@