Ralf Wildenhues wrote:
> > if ENABLE_LIBWCRYPT
> > SUBDIR_wcrypt = wcrypt
> > else
> > SUBDIR_wcrypt =
> > endif
> > SUBDIRS = gl $(SUBDIR_wcrypt) src doc po ...
>
> What's the problem with "make dist" here? It will recurse into wcrypt:
> it uses $(D
Micah Cowan <[EMAIL PROTECTED]> writes:
> If I've --import'ed md5, is there a means for me to specify in
> configure.ac that it should not be included in certain circumstances?
>
> I'm in the process of converting portions of Wget to gnulib. We had
> GNU's MD5 code in there, but only used it when
Hello Bruno,
* Bruno Haible wrote on Mon, Oct 15, 2007 at 02:08:18AM CEST:
>
> if ENABLE_LIBWCRYPT
> SUBDIR_wcrypt = wcrypt
> else
> SUBDIR_wcrypt =
> endif
> SUBDIRS = gl $(SUBDIR_wcrypt) src doc po ...
>
>Such declarations will prevent "make"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Bruno Haible wrote:
> Hi,
>
> Micah Cowan asked:
>> If I've --import'ed md5, is there a means for me to specify in
>> configure.ac that it should not be included in certain circumstances?
>
> Depending on what you want, there are different answers:
Hi,
Micah Cowan asked:
> If I've --import'ed md5, is there a means for me to specify in
> configure.ac that it should not be included in certain circumstances?
Depending on what you want, there are different answers:
1) If it's ok to build the module even though it does not get used -
this is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
If I've --import'ed md5, is there a means for me to specify in
configure.ac that it should not be included in certain circumstances?
I'm in the process of converting portions of Wget to gnulib. We had
GNU's MD5 code in there, but only used it when w