Hi,

currently (4.10.2-4) there is an attempt 
to update config.sub/config.guess in debian/rules.
Unfortunately, they are located in subdirectory autoconf.

This bug can be fixed with following patch.

Thanks


        Petr


--- debian/rules~       2006-04-04 18:23:01.000000000 +0200
+++ debian/rules        2006-04-04 18:23:01.000000000 +0200
@@ -40,9 +40,9 @@
        -$(MAKE) -i distclean
        dh_clean
        -test -r /usr/share/misc/config.sub && \
-       cp -f /usr/share/misc/config.sub config.sub
+       cp -f /usr/share/misc/config.sub autoconf/config.sub
        -test -r /usr/share/misc/config.guess && \
-       cp -f /usr/share/misc/config.guess config.guess
+       cp -f /usr/share/misc/config.guess autoconf/config.guess
 
 
 binary-indep:  build




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to