tags 534022 + patch
thanks

Hello,
These changes (in the attach) are needed in the debian/rules 
file to avoid copying a non-existant file, this happens because the 
paths of these files were changed in the libtoolpackage.

Regards,
Mauro

-- 
JID: [email protected] | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1
--- rules~	2009-07-24 14:17:01.000000000 -0300
+++ rules	2009-07-24 14:18:27.000000000 -0300
@@ -40,8 +40,8 @@
 	ln -sf /usr/share/misc/config.sub admin
 	ln -sf /usr/share/misc/config.guess admin
 
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-	cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
+	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
+	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
 
 	make -f Makefile.cvs
 	touch $@

Reply via email to