When using the provided 'autogen.sh' to configure the CVS source tree (on
SuSE-7.3), then I see the following (at the moment configuring SimGear
sources:

Host info: Linux i686
 automake: 1.4-p5 (14)

Running aclocal 
[...]
Running autoconf
configure.in:21: error: possibly undefined macro: AC_SG_SET_COMPILER


Afterwards, when running 'configure':

checking for a BSD compatible install... /usr/bin/install -c
[...]
./configure: line 1271: syntax error near unexpected token --strict_warnings")'
./configure: line 1271:       AC_SG_SET_COMPILER($withval,"KCC","--restrict 
--strict_warnings")'


The missing part is this one in 'autogen.sh':

ACLOCAL_OPTS=""
if [ $AUTO_MAKE_VERSION -ge 14 ]; then
    if [ $OSTYPE = "IRIX" -o $OSTYPE = "IRIX64" ]; then    echo " -I ."
        ACLOCAL_OPTS="-I ."
    fi
fi
echo "Running aclocal $ACLOCAL_OPTS"
aclocal $ACLOCAL_OPTS


Would'nt it be nice to set  ACLOCAL_OPTS="-I ."  also for other Unices ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to