Re: autogen.sh heads up



On Mon, Mar 01, 2004 at 07:29:37PM +0100, Tim Janik wrote:
> hi all.
> 
> i've just applied the following changes to the autogen.sh of glib,
> pango and gtk+:
> - exit with $? instead of 1 in case of failure
> - exit with $? if ./configure failed
>   (that's so autogen.sh && make lines work)
> - removed --enable-gtk-doc option
> - added $AUTOGEN_CONFIGURE_ARGS
> 
> so people who want to automatically get docs build from their
> CVS tree will want to export AUTOGEN_CONFIGURE_ARGS=--enable-gtk-doc
> from now on.

While on the subject of autogen.sh, would anyone have any objections to
putting stuff in like:

LIBTOOLIZE=${LIBTOOLIZE-libtoolize}

and using $LIBTOOLIZE in the appropriate places in the script. Same for
autoconf, automake, etc. This is so that people with weird, nonstandard
names for tools can build without having to modify autogen.sh. (e.g.,
OS X has glibtoolize, *bsd has differently named autoconf and automake,
etc.)

-Yosh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]