8 Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--cflags] [--cflags-posix]"
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
41 --cflags | --cflags-posix)
42 if test ${prefix}/include != /usr/include ; then
43 includes=-I${prefix}/include
48 echo -L${exec_prefix}/lib -lpcreposix -lpcre
51 echo -L${exec_prefix}/lib -lpcre