X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=configure;h=e2aa0a00f3edced89aa52e15dfe5996617ab0436;hp=4359debd53017428933af6c3c86c643483e568df;hb=d0695f196da160d1e8aa7bd8280bf2227f8c43c2;hpb=d660239ab6095390550a77278d9e991e3a386f57 diff --git a/configure b/configure index 4359deb..e2aa0a0 100755 --- a/configure +++ b/configure @@ -861,31 +861,31 @@ do set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo "configure:864: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_MD5SUM'+set}'`\" = set"; then +if eval "test \"`echo '$''{'ac_cv_prog_MD5SUM_SIMPLE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - if test -n "$MD5SUM"; then - ac_cv_prog_MD5SUM="$MD5SUM" # Let the user override the test. + if test -n "$MD5SUM_SIMPLE"; then + ac_cv_prog_MD5SUM_SIMPLE="$MD5SUM_SIMPLE" # Let the user override the test. else IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then - ac_cv_prog_MD5SUM="$ac_prog" + ac_cv_prog_MD5SUM_SIMPLE="$ac_prog" break fi done IFS="$ac_save_ifs" fi fi -MD5SUM="$ac_cv_prog_MD5SUM" -if test -n "$MD5SUM"; then - echo "$ac_t""$MD5SUM" 1>&6 +MD5SUM_SIMPLE="$ac_cv_prog_MD5SUM_SIMPLE" +if test -n "$MD5SUM_SIMPLE"; then + echo "$ac_t""$MD5SUM_SIMPLE" 1>&6 else echo "$ac_t""no" 1>&6 fi -test -n "$MD5SUM" && break +test -n "$MD5SUM_SIMPLE" && break done @@ -1618,7 +1618,7 @@ s%@CC@%$CC%g s%@CPP@%$CPP%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g s%@INSTALL_DATA@%$INSTALL_DATA%g -s%@MD5SUM@%$MD5SUM%g +s%@MD5SUM_SIMPLE@%$MD5SUM_SIMPLE%g s%@OPTIMISE@%$OPTIMISE%g s%@CWARNS@%$CWARNS%g s%@VERSION@%$VERSION%g