* configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS
authorWerner Koch <wk@gnupg.org>
Fri, 23 Aug 2002 19:48:43 +0000 (19:48 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 23 Aug 2002 19:48:43 +0000 (19:48 +0000)
and removed the libpath because it is set by the config script.

ChangeLog
configure.ac

index f4c7caaf29ce3d656bea1c269ce814c0cc1565d9..1517c904afa2bf9117dc2ee2b179ce248a5a2f02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-23  Werner Koch  <wk@gnupg.org>
+
+       * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS
+       and removed the libpath because it is set by the config script.
+
 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
 
        * configure.ac: Bump version number to 0.3.10.
index 193524edaf5c1d011f9c94b77eec48f82cecd064..14823f82668dcd4033ffcdd94a377e15aa4c8bf2 100644 (file)
@@ -241,10 +241,10 @@ dnl (this is easier than to have a *.in file just for one substitution)
 GNUPG_FIX_HDR_VERSION(gpgme/gpgme.h, GPGME_VERSION)
 
 dnl Substitution used for gpgme-config 
-GPGME_LIBS="-L${libdir} -lgpgme"
-GPGME_CFLAGS=""
-AC_SUBST(GPGME_LIBS)
-AC_SUBST(GPGME_CFLAGS)
+GPGME_CONFIG_LIBS="-lgpgme"
+GPGME_CONFIG_CFLAGS=""
+AC_SUBST(GPGME_CONFIG_LIBS)
+AC_SUBST(GPGME_CONFIG_CFLAGS)
 
 dnl
 dnl Create config files