Little patch by David Pashley.

"Geert Hauwaerts" <[email protected]> Tue, 25 Feb 2003 18:30:04 +0100
Newsgroups gmane.network.irc.irssi.devel
Message-ID <[email protected]>

Dear Sir,

Here is a patch by David Pashley for removing files auto-generated by the
configure script.
The auto-generated files are: default-config.h, default-theme.h,
perl-signals-list.h, irssi-core.pl.h

There seems to be something wrong with this mailinglist, he said he had
already posted it on this list, but was never sent to us.

Mvg, Geert Hauwaerts.
Certified Unix/Linux Administrator

/*
* Geert Hauwaerts [email protected] & [email protected]
* -----------------------------------------------------
*   Linux: The choice of a GNU generation.
*          Because rebooting is for adding new hardware.
*          Windows: Just another pain in the glass.
*          RTFM: Not just an acronym, it's the LAW!
*/
irssi.patch (application/octet-stream, 1001 B)
diff -ru --exclude Makefile.in --exclude help --exclude debian irssi-snapshot-0.8.6+cvs.20030218/Makefile.am irssi-build/Makefile.am
--- irssi-snapshot-0.8.6+cvs.20030218/Makefile.am	2002-05-09 03:48:22.000000000 +0100
+++ irssi-build/Makefile.am	2003-02-18 13:13:07.000000000 +0000
@@ -12,6 +12,8 @@
 
 SUBDIRS = src docs scripts
 
+CLEANFILES=default-config.h default-theme.h
+
 confdir = $(sysconfdir)
 conf_DATA = irssi.conf
 
diff -ru --exclude Makefile.in --exclude help --exclude debian irssi-snapshot-0.8.6+cvs.20030218/src/perl/Makefile.am irssi-build/src/perl/Makefile.am
--- irssi-snapshot-0.8.6+cvs.20030218/src/perl/Makefile.am	2002-11-17 16:05:32.000000000 +0000
+++ irssi-build/src/perl/Makefile.am	2003-02-19 20:51:04.000000000 +0000
@@ -73,6 +73,8 @@
 irssi-core.pl.h: irssi-core.pl
 	$(top_srcdir)/file2header.sh $(srcdir)/irssi-core.pl irssi_core_code > irssi-core.pl.h
 
+CLEANFILES=perl-signals-list.h irssi-core.pl.h
+
 common_sources = \
 	common/Irssi.xs \
 	common/Irssi.pm \