From cdefec02b385dcf3302e47d380812c3450e8713c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Apr 2011 20:10:45 +0200 Subject: gpgme-config cleanups and --host option gpgme-config.in: Add option --host. Change options --cflags and --libs to collapse duplicate include and lib dirs. Try to put extra libs at the end. Note that gpgme.m4 has not yet been extended. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b0f6e488..3aed5f7c 100644 --- a/configure.ac +++ b/configure.ac @@ -901,9 +901,11 @@ AH_BOTTOM([ # Substitution used for gpgme-config GPGME_CONFIG_LIBS="-lgpgme" GPGME_CONFIG_CFLAGS="" +GPGME_CONFIG_HOST="$host" AC_SUBST(GPGME_CONFIG_API_VERSION) AC_SUBST(GPGME_CONFIG_LIBS) AC_SUBST(GPGME_CONFIG_CFLAGS) +AC_SUBST(GPGME_CONFIG_HOST) # Frob'da Variables LTLIBOBJS=`echo "$LIB@&t@OBJS" | -- cgit v1.2.3