found 331427 0.9.8.1pl1-21
reopen 331427
thanks

The current version of slrn still fails to build on GNU/kFreeBSD,
because of outdated config.guess and config.sub.

Files config.guess and config.sub files are located in the autoconf/ directory in slrn, not in the src/ subdir.

Please drop them from src/ syndir by "rm src/config.sub src/config.guess"
and update debian rules accordingly.

--- debian/rules
+++ debian/rules
-       -test -r /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub 
src/config.sub
-       -test -r /usr/share/misc/config.guess && cp -f 
/usr/share/misc/config.guess src/config.guess
+       -test -r /usr/share/misc/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 autoconf/config.guess



Thanks in advance

                        Petr




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

Reply via email to