4 exec_prefix=@exec_prefix@
8 Usage: glib-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 echo -I@libdir@/glib/include $includes
48 echo -L@libdir@ -lglib-@LT_RELEASE@