From: Werner Koch Date: Fri, 23 Aug 2002 19:48:30 +0000 (+0000) Subject: * gpgme-config.in: Made --prefix work for --libs. X-Git-Tag: gpgme-0-3-10~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcba2d8e2d0715930acede157ac3043ba1c0bcc3;p=gpgme.git * gpgme-config.in: Made --prefix work for --libs. --- 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 <