Hi Søren, On Saturday, 27 Aug 2005, you wrote: > On Fri, Aug 26, 2005 at 01:34:13AM +0200, Martin Zobel-Helas wrote: > > > > it seems to me you are running through configure twice, once before > > doing "make" and once before doing "make install". > > Yup. You are right. I've been trying to convince make to do otherwise, but I > have so far been unsuccessful. Any help would be appreciated.
I had a short investigation and i just tried the following: --- mlmmj-1.2.8/debian/rules 2005-08-28 09:29:09.980598215 +0000 > +++ mlmmj-1.2.8.zobel/debian/rules 2005-08-28 09:25:23.851548426 +0000 > @@ -28,7 +28,7 @@ > INSTALL_PROGRAM += -s > endif > > -config.status: patch configure > +config.status: patch-stamp configure > dh_testdir > # Add here commands to configure the package. > CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) > --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man > --infodir=\$${prefix}/share/info I didn't check if the resulting binary is correct, but i run through the configire only once than. Greetings Martin