diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:38:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:38:42 +0800 |
commit | fb9b835fe3c590ede744c2a7b1508b6b418a0b8e (patch) | |
tree | de10bfbd01b12405ceeb8fa5ee4f21352edab821 /ChangeLog | |
parent | b167ce08618496b4017274f5b5d5d0bfbebe7d85 (diff) | |
download | gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.gz gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.zst gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.zip |
Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files
* configure.in: Define EVO_MARSHAL_RULE, which creates glib
marshaller .c and .h files that don't cause gcc warnings
* marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE.
(Can't include newlines in an AC_SUBST, so we have to use
AC_SUBST_FILE)
* Makefile.am (EXTRA_DIST): add marshal.mk
svn path=/trunk/; revision=21910
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-07-23 Dan Winship <danw@ximian.com> + + * configure.in: Define EVO_MARSHAL_RULE, which creates glib + marshaller .c and .h files that don't cause gcc warnings + + * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. + (Can't include newlines in an AC_SUBST, so we have to use + AC_SUBST_FILE) + + * Makefile.am (EXTRA_DIST): add marshal.mk + 2003-07-20 Hasbullah Bin Pit <sebol@ikhlas.com> *configure.in: Added 'ms' (Malay) to ALL_LINGUAS. |