2 messages in net.sourceforge.lists.courier-users[courier-users] Re: --with-random pro...
FromSent OnAttachments
William HueAug 7, 2001 10:10 am 
Sam VarshavchikAug 7, 2001 2:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: --with-random problem in some configure scriptsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 7, 2001 2:58:22 pm
List:net.sourceforge.lists.courier-users

William Hue writes:

Hi,

I've been using Courier since 0.29.1, and in 0.35.0 I found that the "--with-random=/name_of_random_device" option to the main configure script wasn't putting /name_of_random_device into the build.

I checked the configure scripts in all subdirectories, and found that the following is needed:

random128/configure:

1829,1834c1829,1830 < # William fixed bug: < # Original: < # withval="$with_random" < # random="$enableval" < # Fixed: < random="$with_random"

withval="$with_random" random="$enableval"

Actually, all that's needed is changing enableval to withval. That's all.

This will be fixed correctly.