Hi,

 When I ran debuild, it says
>aclocal.m4:16: warning: this file was generated for autoconf 2.62.
>You have another version of autoconf.  It may work, but is not guaranteed to.
>If you have problems, you may need to regenerate the build system entirely.
>To do so, use the procedure documented by the package, typically `autoreconf'.

 I added autoreconf in debian/rules for that and built fine.
 Please check attached patch, thanks.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u qd-2.3.7/debian/changelog qd-2.3.7/debian/changelog
--- qd-2.3.7/debian/changelog
+++ qd-2.3.7/debian/changelog
@@ -1,3 +1,11 @@
+qd (2.3.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - run autoreconf (Closes: #560522) 
+
+ -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp>  Fri, 23 Apr 2010 15:15:31 +0900
+
 qd (2.3.7-2) unstable; urgency=low
 
   [Christophe Prud'homme]
diff -u qd-2.3.7/debian/rules qd-2.3.7/debian/rules
--- qd-2.3.7/debian/rules
+++ qd-2.3.7/debian/rules
@@ -12,9 +12,11 @@
-DEB_AUTO_UPDATE_LIBTOOL = pre
 
 CXXFLAGS="-O3"
 
 #CXX=g++-4.3
 
+common-configure-arch::
+	autoreconf -i
 
 get-orig-source:

Reply via email to