bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] md5, sha1, sha256, sha512: add 'auto', and a way to specify


From: Pádraig Brady
Subject: Re: [PATCH] md5, sha1, sha256, sha512: add 'auto', and a way to specify default
Date: Sun, 08 Dec 2013 04:33:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 12/08/2013 01:02 AM, Paul Eggert wrote:
> I needed something like this for Emacs, and these changes should
> affect existing uses so I took the liberty of pushing them.

This should not change current uses.
Looks good.

>  AC_DEFUN([gl_CRYPTO_CHECK],
>  [
> +  m4_divert_text([DEFAULTS], [with_openssl_default=no])
> +
>    AC_ARG_WITH([openssl],
>      [AS_HELP_STRING([--with-openssl],
>        [use libcrypto hash routines. Valid ARGs are:
> -       'yes', 'no', 'optional' => use if available])],
> +       'yes', 'no', 'auto' => use if available,
> +       'optional' => use if available and warn if not available])],

I wonder would it be worth documenting the default now?
I'll change coreutils to use this scheme before the impending release if so.

thanks!
Pádraig.



reply via email to

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