This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

changing the autogen.sh approach



Dudes, there are two ways of doing autogen.sh files:

(1) autogen.sh just calls libtoolize, aclocal, automake --add-missing,
    and autoconf.  Then you invoke "configure" yourself.

(2) autogen.sh also calls configure and passes it all the options,
    taking care to do the right thing with separate build dirs.

We are currently doing (2), but I would like to switch to doing (1),
which is cleaner and makes the autogen.sh script a total no-brainer
(as it should be).  Does anyone have strong feelings about it?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]