Hi, On Fri, May 23, 2014 at 05:07:53PM -0300, Breno Leitao wrote: > Well, but it seems to not be updating the file. I still see: > > checking whether make sets $(MAKE)... (cached) yes > ./config.guess: unable to guess system type > > This script, last modified 2012-02-10, has failed to recognize > the operating system you are using. It is advised that you [...]
Interesting. > Anyway, With the attached patch, it seems that the binaries are > generated. But I agree with you, I think that a > patch like this sounds better at this moment: > > --- debian/rules.org 2014-05-23 20:00:17.000000000 +0000 > +++ debian/rules 2014-05-23 20:01:17.000000000 +0000 > @@ -30,6 +30,7 @@ major=2 > configure: configure-stamp > configure-stamp: > dh_testdir > + dh_autotools-dev_updateconfig > dh_autoreconf $(CURDIR)/autogen.sh > ./configure --prefix=/usr --enable-static --disable-werror > touch configure-stamp > @@ -47,6 +48,7 @@ build-stamp: configure-stamp > clean: > dh_testdir > dh_testroot > + dh_autotools-dev_restoreconfig > rm -f build-stamp configure-stamp > > [ ! -f Makefile ] || $(MAKE) distclean Or just "hide" it again with said new upstream, which has timestamp='2012-12-29' but that's probably also too old ;-) And libwpd/libwpg didn't have that problem? :) Regards, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org