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
42 if test @includedir@
!= /usr
/include
; then
43 includes
=-I@includedir@
45 includes
="$includes -I@libdir@/wx/include"
46 echo $includes -D@TOOLKIT_DEF@ @WXDEBUG_DEFINE@
50 echo -L@libdir@ @THREADS_LINK@ @WX_LINK@ @DL_LIBRARY@ @GUI_TK_LIBRARY@ @EXTRA_LINK@