tag 543043 patch
thanks

The attached patch should solve the problem.
diff -u asio-1.4.1/debian/rules asio-1.4.1/debian/rules
--- asio-1.4.1/debian/rules
+++ asio-1.4.1/debian/rules
@@ -5,8 +5,8 @@
 CXXFLAGS = -W -Wall -g -pipe
 
 configure: configure.ac
-	aclocal-1.10
-	automake-1.10 -a -c
+	aclocal
+	automake -a -c
 	autoconf
 
 config.status: configure

Reply via email to