From: Werner Koch Date: Fri, 23 Aug 2002 19:48:43 +0000 (+0000) Subject: * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS X-Git-Tag: gpgme-1.2.0@1385~845 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e671c683fc99c9d3b7805e70da093c5b19dc64b;p=gpgme.git * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS and removed the libpath because it is set by the config script. --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index f4c7caa..1517c90 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,8 @@ +2002-08-23 Werner Koch + + * 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 * configure.ac: Bump version number to 0.3.10. diff --git a/trunk/configure.ac b/trunk/configure.ac index 193524e..14823f8 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -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