Hello Julien,

The build of AutoGen _does_ require a Bourne compatible shell.
There are some bootstrap scripts also that require BASH, but these
are completely unnecessary for anyone not building from CVS.
I have now modified "config/bootstrap" to check for bash and rerun
itself if the shell is not BASH (or one that understands ``set -o posix'').
This should not cause a problem for building the product.  The code
fragment below is Bourne-compatible, so I think you were using a
non-Bourne-compatible shell.  Don't do that.  *A* shell is required,
as are a rudamentary make and an ANSI-cc compiler.  Aren't these
"assumed" dependencies?

Cheers - Bruce

>>Last command issued:
>>cd /build/buildd/autogen-5.8.3/xml2ag
>>
>>    if test -z "$top_srcdir" || test ! -d "$top_srcdir"; then
>>        echo "NOTICE:  Setting top_srcdir to .." >&2
>>        top_srcdir=..
>>    fi
>>    if test ! -f $top_srcdir/VERSION ; then
>>        echo "error $top_srcdir/VERSION file missing" >&2
>>        kill -TERM $AG_pid
>>    fi
>>    f="`egrep '^AG_'  $top_srcdir/VERSION`"
>>    eval "$f" > /dev/null
>>    echo $AG_VERSION


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to