4 exec_prefix=@exec_prefix@
7 gpgme_libs="@GPGME_LIBS@"
8 gpgme_cflags="@GPGME_CFLAGS@"
14 Usage: gpgme-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
69 if test "$echo_prefix" = "yes"; then
73 if test "$echo_exec_prefix" = "yes"; then
77 if test "$echo_cflags" = "yes"; then
78 if test "@includedir@" != "/usr/include" ; then
79 includes="-I@includedir@"
80 for i in $gpgme_cflags ; do
81 if test "$i" = "-I@includedir@" ; then
86 echo $includes $gpgme_cflags
89 if test "$echo_libs" = "yes"; then