Randy McMurchy wrote:
> DJ Lucas wrote these words on 03/24/08 00:38 CST:
> 
>> Wait, before you do that....
>>
>> Try 'uudecode=/bin/false ../dist/configure...'
> 
> Trying right now....
> 
> Man, this list has gone nuts today. Kinda nice.
> 

or uudecode="no". Might make things very simple.  The configure script 
has a check that allows you to override the configure check for the 
program path, but this logic looks nice for us:

uudecode=$ac_cv_prog_uudecode
if test -n "$uudecode"; then
   { echo "$as_me:$LINENO: result: $uudecode" >&5
echo "${ECHO_T}$uudecode" >&6; }
else
   { echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi


if test x$uudecode = xyes; then
{ echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" 
 >&6; }
if test "${ac_cv_prog_uudecode_base64+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6


-- DJ Lucas

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to