4 exec_prefix
=@exec_prefix@
7 gnutls_libs
="@LIBGNUTLS_LIBS@"
8 gnutls_cflags
="@LIBGNUTLS_CFLAGS@"
9 gnutls_la_file
="@libdir@/libgnutls.la"
14 Usage: libgnutls-config [OPTIONS]
25 if test $# -eq 0; then
29 while test $# -gt 0; do
31 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
38 if test $exec_prefix_set = no
; then
75 if test "$echo_prefix" = "yes"; then
79 if test "$echo_exec_prefix" = "yes"; then
83 if test "$echo_cflags" = "yes"; then
84 if test "@includedir@" != "/usr/include" ; then
85 includes
="-I@includedir@"
86 for i
in $gnutls_cflags ; do
87 if test "$i" = "-I@includedir@" ; then
92 echo $includes $gnutls_cflags
95 if test "$echo_la_file" = "yes"; then
96 echo ${gnutls_la_file}
99 if test "$echo_libs" = "yes"; then