From: Moriyoshi K. <mo...@sf...> - 2009-12-10 09:02:34
|
Hi, Actually E-Cell's autogen.sh does more; it tries to generate configure.ac from configure.ac.in. I didn't know that autoreconf now has such an option to invoke libtoolze and other commands in the correct order though. -- moriyoshi On Thu, Dec 10, 2009 at 5:54 PM, Eric Fernandez <efe...@ph...> wrote: >> -----Original Message----- >> From: Moriyoshi Koizumi [mailto:mo...@sf...] >> Sent: 10 December 2009 05:04 >> To: Emre Turkay >> Cc: ece...@li... >> Subject: Re: [Ecell-devel] ecell-4 Ubuntu Karmic autogen >> problem (svn head)[Scanned] >> >> Hi, >> >> What are the versions of the following tools? The version >> numbers within parentheses are what I use currently. >> >> >> - libtool (2.2.6) >> - autoconf (2.64) >> - automake (1.11) >> >> I am using Karmic and was able to proceed to configure >> without problems. >> >> Regards, >> Moriyoshi > > Hi, > > I have not compiled ecell from a long time (will do soon, since I am the > Mandriva package maintainer), but I participate to other projects (such > as the SBML solver libray). > > As far as I know, autogen.sh scripts tend to be deprecated now, and a > preferred method is to use: > autoreconf -if > which uses glibtoolize among others and properly updates the GNU build > system files. > > Any thoughts? > > Eric Fernandez > |