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
21 libR
=" -Wl,-R@libdir@"
25 while test $# -gt 0; do
27 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
34 if test $exec_prefix_set = no
; then
49 echo @PACKAGE_VERSION@
51 --cflags |
--cflags-posix)
52 if test @includedir@
!= /usr
/include
; then
53 includes
=-I@includedir@
58 echo -L@libdir@
$libR -lpcreposix -lpcre
61 echo -L@libdir@
$libR -lpcre