]> git.pld-linux.org Git - packages/nss.git/blobdiff - nss-config.in
- converted to UTF-8
[packages/nss.git] / nss-config.in
index c6a60c7fa5c067d7f0573430466f30a063412c32..9692ad5e1cd4523736ff2da6c06f74a6824adf41 100644 (file)
@@ -2,6 +2,10 @@
 
 prefix=@prefix@
 
+major_version=@MOD_MAJOR_VERSION@
+minor_version=@MOD_MINOR_VERSION@
+patch_version=@MOD_PATCH_VERSION@
+
 usage()
 {
        cat <<EOF
@@ -62,7 +66,7 @@ while test $# -gt 0; do
       echo_libdir=yes
       ;;
     --version)
-      echo @version@
+      echo ${major_version}.${minor_version}.${patch_version}
       ;;
     --cflags)
       echo_cflags=yes
@@ -118,7 +122,6 @@ if test "$echo_cflags" = "yes"; then
 fi
 
 if test "$echo_libs" = "yes"; then
-      libdirs="-Wl,-rpath-link,$libdir -L$libdir"
       if test -n "$lib_ssl"; then
        libdirs="$libdirs -lssl${major_version}"
       fi
This page took 0.045085 seconds and 4 git commands to generate.