diff options
author | Bruno Haible <bruno@clisp.org> | 2004-01-16 10:53:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:38 +0200 |
commit | 69f0ee2e30d93b26b081f4691c21bcb7ad32ad85 (patch) | |
tree | 496abb832ca227ba470b89ad4bdeb3d7aef37734 /gettext-tools/m4/ChangeLog | |
parent | f995b0094e2c350e55e548430e510317e186f469 (diff) | |
download | external_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.zip external_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.tar.gz external_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.tar.bz2 |
Add support for --enable-csharp and --disable-csharp.
Diffstat (limited to 'gettext-tools/m4/ChangeLog')
-rw-r--r-- | gettext-tools/m4/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 96ac0d0..db1d1d3 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,12 @@ +2004-01-10 Bruno Haible <bruno@clisp.org> + + * csharp.m4: New file. + * csharpcomp.m4 (gt_CSHARPCOMP): Require gt_CSHARP_CHOICE. Respect the + CSHARP_CHOICE given by the --enable-csharp option. + * csharpexec.m4 (gt_CSHARPEXEC): Require gt_CSHARP_CHOICE. Respect the + CSHARP_CHOICE given by the --enable-csharp option. + * Makefile.am (EXTRA_DIST): Add csharp.m4. + 2003-12-26 Bruno Haible <bruno@clisp.org> Support for C#. |