Hi. Looking at my patch again I don't know why I didn't do it like this earlier ...
Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-python/pygtk/configure.in,v retrieving revision 1.81 diff -u -u -r1.81 configure.in --- configure.in 1 Sep 2003 12:47:39 -0000 1.81 +++ configure.in 2 Sep 2003 23:17:48 -0000 @@ -23,7 +23,7 @@ AC_DEFINE(PYGTK_MICRO_VERSION, pygtk_micro_version, [PyGtk macro version]) AC_CONFIG_SRCDIR([gtk/gtkmodule.c]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE AC_CHECK_FUNCS(bind_textdomain_codeset) -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
