On Thu, Jul 22, 2004 at 06:43:15PM +0200, Philippe Gerum wrote:
> On Thu, 2004-07-22 at 18:28, Marc Kleine-Budde wrote:
> > On Thu, Jul 22, 2004 at 06:11:38PM +0200, Marc Kleine-Budde wrote:
> > > okay - then I'll port my skin to fusion :)
> > 
> > If've just noticed, that 'rtai-config --version' displays '0.3'. That
> > could cause some trouble in the (far, far) future, when there is a 3.0
> > of fusion. Perhaps we should add a 'rtai-config --project' that spits
> > out fusion or rtai, or extend '--version' in order to print it.

> True.

> > Or is there another way to distinguish between rtai and fusion?

> Not yet. This could become 4.O someday, but for now, we could simply use
> "0.3-fusion".

As long as it stays at x < 3.0 than my autoconf magic still works :)

tnx - Marc

    case "$CONFIG_RTS_RTAI_3_VERSION" in
    3.0*)
        AC_MSG_RESULT([${CONFIG_RTS_RTAI_3_VERSION}])
        CONFIG_RTS_RTAI_VERSION=30
        ;;
    3.1*)
        AC_MSG_RESULT([${CONFIG_RTS_RTAI_3_VERSION}])
        CONFIG_RTS_RTAI_VERSION=31
        ;;
    0.3*)
        AC_MSG_RESULT([${CONFIG_RTS_RTAI_3_VERSION}])
        CONFIG_RTS_RTAI_VERSION=03
        ;;
    *)
        AC_MSG_ERROR([*** Unsupported RTAI version $CONFIG_RTS_RTAI_3_VERSION 
in $RTAI_DIR])
        ;;
    esac

-- 
#!/bin/sh
set - `type $0` 'tr "[a-zA-Z]" "[n-za-mN-ZA-M]"';while [ "$2" != "" ];do \
shift;done; echo 'frq -a -rc '`echo "$0"| $1 `'>$UBZR/.`rpub signature|'`\
echo $1|$1`'`;rpub "Jr ner fvtangher bs obet. Erfvfgnapr vf shgvyr!"'|$1|sh

Reply via email to