(file) Return to configure CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/configure between version 1.1 and 1.1.2.4

version 1.1, 2013/06/13 14:59:47 version 1.1.2.4, 2014/07/23 16:57:58
Line 557 
Line 557 
     echo "icu: No"     echo "icu: No"
 fi fi
  
 if [ "$icuYes" == "1" ]; then  if [ "$icuYes" = "1" ]; then
    icuversion=$(icu-config --version)    icuversion=$(icu-config --version)
  
    echo $icuversion    echo $icuversion
Line 722 
Line 722 
 if [ "$pamYes" = "1" ]; then if [ "$pamYes" = "1" ]; then
     echo "pam: Yes = $withpam/$pamcmd"     echo "pam: Yes = $withpam/$pamcmd"
     with_pam=${withpam%/*}     with_pam=${withpam%/*}
     if [ $with_pam = "" ]; then      if [ "$with_pam" = "" ]; then
        with_pam=/        with_pam=/
     fi     fi
 else else
Line 740 
Line 740 
       exit 1       exit 1
   else   else
       enable_pam=1       enable_pam=1
   
   fi   fi
  
 fi fi
Line 948 
Line 947 
     cp -f $options $options.bak     cp -f $options $options.bak
 fi fi
  
   . ./$options
   
 source ./$options  
 ##============================================================================== ##==============================================================================
 ## ##
 ## Create GNUmakefile ## Create GNUmakefile


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2