2004-01-10 Bruno Haible * 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 Support for C#. * csharpcomp.m4: New file. * csharpexec.m4: New file. * Makefile.am (examplesconfig_DATA): Add them. (EXTRA_DIST): Likewise. 2003-11-30 Bruno Haible * allocsa.m4: New file. * eealloc.m4: New file. * setenv.m4 (gl_PREREQ_SETENV): Require gl_ALLOCSA instead of AC_FUNC_ALLOCA. * Makefile.am (EXTRA_DIST): Add allocsa.m4, eealloc.m4. 2003-12-17 Bruno Haible * gettext-0.13.1 released. 2003-11-30 Bruno Haible * gettext-0.13 released. 2003-11-23 Bruno Haible * ssize_t.m4: New file, moved here from ../../gettext-runtime/m4/. * Makefile.am (aclocal_DATA): Remove ssize_t.m4. (EXTRA_DIST): Add ssize_t.m4. 2003-11-16 Bruno Haible * size_max.m4: Remove file, moved to ../../gettext-runtime/m4/. * ssize_t.m4: Remove file, moved to ../../gettext-runtime/m4/. * xsize.m4: Remove file, moved to ../../gettext-runtime/m4/. * Makefile.am (aclocal_DATA): Add size_max.m4, ssize_t.m4, xsize.m4. (EXTRA_DIST): Remove size_max.m4, ssize_t.m4, xsize.m4. 2003-11-15 Bruno Haible * Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New variables. 2003-11-09 Bruno Haible * javaexec.m4 (gt_JAVAEXEC): Accept two optional arguments, denoting a test class to execute. 2003-11-11 Bruno Haible * size_max.m4: New file, from gnulib. * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX. * Makefile.am (EXTRA_DIST): Add size_max.m4. 2003-11-04 Bruno Haible * xsize.m4: New file. * Makefile.am (EXTRA_DIST): Add it. 2003-10-21 Bruno Haible * canonicalize.m4 (gl_PREREQ_CANONICALIZE): Also test for readlink(). 2003-10-14 Bruno Haible * sig_atomic_t.m4: New file. * Makefile.am (EXTRA_DIST): Add it. 2003-10-04 Bruno Haible * flex.m4: Remove file. * Makefile.am (EXTRA_DIST): Remove it. 2003-09-04 Bruno Haible * locale-fr.m4 (gt_LOCALE_FR): Add support for Solaris 7. 2003-08-26 Bruno Haible * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' followed by '#define fnmatch fnmatch_posix' gives an error. 2003-08-24 Bruno Haible * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@, since the substitution of @host@ may occur before the substitution of @SET_RELOCATABLE@. 2002-12-24 Bruno Haible * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use onceonly macros. 2002-12-17 Bruno Haible * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h, stdlib.h, string.h. 2003-02-17 Bruno Haible * mkdtemp.m4 (gl_PREREQ_MKDTEMP): New macro. (gt_FUNC_MKDTEMP): Invoke it. Invoke jm_AC_TYPE_UINTMAX_T instead of just jm_AC_HEADER_INTTYPES_H and jm_AC_HEADER_STDINT_H. 2003-08-23 Bruno Haible * getline.m4: Update from gnulib. * getndelim2.m4: New file, from gnulib. * Makefile.am (EXTRA_DIST): Add getndelim2.m4. 2003-08-23 Bruno Haible * fnmatch.m4: Replace with the version from gnulib. 2002-12-24 Bruno Haible * setenv.m4 (gt_FUNC_SETENV): New macro. (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4 when invoked twice. (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old gt_FUNC_SETENV. 2003-08-23 Bruno Haible * stdbool.m4: Replace with the version from gnulib, without AC_HEADER_STDBOOL. 2003-08-23 Bruno Haible * Makefile.am (EXTRA_DIST): Add extensions.m4. 2003-08-08 Paul Eggert * extensions.m4: New file. * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE. 2003-07-01 Paul Eggert * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since xreadlink.c now includes it unconditionally. 2003-08-16 Paul Eggert * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, fixing a typo. 2003-07-01 Bruno Haible * readlink.m4: New file, from gnulib. * Makefile.am (EXTRA_DIST): Add it. 2003-07-01 Bruno Haible * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include . should be sufficient. Reported by Paul Eggert. 2003-07-01 Bruno Haible * backupfile.m4 (gt_PREREQ_BACKUPFILE): Remove limits.h check. 2003-05-28 Paul Eggert * pathmax.m4 (gl_PATHMAX): Don't check for limits.h. * xreadlink.m4 (gl_XREADLINK): Likewise. 2003-06-22 Bruno Haible Portability to mingw32. * ssize_t.m4 (gt_TYPE_SSIZE_T): Test for unistd.h. * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T. Reported by Jeff Bonggren . 2003-06-19 Bruno Haible * Makefile.am (aclocal_DATA): Add intmax.m4, longdouble.m4, longlong.m4, printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4. 2003-06-19 Bruno Haible * locale-fr.m4: New file. * Makefile.am (EXTRA_DIST): Add it. 2003-05-22 Bruno Haible * gettext-0.12.1 released. 2003-05-17 Bruno Haible * gettext-0.12 released. 2003-05-09 Bruno Haible * strerror_r.m4: New file, from gnulib. * unlocked-io.m4: New file, from gnulib. * Makefile.am (EXTRA_DIST): Add them. 2003-04-29 Bruno Haible * Makefile.am (aclocal_DATA): Add nls.m4 and po.m4. 2003-04-10 Bruno Haible * eaccess.m4: New file. * Makefile.am (EXTRA_DIST): Add it. 2003-04-06 Bruno Haible * relocatable.m4 (AC_RELOCATABLE_NOP): New macro. (AC_RELOCATABLE_LIBRARY): Use it. 2003-04-05 Bruno Haible * canonicalize.m4 (gl_CANONICALIZE): Use AC_CHECK_FUNCS, so that HAVE_CANONICALIZE_FILE_NAME gets defined. * error.m4 (jm_PREREQ_ERROR): New macro. (gt_FUNC_ERROR_AT_LINE): Invoke it. 2003-04-05 Bruno Haible * relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of ${prefix}, not the current value. 2003-03-18 Bruno Haible * onceonly.m4: Update from gnulib. 2003-02-28 Bruno Haible Support for relocatable installation. * canonicalize.m4: New file. * relocatable.m4: New file. * strerror.m4: New file. * xreadlink.m4: New file. * Makefile.am (EXTRA_DIST): Add them. 2003-02-28 Bruno Haible * pathmax.m4: New file, from gnulib. * Makefile.am (EXTRA_DIST): Add it. 2003-02-22 Bruno Haible * flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed any more with automake-1.7.2. 2003-02-19 Bruno Haible * stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in declarations. Needed for HP-UX 11 cc. 2003-02-12 Bruno Haible * Makefile.am: Update for new directory structure. (EXTRA_DIST): Add ChangeLog.0. See ChangeLog.0 for earlier changes.