From: Duncan C. <dun...@us...> - 2005-03-16 13:56:41
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21474 Modified Files: ChangeLog Makefile.am Log Message: Makefile.am: specify AUTOMAKE_OPTIONS = 1.8 to require that version of automake. mozembed/Graphics/UI/Gtk/MozEmbed/.cvsignore: add .cvsignore file, but mainly this file being present will force a normal CVS checkout to create the directory, the lack of which will break the build. On the quest to make a clean CVS checkout build "just work"! Index: Makefile.am =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile.am,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- Makefile.am 13 Mar 2005 19:34:29 -0000 1.56 +++ Makefile.am 16 Mar 2005 13:56:30 -0000 1.57 @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = foreign subdir-objects +AUTOMAKE_OPTIONS = 1.8 foreign subdir-objects SUFFIXES = .hs.uncpp .chs.pp .chs .hsc .deps .dep MOSTLYCLEANFILES = */*.deps.bak tools/*/*.deps.bak CLEANFILES = Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.390 retrieving revision 1.391 diff -u -d -r1.390 -r1.391 --- ChangeLog 16 Mar 2005 02:32:25 -0000 1.390 +++ ChangeLog 16 Mar 2005 13:56:29 -0000 1.391 @@ -11,6 +11,14 @@ gtk/Graphics/UI/Gtk/Misc/Viewport.chs: documentation changes and code formatting changes. + * Makefile.am: specify AUTOMAKE_OPTIONS = 1.8 to require that version + of automake. + + * mozembed/Graphics/UI/Gtk/MozEmbed/.cvsignore: add .cvsignore file, + but mainly this file being present will force a normal CVS checkout to + create the directory, the lack of which will break the build. On the + quest to make a clean CVS checkout build "just work"! + 2005-03-15 Duncan Coutts <du...@co...> * glib/System/Glib/FFI.hs: add maybeNull function which is used by |