On Sun, Jan 08, 2006 at 11:58:29AM +0100, Stefano Zacchiroli wrote: > Dear mentors, > I'm using cdbs in a couple of packages which have a configure script > not generated by autotools, but hand-written. I need to invoke it before > the build target as usual, but since I'm not using the autotools.mk > class ./configure is not invoked automatically. > > What is the proper way to do it with cdbs? > > I tried something like: > > configure/foo:: > ./configure bla bla bla > > but this leads to ./configure being executed twice, one time before the > actual building, another before the installation.
Just put this into your debian/rules and remove the above: DEB_CONFIGURE_USER_FLAGS := bla bla bal Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

