> Hi John
>
> Just wondering if you really need to run ./configure at the end
> of ./autogen.sh ? It creates a lot of cruft that'll get into any release
> tarballs or other package building processes. Can you run it
> conditionally on something in the jhbuild environment maybe ?

This is probably to mimic gnome-autogen.sh, but unfortunately without
support for NOCONFIGURE. This is the tail of /usr/bin/gnome-autogen.sh
from the gnome-common package in Ubuntu Dapper:

if test x$NOCONFIGURE = x; then
    printbold Running $srcdir/configure $conf_flags "$@" ...
    $srcdir/configure $conf_flags "$@" \
        && echo Now type \`make\' to compile $PKG_NAME || exit 1
else
    echo Skipping configure process.
fi

\David


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to