Parent Directory
|
Revision Log
|
Patch
| revision 75 by nigel, Sat Feb 24 21:40:37 2007 UTC | revision 104 by ph10, Tue Mar 6 16:25:15 2007 UTC | |
|---|---|---|
| # | Line 17 case `uname -s` in | Line 17 case `uname -s` in |
| 17 | *SunOS*) | *SunOS*) |
| 18 | libR=" -R@libdir@" | libR=" -R@libdir@" |
| 19 | ;; | ;; |
| 20 | *BSD*) | |
| 21 | libR=" -Wl,-R@libdir@" | |
| 22 | ;; | |
| 23 | esac | esac |
| 24 | ||
| 25 | while test $# -gt 0; do | while test $# -gt 0; do |
| # | Line 43 while test $# -gt 0; do | Line 46 while test $# -gt 0; do |
| 46 | echo $exec_prefix | echo $exec_prefix |
| 47 | ;; | ;; |
| 48 | --version) | --version) |
| 49 | echo @PCRE_VERSION@ | echo @PACKAGE_VERSION@ |
| 50 | ;; | ;; |
| 51 | --cflags | --cflags-posix) | --cflags | --cflags-posix) |
| 52 | if test @includedir@ != /usr/include ; then | if test @includedir@ != /usr/include ; then |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |