OK, here's the fix:
1. Run aclocal-1.0
2. Run autoconf2.50
3. Apply the following patch to remove the rebuild rule
--- fltk.orig/fltk1.1-1.1.6/Makefile 2005-05-22 14:35:18.468803880 +0100
+++ fltk.simple/fltk1.1-1.1.6/Makefile 2005-05-22 18:28:30.699661464 +0100
@@ -86,8 +86,9 @@
fi
touch config.h
-configure: configure.in
- autoconf
+# Commented out to prevent rebuild when building Debian packages
+# configure: configure.in
+# autoconf
portable-dist:
epm -v -s fltk.xpm fltk
Regards,
Roger
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]