comparison configure @ 24059:819259b10a09

allow setting of ranlib from the commandline of configure
author mhoffman
date Thu, 16 Aug 2007 12:42:14 +0000
parents 345b18b889c9
children 1a34d8115a84
comparison
equal deleted inserted replaced
24058:345b18b889c9 24059:819259b10a09
761 --as=*) 761 --as=*)
762 _as=`echo $ac_option | cut -d '=' -f 2` 762 _as=`echo $ac_option | cut -d '=' -f 2`
763 ;; 763 ;;
764 --ar=*) 764 --ar=*)
765 _ar=`echo $ac_option | cut -d '=' -f 2` 765 _ar=`echo $ac_option | cut -d '=' -f 2`
766 ;;
767 --ranlib=*)
768 _ranlib=`echo $ac_option | cut -d '=' -f 2`
766 ;; 769 ;;
767 --charset=*) 770 --charset=*)
768 _charset=`echo $ac_option | cut -d '=' -f 2` 771 _charset=`echo $ac_option | cut -d '=' -f 2`
769 ;; 772 ;;
770 --language=*) 773 --language=*)