| 25 |
;; |
;; |
| 26 |
esac |
esac |
| 27 |
|
|
| 28 |
|
libS= |
| 29 |
|
if test @libdir@ != /usr/lib ; then |
| 30 |
|
libS=-L@libdir@ |
| 31 |
|
fi |
| 32 |
|
|
| 33 |
while test $# -gt 0; do |
while test $# -gt 0; do |
| 34 |
case "$1" in |
case "$1" in |
| 35 |
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; |
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; |
| 63 |
echo $includes @PCRE_STATIC_CFLAG@ |
echo $includes @PCRE_STATIC_CFLAG@ |
| 64 |
;; |
;; |
| 65 |
--libs-posix) |
--libs-posix) |
| 66 |
echo -L@libdir@$libR -lpcreposix -lpcre |
echo $libS$libR -lpcreposix -lpcre |
| 67 |
;; |
;; |
| 68 |
--libs) |
--libs) |
| 69 |
echo -L@libdir@$libR -lpcre |
echo $libS$libR -lpcre |
| 70 |
;; |
;; |
| 71 |
--libs-cpp) |
--libs-cpp) |
| 72 |
if test @enable_cpp@ = yes ; then |
if test @enable_cpp@ = yes ; then |