@@ -0,0 +1,16 @@
+--- debian/rules
++++ debian/rules
+@@ -38,12 +38,8 @@ configure: configure.in aclocal.m4
+ config.h.in: configure.in
+ autoheader
+
+-config.guess config.sub: %: /usr/share/misc/%
+- cp -a $< $@.new
+- mv $@.new $@
+-
+ # Setup the buildlocation
+-$(BUILD)/configure-stamp: configure config.h.in config.guess config.sub
++$(BUILD)/configure-stamp: configure config.h.in
+ $(checkdir)
+ install -d $(@D)
+ cd $(@D) && LDFLAGS="$(LDFLAGS)" $(shell echo "$(patsubst $(CURDIR)/%,%,$(@D))" | sed -e 's,^[^/][^/]*$$,..,;s,/[^/][^/]*,/..,g' )/configure \
|