9 Usage: nss-config [OPTIONS] [LIBRARIES]
27 if test $# -eq 0; then
36 while test $# -gt 0; do
38 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
95 # Set variables that may be dependent upon other variables
96 if test -z "$exec_prefix"; then
99 if test -z "$includedir"; then
100 includedir
=${prefix}/include
/nss
102 if test -z "$libdir"; then
103 libdir
=${exec_prefix}/lib
106 if test "$echo_prefix" = "yes"; then
110 if test "$echo_exec_prefix" = "yes"; then
114 if test "$echo_includedir" = "yes"; then
118 if test "$echo_libdir" = "yes"; then
122 if test "$echo_cflags" = "yes"; then
126 if test "$echo_libs" = "yes"; then
128 if test -n "$lib_ssl"; then
129 libdirs
="$libdirs -lssl3"
131 if test -n "$lib_smime"; then
132 libdirs
="$libdirs -lsmime3"
134 if test -n "$lib_nss"; then
135 libdirs
="$libdirs -lnss3"
137 if test -n "$lib_nssutil"; then
138 libdirs
="$libdirs -lnssutil3"