From: Duncan C. <dun...@us...> - 2005-01-13 23:09:30
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28223 Modified Files: ChangeLog Log Message: Add an extra check to the chsDepend script (disabled). Dare anyone to enable it and watch the build break! We still have some issues with the NAME make var being set incorrectly. I have a plan to replace the cunning NAME hack with a different hack. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.288 retrieving revision 1.289 diff -u -d -r1.288 -r1.289 --- ChangeLog 13 Jan 2005 23:01:16 -0000 1.288 +++ ChangeLog 13 Jan 2005 23:09:20 -0000 1.289 @@ -8,6 +8,11 @@ gtk package only so far. Also move some defines from Makefile.am to configure.ac as requested by a FIXME comment. + * mk/chsDepend.in: add extra check to the chsDepend script (disabled). + Dare anyone to enable it and watch the build break! We still have some + issues with the NAME make var being set incorrectly. I have a plan to + replace the cunning NAME hack with a different hack. + 2005-01-12 Axel Simon <A....@ke...> * Makefile.am, gtk/Graphics/UI/Gtk/Pango/Rendering.chs.pp, |