bug-coreutils
[Top][All Lists]
Advanced

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

bootstrap.conf change needed to accommodate gnulib restructuring


From: Paul Eggert
Subject: bootstrap.conf change needed to accommodate gnulib restructuring
Date: Sun, 01 Apr 2007 20:33:35 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Here's a patch:

2007-04-01  Paul Eggert  <address@hidden>

        * bootstrap.conf (gnulib_modules): Adjust to gnulib's renaming of
        md5 to crypt/md5 and sha1 to crypt/sha1.

diff --git a/bootstrap.conf b/bootstrap.conf
index c391a62..b64ebac 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -42,7 +42,10 @@ gnulib_modules="
        c-strcase c-strtod
        c-strtold calloc canon-host canonicalize chown cloexec
        config-h configmake
-       closeout cycle-check d-ino d-type diacrit dirfd dirname dup2
+       closeout
+       crypto/md5 crypto/sha1
+       cycle-check
+       d-ino d-type diacrit dirfd dirname dup2
        error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl
        file-type fileblocks filemode filenamecat fnmatch-gnu
        fopen-safer
@@ -52,7 +55,7 @@ gnulib_modules="
        group-member hard-locale hash hash-pjw host-os human idcache
        inttostr inttypes isapipe
        lchmod lchown lib-ignore linebuffer link-follow
-       long-options lstat malloc mbswidth md5 memcasecmp mempcpy
+       long-options lstat malloc mbswidth memcasecmp mempcpy
        memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
        mountlist mpsort obstack pathmax perl physmem posixtm posixver putenv
        quote quotearg raise readlink readtokens readtokens0 readutmp
@@ -62,7 +65,7 @@ gnulib_modules="
        safe-read same
        save-cwd savedir savewd
        selinux-at
-       settime sha1 sig2str ssize_t stat-macros
+       settime sig2str ssize_t stat-macros
        stat-time stdbool stdlib-safer stpcpy strftime
        strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
        unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
M ChangeLog
M bootstrap.conf
Committed as d452110f2a062d1d1fd23daed07135e143c1f6d5






reply via email to

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