From bcba2d8e2d0715930acede157ac3043ba1c0bcc3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 23 Aug 2002 19:48:30 +0000 Subject: [PATCH] * gpgme-config.in: Made --prefix work for --libs. --- gpgme/ChangeLog | 4 ++++ gpgme/gpgme-config.in | 38 ++++++++++++++++++++++++++++++-------- gpgme/gpgme.m4 | 6 +++--- 3 files changed, 37 insertions(+), 11 deletions(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 63193cf..30edecd 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Werner Koch + + * gpgme-config.in: Made --prefix work for --libs. + 2002-08-21 Marcus Brinkmann * ath.h: Update list of symbols that get a prefix: Rename the diff --git a/gpgme/gpgme-config.in b/gpgme/gpgme-config.in index 67bce0f..ffe3b59 100644 --- a/gpgme/gpgme-config.in +++ b/gpgme/gpgme-config.in @@ -1,17 +1,32 @@ #!/bin/sh +# Copyright (C) 1999, 2002 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This file is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +PGM=gpgme-config +libs="@GPGME_CONFIG_LIBS@" +cflags="@GPGME_CONFIG_CFLAGS@" prefix=@prefix@ exec_prefix=@exec_prefix@ +includes="" +libdirs="" exec_prefix_set=no - -gpgme_libs="@GPGME_LIBS@" -gpgme_cflags="@GPGME_CFLAGS@" +echo_libs=no +echo_cflags=no +echo_prefix=no +echo_exec_prefix=no usage() { cat <