Fwd: Re: CVS dirmngr installation

Luca M. G. Centamore luca.centamore at inps.it
Wed Oct 22 12:01:44 CEST 2003


On Wednesday 22 October 2003 10:40, Bernhard Reiter wrote:
> On Wed, Oct 22, 2003 at 09:46:03AM +0200, Luca M. G. Centamore wrote:
> > It occurred also in the previous CVS version, but I forgot to mention. I
> > edited manually configure this way. I figured out that if have_gpg_error
> > test was succesfull, didn't make sense to set have_gpg_error=no
> >
> > [luca at p27250000 dirmngr]$ diff configure configure.orig
>
> A hint: Using a context diff usually can be understood better.
> Switches for diff are "-u" or "-c". It depends on the project
> which switch they like better. For small patches I personally prefer "-u".
>

sorry, very first time I send a patch...
where configure is the file modified, configure.orig was the one generated by 
autoconf.sh
[luca at p27250000 dirmngr]$ diff -u configure configure.orig
--- configure   Wed Oct 22 09:30:01 2003
+++ configure.orig      Wed Oct 22 09:29:29 2003
@@ -3408,7 +3408,7 @@
     GPG_ERROR_LIBS=`$GPG_ERROR_CONFIG $gpg_error_config_args --libs`
     echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
-    :
+    have_gpg_error=no
   else
     GPG_ERROR_CFLAGS=""
     GPG_ERROR_LIBS=""





More information about the Gpa-dev mailing list