4 exec_prefix=@exec_prefix@
8 Usage: $0 [--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 `echo $prefix | grep -v -q '^/'` ; then
27 if test $exec_prefix_set = no ; then
45 if test $prefix -ef @builddir@ ; then
47 elif test @includedir@ != /usr/include ; then
48 includes=-I@includedir@
50 echo $includes `gtk-config --cflags gtk gthread`
53 if test $prefix -ef @builddir@ ; then
54 echo @builddir@/libgst.la `gtk-config --libs gtk gthread`
57 echo $libdirs -lgst `gtk-config --libs gtk gthread`