Source: xapian-core Followup-For: Bug #746238 Dear Maintainer,
As suggested by Matthias, running dh-autoreconf will fix the situation. Attached is a patch that adds dh-autoreconf to the build. Thanks and Regards Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru xapian-core-1.2.18/debian/control xapian-core-1.2.18/debian/control --- xapian-core-1.2.18/debian/control 2014-06-28 23:15:13.000000000 +0000 +++ xapian-core-1.2.18/debian/control 2014-07-29 13:59:30.000000000 +0000 @@ -3,7 +3,7 @@ Priority: important Maintainer: Olly Betts <o...@survex.com> Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, uuid-dev +Build-Depends: debhelper (>= 7), dh-autoreconf, zlib1g-dev, uuid-dev Homepage: http://xapian.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xapian-core.git Vcs-git: git://anonscm.debian.org/collab-maint/xapian-core.git diff -Nru xapian-core-1.2.18/debian/rules xapian-core-1.2.18/debian/rules --- xapian-core-1.2.18/debian/rules 2014-06-28 23:05:06.000000000 +0000 +++ xapian-core-1.2.18/debian/rules 2014-07-29 13:59:22.000000000 +0000 @@ -139,6 +139,7 @@ # Configure in a subdirectory, for neatness. mkdir -p build + dh_autoreconf ifdef XAPIAN_BUILD_SSE cd build && ../configure $(confflags) --disable-sse mkdir -p build-sse2 @@ -247,6 +248,7 @@ dh_testroot rm -rf build build-sse2 rm -f config.sub config.guess + dh_autoreconf_clean dh_clean .PHONY: maint maintclean configure build build-arch build-indep install binary binary-arch binary-indep clean