bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gc: fix configuration with --with-libgcrypt


From: Bruno Haible
Subject: Re: gc: fix configuration with --with-libgcrypt
Date: Mon, 18 Nov 2019 13:10:15 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-166-generic; KDE/5.18.0; x86_64; ; )

Paul Eggert wrote on 2019-08-24:
> Bruno Haible wrote:
> > Paul and Karl: If you agree, can we add a $LIBGCRYPT to config/srclist.txt?
> 
> We like keeping files in sync; that's what config/srclist.txt is for. So I'm 
> all 
> for this, and expect Karl will be too.

Done as follows. Karl, you will need to checkout libgcrypt (from
https://github.com/gpg/libgcrypt.git) before the next autoupdate.


2019-11-18  Bruno Haible  <address@hidden>

        gc: Mirror libgcrypt.m4 from libgcrypt.
        * config/srclistvars.sh (LIBGCRYPT): New variable.
        * config/srclist.txt: Use it to fetch m4/libgcrypt.m4.

diff --git a/config/srclist.txt b/config/srclist.txt
index 4a3a5a7..55d574a 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -185,6 +185,8 @@ $LIBCSRC time/mktime-internal.h             lib
 #$LIBCSRC sysdeps/unix/sysv/gethostname.c      lib gpl
 #$LIBCSRC sysdeps/unix/utime.c                 lib gpl
 
+$LIBGCRYPT src/libgcrypt.m4                    m4
+
 # Now derived from concatenation of separate .c files in glibc.
 # See argz.mk for details.
 #$LIBTOOL libltdl/argz.c                       lib gpl
diff --git a/config/srclistvars.sh b/config/srclistvars.sh
index b24a8ef..00f5294 100755
--- a/config/srclistvars.sh
+++ b/config/srclistvars.sh
@@ -33,5 +33,6 @@ esac
 : ${GNUSTANDARDS=../gnustandards}
 : ${GNUWWWLICENSES=../www/www/licenses}
 : ${LIBCSRC=../libc}
+: ${LIBGCRYPT=../libgcrypt}
 : ${LIBTOOL=../libtool}
 : ${TEXINFOTEX=../../ftp.gnu.org/gnu/texinfo}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]