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 <br...@clisp.org> 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}