On Mar 9, 2010, at 4:33 AM, Olivier Sessink wrote:
The jhbuild manual: http://library.gnome.org/devel/jhbuild/unstable/ I presume that you're asking about your own module for Bluefish. Take a look at the autogen-template argument under moduleset-syntax, autotools. The default template assumes that autogen.sh passes its arguments to configure as its last command, but you can change the template to %(srcdir)s/%(autogen-sh)s && %(srcdir)s/%(configure)s --prefix %(prefix)s --libdir %(libdir)s %(autogenargs)s to have it do what you're asking. jhbuild will run autogen regardless of whether there's a makefile. That's important for a VCS module, where an update might require autogening even if there's a Makefile already present. Regards, John Ralls |