I have installed this. /Simon
2006-09-22 Simon Josefsson <[EMAIL PROTECTED]> * modules/gc-sha1: * modules/gc-md4: * modules/gc-hmac-sha1: * modules/gc-hmac-md5: * modules/gc-des: * modules/gc-arcfour: Distribute more files. Index: modules/gc-arcfour =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-arcfour,v retrieving revision 1.1 diff -u -p -r1.1 gc-arcfour --- modules/gc-arcfour 19 Oct 2005 15:40:27 -0000 1.1 +++ modules/gc-arcfour 22 Sep 2006 12:56:25 -0000 @@ -15,6 +15,7 @@ configure.ac: gl_GC_ARCFOUR Makefile.am: +EXTRA_DIST += arcfour.h Include: "gc.h" Index: modules/gc-des =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-des,v retrieving revision 1.1 diff -u -p -r1.1 gc-des --- modules/gc-des 21 Oct 2005 12:28:18 -0000 1.1 +++ modules/gc-des 22 Sep 2006 12:56:25 -0000 @@ -15,6 +15,7 @@ configure.ac: gl_GC_DES Makefile.am: +EXTRA_DIST += des.h Include: "gc.h" Index: modules/gc-hmac-md5 =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-hmac-md5,v retrieving revision 1.1 diff -u -p -r1.1 gc-hmac-md5 --- modules/gc-hmac-md5 12 Oct 2005 01:09:33 -0000 1.1 +++ modules/gc-hmac-md5 22 Sep 2006 12:56:25 -0000 @@ -21,6 +21,7 @@ configure.ac: gl_GC_HMAC_MD5 Makefile.am: +EXTRA_DIST += memxor.h hmac.h md5.h Include: "gc.h" Index: modules/gc-hmac-sha1 =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-hmac-sha1,v retrieving revision 1.2 diff -u -p -r1.2 gc-hmac-sha1 --- modules/gc-hmac-sha1 12 Oct 2005 13:05:44 -0000 1.2 +++ modules/gc-hmac-sha1 22 Sep 2006 12:56:25 -0000 @@ -21,6 +21,7 @@ configure.ac: gl_GC_HMAC_SHA1 Makefile.am: +EXTRA_DIST += memxor.h hmac.h sha1.h Include: "gc.h" Index: modules/gc-md4 =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-md4,v retrieving revision 1.1 diff -u -p -r1.1 gc-md4 --- modules/gc-md4 18 Oct 2005 23:35:52 -0000 1.1 +++ modules/gc-md4 22 Sep 2006 12:56:25 -0000 @@ -15,6 +15,7 @@ configure.ac: gl_GC_MD4 Makefile.am: +EXTRA_DIST += md4.h Include: "gc.h" Index: modules/gc-sha1 =================================================================== RCS file: /sources/gnulib/gnulib/modules/gc-sha1,v retrieving revision 1.1 diff -u -p -r1.1 gc-sha1 --- modules/gc-sha1 12 Oct 2005 01:42:55 -0000 1.1 +++ modules/gc-sha1 22 Sep 2006 12:56:25 -0000 @@ -15,6 +15,7 @@ configure.ac: gl_GC_SHA1 Makefile.am: +EXTRA_DIST += sha1.h Include: "gc.h"