4 exec_prefix=@exec_prefix@
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 @includedir@ != /usr/include ; then
43 includes=-I@includedir@
48 echo -L@libdir@ -lpcreposix -lpcre
51 echo -L@libdir@ -lpcre