![]() |
Blitz Devel : |
From: Todd Veldhuizen (tveldhui_at_[hidden])
Date: 1998-06-26 11:15:33
Thanks Theo. I'll use the revised version.
Cheers,
Todd
>
> Great, I'm happy you find it useful...
>
> Now, I immediately have to apologize. The aclocal.m4 file I sent
> you was buggy (I did not tested all the cases after the last change
> Yeeks ... There were quite a few syntax changes before I came up with
> the one I described to you). Here is the correct one, please ignore the
> one in my previous mail.
>
> Cheers,
>
> Theo.
>
> ########################### aclocal.m4 #############################
> AC_DEFUN(AC_BZ_SET_COMPILER,
> [cxxwith=`echo $1 | sed -e 's/ /@/g'`
> case "$cxxwith" in
> *:*@*) # Full initialization syntax
> CXX=`echo "$cxxwith" | sed -n -e 's/.*:\(.*\)@.*/\1/p'`
> CXXFLAGS=`echo "$cxxwith" | sed -n -e 's/.*:.*@\(.*\)/\1/p'`
> ;;
> *:*) # Simple initialization syntax
> CXX=`echo "$cxxwith" | sed -n -e 's/.*:\(.*\)/\1/p'`
> CXXFLAGS=$3
> ;;
> *) # Default values
> CXX="$2"
> CXXFLAGS="$3"
> ;;
> esac])
>
>
> --------------------------------------------------------------------
> Theodore Papadopoulo
> Email: Theodore.Papadopoulo_at_[hidden] Tel: (33) 04 92 38 76 01
> --------------------------------------------------------------------
>
>
>