12003-01-31 Bruno Haible <bruno@clisp.org> 2 3 * PACKAGING: Add gettext-po.h and libgettextpo*. 4 52003-01-03 Albert Chin <libtool@thewrittenword.com> 6 7 * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs 8 variable directly down to the linker. 9 Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>. 10 112003-01-14 Bruno Haible <bruno@clisp.org> 12 13 * configure.in (gt_cv_prog_cxx_namespaces): Reject C++ compilers that 14 have namespaces but for which std::ostream is undefined, like cxx on 15 Tru64. 16 Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>. 17 182003-01-12 Bruno Haible <bruno@clisp.org> 19 20 * configure.in: Invoke gl_FUNC_ALLOCA instead of AC_FUNC_ALLOCA. 21 222003-01-12 Bruno Haible <bruno@clisp.org> 23 24 * Makefile.am: Make use of += for variables. 25 262002-12-16 Bruno Haible <bruno@clisp.org> 27 28 * configure.in: Add test for <utime.h>. Needed for mingw32. 29 302002-12-07 Bruno Haible <bruno@clisp.org> 31 32 Switch to autoconf-2.57 and automake-1.7.2. 33 * configure.in: Use AC_CONFIG_FILES, because the AC_OUTPUT commands 34 and not run any more when config.status is called to create a single 35 file. 36 * elisp-comp: New file, from automake-1.7.2. 37 382002-11-19 Bruno Haible <bruno@clisp.org> 39 40 Switch to autoconf-2.56. 41 * configure.in (LTLIBOBJS): Remove variable. 42 432002-11-14 Bruno Haible <bruno@clisp.org> 44 45 * Makefile.am ($(srcdir)/tests/rpathx/aclocal.m4, 46 $(srcdir)/tests/rpathy/aclocal.m4, 47 $(srcdir)/tests/rpathz/aclocal.m4): Depend on m4/libtool.m4. 48 492002-11-13 Bruno Haible <bruno@clisp.org> 50 51 Assume ANSI C. 52 * configure.in: Remove AC_C_BACKSLASH_A call. 53 * os2/configure.awk: Remove HAVE_C_BACKSLASH_A setting. 54 552002-11-07 Bruno Haible <bruno@clisp.org> 56 57 * ltmain.sh: Upgrade to libtool-1.4.3. 58 * config.rpath: Upgrade to libtool-1.4.3. 59 602002-10-28 Bruno Haible <haible@clisp.cons.org> 61 62 * config.guess, config.sub: Update to GNU version 2002-10-21. 63 642002-10-27 Bruno Haible <bruno@clisp.org> 65 66 * libasprintf: New subdirectory. 67 * configure.in (CXX): Adjust to match the result in and the 68 requirements of the libasprintf subdirectory. 69 (SUBDIR_libasprintf): New AC_SUBST. 70 (AC_CONFIG_SUBDIRS): Recurse into libasprintf. 71 * Makefile.am (SUBDIRS): Add libasprintf conditionally. 72 (DIST_SUBDIRS): New variable. 73 * PACKAGING: Add libasprintf.*, autosprintf.h, and its documentation 74 autosprintf.html, autosprintf.info. 75 762002-10-27 Bruno Haible <bruno@clisp.org> 77 78 * PACKAGING: Update list of installed .m4 files. 79 802002-09-27 Bruno Haible <bruno@clisp.org> 81 82 * mkinstalldirs: Update from automake-1.7+. 83 842002-09-16 Bruno Haible <bruno@clisp.org> 85 86 * ltmain.sh (install): Use "ln -s -f" instead of "rm -f && ln -s" 87 to make a symlink for a shared library. 88 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>. 89 902002-08-06 Bruno Haible <bruno@clisp.org> 91 92 * gettext-0.11.5 released. 93 942002-07-25 Bruno Haible <bruno@clisp.org> 95 96 * gettext-0.11.4 released. 97 982002-07-17 Bruno Haible <bruno@clisp.org> 99 100 * gettext-0.11.3 released. 101 1022002-07-16 Bruno Haible <bruno@clisp.org> 103 104 * configure.in: Bump version number to 0.11.3. 105 (RELEASE_DATE): Bump. 106 1072002-07-16 Bruno Haible <bruno@clisp.org> 108 109 * configure.in: Call gt_GCJ and set BUILDJAVAEXE. 110 1112002-07-16 Bruno Haible <haible@clisp.cons.org> 112 113 * config.guess, config.sub: Update to GNU version 2002-07-09. 114 1152002-07-14 Bruno Haible <bruno@clisp.org> 116 117 * configure.in: Switch to autoconf-2.52. Split AC_INIT into AC_INIT 118 and AC_CONFIG_SRCDIR. Replace AM_TYPE_PTRDIFF_T with AC_CHECK_TYPES. 119 Call AH_TOP and AH_BOTTOM with earlier contents of acconfig.h. Use 120 AC_LANG_PUSH/AC_LANG_POP instead of AC_LANG_CPLUSPLUS/AC_LANG_RESTORE. 121 Use AC_TRY_EVAL instead of AC_TRY_COMPILER. 122 * acconfig.h: Remove file. 123 1242002-06-15 Bruno Haible <bruno@clisp.org> 125 126 * configure.in: Call AC_LIBTOOL_WIN32_DLL. 127 1282002-05-19 Bruno Haible <bruno@clisp.org> 129 130 * Makefile.am (CONFIGURES_RPATHZ, CONFIGURES_RPATHLZ, 131 CONFIGURES_RPATHLZYX): New variables. 132 (SUBCONFIGURES): Add them. 133 ($(srcdir)/tests/rpath*z*/Makefile.in): New rules. 134 ($(srcdir)/tests/rpath*z*/aclocal.m4): New rules. 135 ($(srcdir)/tests/rpath*z*/configure): New rules. 136 1372002-05-18 Bruno Haible <bruno@clisp.org> 138 139 * PACKAGING: Remove note about libgettextlib.a and libgettextsrc.a. 140 1412002-05-03 Bruno Haible <bruno@clisp.org> 142 143 * Makefile.am (SUBDIRS): Move man and m4 after projects and misc. 144 'man' must be after 'misc' because 'misc' contains some programs. 145 1462002-05-01 Bruno Haible <bruno@clisp.org> 147 148 * configure.in (AC_OUTPUT): Add misc/autopoint. Make misc/autopoint 149 executable. 150 1512002-05-01 Bruno Haible <bruno@clisp.org> 152 153 * INSTALL: Remove the recommendation to set CPPFLAGS and LDFLAGS. 154 The lib-link.m4 macros make this unnecessary. 155 1562002-04-28 Bruno Haible <bruno@clisp.org> 157 158 * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs. 159 1602002-04-24 Bruno Haible <bruno@clisp.org> 161 162 * gettext-0.11.2 released. 163 1642002-04-24 Bruno Haible <bruno@clisp.org> 165 166 * configure.in: Bump version number to 0.11.2. 167 (RELEASE_DATE): Bump. 168 1692002-03-15 Andrew Zabolotny <zap@cobra.ru> 170 171 * os2/README.OS2: Update. 172 * os2/Makefile: Likewise. 173 1742002-03-12 Bruno Haible <bruno@clisp.org> 175 176 * gettext-0.11.1 released. 177 1782002-03-12 Bruno Haible <bruno@clisp.org> 179 180 * configure.in: Bump version number to 0.11.1. 181 (RELEASE_DATE): Bump. 182 183 * Makefile.am (EXTRA_DIST): Add some more djgpp/* files. 184 1852002-03-09 Bruno Haible <bruno@clisp.org> 186 187 * configure.in: Don't check for stpncpy; AIX 4.3.3 has an incompatible 188 implementation of it. 189 * acconfig.h (HAVE_STPNCPY): Define on glibc systems only. 190 1912002-03-07 Bruno Haible <bruno@clisp.org> 192 193 * Makefile.am (MAKEINFO): New variable. 194 * missing (makeinfo): Don't call touch without arguments if the source 195 texinfo file doesn't contain a @setfilename command. 196 Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>. 197 1982002-02-15 Bruno Haible <bruno@clisp.org> 199 200 * djgpp/*: Update DJGPP support. 201 From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>. 202 * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'. 203 2042002-02-14 Andrew Zabolotny <zap@cobra.ru> 205 206 * os2/README.OS2: Update. 207 * os2/Makefile: Update. 208 2092002-02-10 Bruno Haible <bruno@clisp.org> 210 211 * Makefile.am (EXTRA_DIST): Remove os2/iconv/README. 212 2132002-01-14 Bruno Haible <bruno@clisp.org> 214 215 * configure.in: Add check for libexpat. 216 2172002-02-02 Bruno Haible <bruno@clisp.org> 218 219 * Makefile.am (SUBDIRS): Add libuniname. 220 * configure.in (AC_OUTPUT): Add libuniname/Makefile. 221 2222002-02-06 Bruno Haible <bruno@clisp.org> 223 224 * ltmain.sh: Upgrade from libtool-1.4 to libtool-1.4.2. 225 * config.rpath: Likewise. 226 2272002-02-02 Bruno Haible <bruno@clisp.org> 228 229 * ltmain.sh: Add DESTDIR support on ELF systems. 230 2312002-01-31 Bruno Haible <bruno@clisp.org> 232 233 * gettext-0.11 released. 234 2352002-01-31 Bruno Haible <bruno@clisp.org> 236 237 * configure.in: Bump version number to 0.11. 238 (RELEASE_DATE): Bump. 239 * Makefile.am (EXTRA_DIST): Remove README-alpha. 240 2412002-01-31 Bruno Haible <bruno@clisp.org> 242 243 * INSTALL: Remove instructions for using Intel icc. It's getting to 244 be fixed in icc. 245 2462002-01-30 Bruno Haible <bruno@clisp.org> 247 248 * configure.in: 249 Check for strtoul through AC_CHECK_FUNCS, not AC_REPLACE_FUNCS. 250 Call gt_FUNC_ERROR_AT_LINE instead of AM_FUNC_ERROR_AT_LINE. 251 * PACKAGING: New file. 252 * Makefile.am (EXTRA_DIST): Add it. 253 2542002-01-24 Bruno Haible <bruno@clisp.org> 255 256 * Makefile.am ($(srcdir)/tests/rpathy/aclocal.m4): Fix dependencies. 257 2582002-01-21 Bruno Haible <bruno@clisp.org> 259 260 * Makefile.am (EXTRA_DIST): Add os2/configure.awk. 261 Remove os2/iconv/iconv.h, os2/iconv/iconv.c. 262 2632002-01-20 Bruno Haible <bruno@clisp.org> 264 265 * Makefile.am (CONFIGURES_RPATH*): New variables. 266 ($(srcdir)/tests/rpath*/Makefile.in): New rules. 267 ($(srcdir)/tests/rpath*/aclocal.m4): New rules. 268 ($(srcdir)/tests/rpath*/configure): New rules. 269 (SUBCONFIGURES): New variable. 270 (subconfigures): New target. 271 (distdir): Depend on subconfigures. 272 * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles. 273 Postprocess Makefile because of distdir dependency. 274 2752002-01-12 Bruno Haible <bruno@clisp.org> 276 277 * INSTALL: Add instructions for using Intel icc. 278 2792002-01-11 Bruno Haible <bruno@clisp.org> 280 281 * configure.in: Change version number to 0.11-pre5. 282 2832002-01-11 Bruno Haible <bruno@clisp.org> 284 285 * configure.in: Postprocess doc/Makefile a second time. 286 2872002-01-10 Bruno Haible <bruno@clisp.org> 288 289 * acconfig.h [OS/2]: Include intl/os2compat.h, not os2/os2compat.h. 290 * Makefile.am (EXTRA_DIST): Remove os2/os2compat.h. 291 2922002-01-10 Andrew Zabolotny <zap@cobra.ru> 293 294 * os2/README.OS2: Update. 295 * os2/Makefile: Heavily reworked. 296 * os2/iconv/iconv.c: Bug fixes. 297 2982002-01-07 Bruno Haible <bruno@clisp.org> 299 300 * config.rpath [IRIX]: Fix typo. 301 3022002-01-05 Bruno Haible <bruno@clisp.org> 303 304 * configure.in: Postprocess doc/Makefile. 305 3062002-01-04 Bruno Haible <haible@clisp.cons.org> 307 308 * config.guess, config.sub: Update to GNU version 2002-01-02. 309 3102001-12-17 Bruno Haible <bruno@clisp.org> 311 312 * configure.in: Call gt_FUNC_FNMATCH. 313 3142001-12-17 Bruno Haible <bruno@clisp.org> 315 316 * configure.in: Change version number to 0.11-pre4. 317 3182001-12-15 Andrew Zabolotny <zap@cobra.ru> 319 Bruno Haible <bruno@clisp.org> 320 321 * os2/*: New EMX support. 322 * Makefile.am (EXTRA_DIST): Remove old os2/ contents, add new os2/ 323 contents. 324 * acconfig.h: Add conditional include of os2/os2compat.h. 325 3262001-12-11 Bruno Haible <bruno@clisp.org> 327 328 * configure.in: Use a variant of AC_PROG_CXX_WORKS that doesn't abort 329 upon failure. 330 3312001-12-11 Bruno Haible <bruno@clisp.org> 332 333 * configure.in: Change version number to 0.11-pre3. 334 3352001-12-02 Bruno Haible <bruno@clisp.org> 336 337 * config.rpath: New file. 338 * Makefile.am (EXTRA_DIST): Add it. 339 (gettextsrc_SCRIPTS): New variable. 340 3412001-11-30 Bruno Haible <bruno@clisp.org> 342 343 * configure.in: Change version number to 0.11-pre2. 344 3452001-11-25 Bruno Haible <bruno@clisp.org> 346 347 * configure.in: Check for C++ compiler. 348 3492001-11-18 Bruno Haible <haible@clisp.cons.org> 350 351 * configure.in: Make misc/gettextize executable. 352 3532001-11-10 Bruno Haible <haible@clisp.cons.org> 354 355 * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus 356 and __PROTOTYPES because on 64-bit Solaris, we need prototypes 357 although __STDC__ is often defined to 0. __GNUC__ covers GCC, 358 __SUNPRO_C covers Sun cc, regardless of compilation flags. 359 __PROTOTYPES, __cplusplus are just for consistency with libgnuintl.h. 360 3612001-11-03 Bruno Haible <haible@clisp.cons.org> 362 363 * ltmain.sh: chmod 777 the .libs directory, so that "make install" 364 succeeds. 365 3662001-10-30 Bruno Haible <haible@clisp.cons.org> 367 368 * configure.in: Change version number to 0.11-pre1. 369 * Makefile.am (EXTRA_DIST): Add README-alpha. 370 3712001-10-21 Bruno Haible <haible@clisp.cons.org> 372 373 * configure.in: Define LTLIBOBJS and LTALLOCA based on LIBOBJS, ALLOCA. 374 3752001-10-19 Bruno Haible <haible@clisp.cons.org> 376 377 * configure.in: Remove check for texi2html. 378 3792001-10-09 Bruno Haible <haible@clisp.cons.org> 380 381 * configure.in: Also check for putc_unlocked. 382 3832001-10-21 Bruno Haible <haible@clisp.cons.org> 384 385 * Makefile.am (SUBDIRS): Add projects. 386 * configure.in (AC_OUTPUT): Add projects/Makefile. 387 3882001-09-29 Bruno Haible <haible@clisp.cons.org> 389 390 * configure.in: Also create src/user-email. 391 3922001-09-29 Bruno Haible <haible@clisp.cons.org> 393 394 * configure.in: Call gt_PREREQ_HOSTNAME. 395 3962001-09-25 Bruno Haible <haible@clisp.cons.org> 397 398 Upgrade to automake-1.5. 399 * aclocal.sh: Remove file. 400 * Makefile.am (AUTOMAKE_OPTIONS): Add 'no-dependencies'. 401 (EXTRA_DIST): Remove aclocal.sh. 402 * configure.in: Add some postprocessing to lib/Makefile, src/Makefile, 403 tests/Makefile. 404 * missing: Upgrade to automake-1.5. 405 * ylwrap: New file, from automake-1.5. 406 4072001-09-23 Bruno Haible <haible@clisp.cons.org> 408 409 * configure.in: Call gt_SIGINFO. 410 4112001-10-20 Bruno Haible <haible@clisp.cons.org> 412 413 * DISCLAIM: Update from 414 http://www.iro.umontreal.ca/contrib/po/doc/DISCLAIM. 415 4162001-10-20 Bruno Haible <haible@clisp.cons.org> 417 418 Assume strchr() exists. 419 * configure.in: Remove check for strchr. 420 4212001-09-17 Bruno Haible <haible@clisp.cons.org> 422 423 * configure.in: Call gt_PREREQ_BACKUPFILE. 424 4252001-09-17 Bruno Haible <haible@clisp.cons.org> 426 427 * configure.in: Check for utime and utimes. 428 4292001-09-08 Bruno Haible <haible@clisp.cons.org> 430 431 * configure.in (AC_OUTPUT): Add intl-java/Makefile. 432 * Makefile.am (SUBDIRS): Add intl-java. 433 4342001-09-16 Bruno Haible <haible@clisp.cons.org> 435 436 * configure.in: Don't check for memmove (unneeded). 437 4382001-09-02 Bruno Haible <haible@clisp.cons.org> 439 440 * configure.in: Add check for 'raise'. Call gt_SIGNALBLOCKING. 441 4422001-09-08 Bruno Haible <haible@clisp.cons.org> 443 444 * configure.in: Call gt_JAVACOMP and check for 'jar'. Define BUILDJAVA. 445 Call gt_JAVAEXEC. Define TESTJAVA. 446 (AC_OUTPUT): Also create lib/javacomp.sh and lib/javaexec.sh. 447 4482001-09-06 Bruno Haible <haible@clisp.cons.org> 449 450 * configure.in: Add AC_REPLACE_FUNCS of strpbrk. 451 4522001-09-06 Bruno Haible <haible@clisp.cons.org> 453 454 * configure.in: Call gt_FUNC_SETENV. 455 4562001-09-02 Bruno Haible <haible@clisp.cons.org> 457 458 * configure.in: Call gt_TMPDIR and gt_FUNC_MKDTEMP. 459 4602001-09-03 Bruno Haible <haible@clisp.cons.org> 461 462 * configure.in: Call gt_PROG_LEX. 463 4642001-08-26 Bruno Haible <haible@clisp.cons.org> 465 466 * configure.in: Remove parse_printf_format check. 467 4682001-07-28 Bruno Haible <haible@clisp.cons.org> 469 470 * configure.in: Don't call AC_REVISION. It modifies configure.in 471 during "cvs commit" after "make dist". 472 4732001-07-28 Bruno Haible <haible@clisp.cons.org> 474 475 * configure.in (AC_OUTPUT): Add man/x-to-1. 476 4772001-07-26 Bruno Haible <haible@clisp.cons.org> 478 479 * configure.in (configure.in): Remove automake bug workarounds, not 480 needed anymore with automake-1.4-p5. 481 4822001-07-22 Bruno Haible <haible@clisp.cons.org> 483 484 * configure.in (ALL_LINGUAS): Remove assignment. 485 4862001-08-02 Bruno Haible <haible@clisp.cons.org> 487 488 * README: Change bug report address to <bug-gnu-gettext@gnu.org>. 489 * configure.in: Likewise. 490 4912001-06-30 Bruno Haible <haible@clisp.cons.org> 492 493 * configure.in: Call gt_STDBOOL_H. 494 4952001-06-25 Bruno Haible <haible@clisp.cons.org> 496 497 * configure.in (ACLOCAL_VERSION): Remove. 498 4992001-06-25 Bruno Haible <haible@clisp.cons.org> 500 501 * aclocal.sh: Tweak last patch for automake-1.4f. 502 5032001-06-23 Bruno Haible <haible@clisp.cons.org> 504 505 * aclocal.sh: Don't fail if aclocal isn't available. 506 5072001-06-15 Bruno Haible <haible@clisp.cons.org> 508 509 * configure.in: Remove post-processing of tests/Makefile. 510 5112001-06-10 Bruno Haible <haible@clisp.cons.org> 512 513 * configure.in: Add test for cross compilation and for PERL. 514 5152001-06-10 Bruno Haible <haible@clisp.cons.org> 516 517 * configure.in: Bump version number to 0.11. 518 5192001-06-10 Bruno Haible <haible@clisp.cons.org> 520 521 * configure.in: Check for ssize_t, pid_t, posix_spawn, select. 522 Call AC_FUNC_VFORK, gt_UNION_WAIT. 523 5242001-09-13 Bruno Haible <haible@clisp.cons.org> 525 526 * gettext-0.10.40 released. 527 5282001-09-13 Bruno Haible <haible@clisp.cons.org> 529 530 * configure.in: Bump version number to 0.10.40. 531 (RELEASE_DATE): Bump. 532 533 * config.guess, config.sub: Update to GNU version 2001-09-13. 534 5352001-07-31 Bruno Haible <haible@clisp.cons.org> 536 537 * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not 538 'gnits', to avoid distributing README-alpha. 539 5402001-07-24 Bruno Haible <haible@clisp.cons.org> 541 542 * gettext-0.10.39 released. 543 5442001-06-08 Bruno Haible <haible@clisp.cons.org> 545 546 * ltmain.sh: Upgrade to libtool-1.4. 547 * ltconfig: Remove file. 548 5492001-05-23 Bruno Haible <haible@clisp.cons.org> 550 551 * gettext-0.10.38 released. 552 5532001-05-23 Bruno Haible <haible@clisp.cons.org> 554 555 * configure.in: Bump version number to 0.10.38. 556 (RELEASE_DATE): Bump. 557 558 * INSTALL (Optional Features): Document --with-libiconv-prefix. 559 (Particular Systems): Generalize section about /usr/local to "most 560 systems". 561 * config.guess, config.sub: Update to GNU version 2001-05-11. 562 5632001-05-20 Bruno Haible <haible@clisp.cons.org> 564 565 * Makefile.am (SUBDIRS): Add man. 566 * configure.in (AC_OUTPUT): Add man/Makefile. 567 5682001-05-17 Bruno Haible <haible@clisp.cons.org> 569 570 * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh. 571 5722001-04-30 Bruno Haible <haible@clisp.cons.org> 573 574 * configure.in (ALL_LINGUAS): Add et. 575 5762001-04-19 Bruno Haible <haible@clisp.cons.org> 577 578 * gettext-0.10.37 released. 579 5802001-04-17 Bruno Haible <haible@clisp.cons.org> 581 582 * configure.in: Check for dvips, texi2pdf, texi2html. 583 5842001-04-17 Bruno Haible <haible@clisp.cons.org> 585 586 * configure.in: Bump version number to 0.10.37. 587 (RELEASE_DATE): Bump. 588 5892001-04-04 Bruno Haible <haible@clisp.cons.org> 590 591 * configure.in: Call jm_PREREQ_MBSWIDTH. 592 5932001-04-04 Bruno Haible <haible@clisp.cons.org> 594 595 * Makefile.am (ps, pdf, html): New targets. 596 5972001-04-02 Bruno Haible <haible@clisp.cons.org> 598 599 * configure.in (ALL_LINGUAS): Add pt_BR. 600 6012001-03-29 Bruno Haible <haible@clisp.cons.org> 602 603 * gettext-0.10.36 released. 604 6052001-03-28 Bruno Haible <haible@clisp.cons.org> 606 607 * config.guess, config.sub: Update to GNU version 2001-03-19. 608 6092001-03-25 Bruno Haible <haible@clisp.cons.org> 610 611 * acconfig.h (WARN_ID_LEN): Remove macro. 612 6132001-03-21 Bruno Haible <haible@clisp.cons.org> 614 615 * INSTALL (Particular Systems): Add recommendations for AIX 3. 616 6172001-03-20 Bruno Haible <haible@clisp.cons.org> 618 619 * Makefile.am (MAINTAINERCLEANFILES): Remove variable. 620 (EXTRA_DIST): Incorporate its contents. 621 6222001-03-16 Bruno Haible <haible@clisp.cons.org> 623 624 * configure.in: Postprocess tests/Makefile to work around an 625 inconsistency in automake-1.4: EXTRA_PROGRAMS is not treated like 626 bin_PROGRAMS. 627 6282001-03-11 Bruno Haible <haible@clisp.cons.org> 629 630 * configure.in: Add AC_REPLACE_FUNCS(strcasecmp). Needed for EMX. 631 6322001-03-11 Bruno Haible <haible@clisp.cons.org> 633 634 * configure.in: Use AM_FUNC_GETLINE instead of 635 AC_REPLACE_FUNCS(getline). Needed for HP-UX 10. 636 6372001-03-11 Bruno Haible <haible@clisp.cons.org> 638 639 * configure.in: Pass 'need-ngettext' to AM_GNU_GETTEXT. 640 6412001-03-11 Bruno Haible <haible@clisp.cons.org> 642 643 * configure.in (ALL_LINGUAS): Add en@quot and en@boldquot. 644 6452001-03-10 Bruno Haible <haible@clisp.cons.org> 646 647 * INSTALL: New section "Particular Systems". 648 649 * configure.in: Postprocess Makefile to work around another 650 automake-1.4 bug: on FreeBSD, shell commands are run with "set -e". 651 652 * configure.in: Postprocess misc/Makefile to work around another 653 automake-1.4 bug: if @EMACS@ = no, $(lispdir) is empty. 654 6552001-03-09 Bruno Haible <haible@clisp.cons.org> 656 657 * os2/*: EMX support. 658 From Jun Sawataishi <jsawa@attglobal.net>. 659 * Makefile.am (EXTRA_DIST): Add these files. 660 6612001-03-09 Bruno Haible <haible@clisp.cons.org> 662 663 * config.guess, config.sub: Update to GNU version 2001-03-06. 664 6652001-03-09 Bruno Haible <haible@clisp.cons.org> 666 667 * djgpp/*: DJGPP support. 668 From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>. 669 * Makefile.am (EXTRA_DIST): Add these files. 670 (MAINTAINERCLEANFILES): New variable. 671 6722001-03-09 Bruno Haible <haible@clisp.cons.org> 673 674 * configure.in (RELEASE_DATE): New variable. 675 Create intl/ChangeLog.inst. 676 6772001-03-03 Bruno Haible <haible@clisp.cons.org> 678 679 * ltconfig: 680 sed -e 's/reload object files/produce relocatable object files/'. 681 682 Better support for DOS/Windows platforms. 683 * configure.in: Call AC_OBJEXT and AC_EXEEXT. 684 6852001-03-06 Bruno Haible <haible@clisp.cons.org> 686 687 * configure.in: Call bh_C_SIGNED. 688 6892001-02-27 Bruno Haible <haible@clisp.cons.org> 690 691 * configure.in (ALL_LINGUAS): Replace no@nynorsk with nn. 692 6932001-02-10 Bruno Haible <haible@clisp.cons.org> 694 695 * configure.in (ALL_LINGUAS): Add ja. 696 6972001-02-04 Bruno Haible <haible@clisp.cons.org> 698 699 * Makefile.am (SUBDIRS): Move intl before lib, because lib needs 700 libintl.h if the included libintl is used. 701 7022001-01-21 Bruno Haible <haible@clisp.cons.org> 703 704 Use libtool. 705 * configure.in: Add argument 'use-libtool' to AM_GNU_GETTEXT call. 706 7072001-01-20 Bruno Haible <haible@clisp.cons.org> 708 709 * configure.in: Add a third argument to AC_DEFINE. 710 Require autoconf-2.13. 711 * acconfig.h (_GNU_SOURCE): Remove, now done in configure.in. 712 (HAVE_PARSE_PRINTF_FORMAT): Likewise. 713 (ENABLE_NLS): Remove, now done in m4/gettext.m4. 714 (HAVE_GETTEXT): Likewise. 715 (HAVE_STPCPY): Likewise. 716 (HAVE_LC_MESSAGES): Remove, now done in m4/lcmessage.m4. 717 (HAVE_PTRDIFF_T): Remove, now done in automake-1.4's ptrdiff.m4. 718 (HAVE_OBSTACK): Remove, not set by configure. 719 (HAVE_CATGETS): Likewise. 720 7212001-01-07 Bruno Haible <haible@clisp.cons.org> 722 723 * Makefile.am (DISTCLEANFILES): Remove. Now done in intl/Makefile.in. 724 * configure.in: Stop creating intl/intlh.inst from intl/intlh.inst.in. 725 Now done through a simple file copy. 726 7272001-01-06 Bruno Haible <haible@clisp.cons.org> 728 729 * configure.in: Use AC_CHECK_HEADERS instead of AC_HAVE_HEADERS. 730 Call gt_SETLOCALE. 731 7322000-12-30 Bruno Haible <haible@clisp.cons.org> 733 734 * ltconfig, ltmain.sh: Update from libtool-1.3.5. 735 * config.guess, config.sub: Update to GNU version 2000-11-10. 736 * missing: Update from gmp-3.1.1. 737 * install-sh: Update from fileutils-4.0.32. 738 7392000-12-30 Bruno Haible <haible@clisp.cons.org> 740 741 * configure.in: Call jm_AC_TYPE_UNSIGNED_LONG_LONG and 742 jm_AC_TYPE_UINTMAX_T. 743 7442000-11-09 Bruno Haible <haible@clisp.cons.org> 745 746 * configure.in (ALL_LINGUAS): Add tr. 747 7482000-08-23 Bruno Haible <haible@clisp.cons.org> 749 750 * configure.in: Invoke AC_C_BACKSLASH_A. 751 7522000-07-29 Bruno Haible <haible@clisp.cons.org> 753 754 * Makefile.am (EXTRA_DIST): Add aclocal.sh. 755 7562000-07-28 Bruno Haible <haible@clisp.cons.org> 757 758 * configure.in: Postprocess misc/Makefile to workaround an automake 759 bug. 760 7612000-06-16 Bruno Haible <haible@clisp.cons.org> 762 763 * Makefile.am: Put back the ACLOCAL_AMFLAGS definition, but define 764 ACLOCAL as a wrapper around aclocal. 765 * aclocal.sh: New file. 766 767 * config.guess, config.sub: Update to GNU version 2000-06-13. 768 * misc/locale.alias: Update to glibc CVS version 2000-06-13. 769 7702000-05-06 Ulrich Drepper <drepper@redhat.com> 771 772 * Makefile.am: Comment out ACLOCAL_AMFLAGS definition. The files 773 come with automake and therefore the -I will cause redefinitions. 774 775 * acconfig.h: Define HAVE_BASENAME if glibc is used. 776 7771998-05-01 08:47 Ulrich Drepper <drepper@cygnus.com> 778 779 * gettext-0.10.35 released. 780 7811998-04-30 23:20 Ulrich Drepper <drepper@cygnus.com> 782 783 * configure.in: Remove commands in AC_OUTPUT. Moved into 784 AM_GNU_GETTEXT macro in m4/gettext.m4. 785 786 * configure.in: Bump version number to 0.10.35. 787 7881998-04-28 16:07 Ulrich Drepper <drepper@cygnus.com> 789 790 * configure.in: Bump version number to 0.10.34. 791 Don't test for basename function. 792 7931998-04-27 20:36 Ulrich Drepper <drepper@cygnus.com> 794 795 * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.3. 796 (ACLOCAL_AMFLAGS): New variable, set to -I m4. 797 (aclocaldir): Definition removed. 798 (gettextsrc_DATA): New variable, set to ABOUT_NLS. 799 800 * configure.in: Bump version number to 0.10.33. 801 Define INCLUDE_LOCALE_H in gettext.m4. Remove AC_LINK_FILES line, 802 can now be in gettext.m4. Rewrite also m4/Makefile. 803 8041997-09-06 01:11 Ulrich Drepper <drepper@cygnus.com> 805 806 * configure.in: Bump version number to 0.10.32. 807 8081997-09-05 05:44 Ulrich Drepper <drepper@cygnus.com> 809 810 * configure.in (ALL_LINGUAS): Add da. 811 8121997-08-21 15:02 Ulrich Drepper <drepper@cygnus.com> 813 814 * progtest.m4: Change copyright. 815 * lcmessage.m4: Change copyright. 816 * gettext.m4: Change copyright. 817 8181997-08-19 03:20 Ulrich Drepper <drepper@cygnus.com> 819 820 * configure.in: Bump version number to 0.10.31. 821 8221997-08-18 13:47 Philippe De Muyter <phdm@info.ucl.ac.be> 823 824 * configure.in (ACLOCAL_VERSION): Do not use nested \(..\) with sed. 825 8261997-08-15 03:04 Ulrich Drepper <drepper@cygnus.com> 827 828 * configure.in (VERSION): Bump version number to 0.10.30. 829 830 * acconfig.h: Change DEFAULT_ALIGNMENT to DEFAULT_OUTPUT_ALIGNMENT 831 to avoid clash with macro with same name in obstack.c. 832 Reported by Akim Demaille <demaille@inf.enst.fr>. 833 8341997-08-15 12:40 Ulrich Drepper <drepper@cygnus.com> 835 836 * configure.in (VERSION): Bump to 0.10.29. 837 8381997-08-01 15:47 Ulrich Drepper <drepper@cygnus.com> 839 840 * configure.in: Remove obstack test. 841 Don't always rewrite po/Makefile.in, only if in CONFIG_FILES. 842 843 * Makefile.am (EXTRA_DIST): Add README.gemtext. 844 845 * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2. 846 8471997-05-29 12:44 Ulrich Drepper <drepper@cygnus.com> 848 849 * gettext.m4: Don't use INTLDEPS="../intl/libintl.a" which forces 850 a to use only one level of subdirs. Use $(top_builddir)/intl 851 instead. 852 Patch by Akim Demaille <demaille@inf.enst.fr>. 853 8541997-05-01 02:26 Ulrich Drepper <drepper@cygnus.com> 855 856 * configure.in (VERSION): Bump to 0.10.28. 857 858 * gettext.m4: Check for sys/param.h header. 859 Patch by Bruno Haible <haible@ilog.fr>. 860 861 * gettext.m4: Be safe and call test with quoted arguments and 862 explicit -n option. 863 Patch by Bruno Haible <haible@ilog.fr>. 864 865 * gettext.m4: Require AC_PROG_RANLIB. 866 Reported by Tom Tromey <tromey@cygnus.com>. 867 868 * gettext.m4: Remove POTFILES before generating it. 869 Patch by Jim Meyering <meyering@eng.ascend.com>. 870 871Wed Dec 4 00:36:11 1996 Ulrich Drepper <drepper@cygnus.com> 872 873 * Makefile.am (EXTRA_DIST): Remove @DIST-ALPHA@. 874 875Tue Dec 3 23:55:43 1996 Ulrich Drepper <drepper@cygnus.com> 876 877 * configure.in: Make sure aclocaldir gets substituted. 878 879Tue Dec 3 19:38:41 1996 Ulrich Drepper <drepper@cygnus.com> 880 881 * Makefile.am (aclocal_DATA): Install aclocal macros for gettext. 882 883 * configure.in: Bump version number to 0.10.26. 884 885Fri Nov 22 22:57:48 1996 Ulrich Drepper <drepper@cygnus.com> 886 887 * Makefile.am (EXTRA_DIST): Add gettext.m4, lcmessage.m4, and 888 progtest.m4. 889 Reported by Tom Tromey. 890 891Thu Nov 21 23:07:20 1996 Ulrich Drepper <drepper@cygnus.com> 892 893 * configure.in: Use AM_INIT_AUTOMAKE. Rename various tests to 894 official AM_*. Write tests/Makefile. 895 896 * aclocal.m4: Removed. The test are now in separate files. 897 * gettext.m4, progtext.m4, lcmessage.m4: New files. 898 899 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.1. 900 (MAINT_CHARSET): Latin 1 is used here. 901 (gettextdemodir): Removed. 902 (gettextdemo_DATA): Removed. 903 904Fri Sep 20 12:41:23 1996 Ulrich Drepper <drepper@cygnus.com> 905 906 * configure.in (ALL_LINGUAS): Add pt. 907 908Wed Sep 18 17:55:23 1996 Ulrich Drepper <drepper@cygnus.com> 909 910 * Makefile.am (SUBDIRS): Change checks to tests. 911 912Sat Aug 31 14:19:04 1996 Ulrich Drepper <drepper@cygnus.com> 913 914 * configure.in (VERSION): Bump to 0.10.25. 915 916Sat Aug 31 04:50:13 1996 Ulrich Drepper <drepper@cygnus.com> 917 918 * configure.in: Add test for error which is part of GNU libc. 919 920 * aclocal.m4: Check for gettext in libc. Necessary for GNU libc. 921 922Tue Aug 27 04:05:19 1996 Ulrich Drepper <drepper@cygnus.com> 923 924 * configure.in (ALL_LINGUAS): Add es. 925 926Sun Aug 18 18:49:34 1996 Ulrich Drepper <drepper@cygnus.com> 927 928 * configure.in: Use AM_PROG_INSTALL instead of fp_PROG_INSTALL. 929 930 * aclocal.m4 (fp_PROG_INSTALL): Rename to AM_PROG_INSTALL. 931 932Fri Jul 19 12:18:55 1996 Ulrich Drepper <drepper@cygnus.com> 933 934 * configure.in: Don't use NULL in check for obstack. 935 936Tue Jul 16 01:51:47 1996 Ulrich Drepper <drepper@cygnus.com> 937 938 * aclocal.m4: Correct text for --with-included-gettext option. 939 Patch by François Pinard. 940 941Sun Jul 14 01:16:19 1996 Ulrich Drepper <drepper@cygnus.com> 942 943 * configure.in (VERSION): Bump to 0.10.24. 944 945Sat Jul 6 01:49:26 1996 Ulrich Drepper <drepper@cygnus.com> 946 947 * configure.in (VERSION): Bump to 0.10.23. 948 949Tue Jul 2 16:42:20 1996 Ulrich Drepper <drepper@cygnus.com> 950 951 * configure.in (ALL_LINGUAS): Add nl. 952 Add AC_PROG_MKINSTALLDIRS test. 953 Set AC_PREREQ to 2.99 since no official autoconf has the 954 bugs fixed. 955 956 * aclocal.m4: Fix check for obsolete xgettext implementation. 957 Patch by Marcus Daniels. 958 959Sat Jun 22 04:25:23 1996 Ulrich Drepper <drepper@cygnus.com> 960 961 * aclocal.m4: Define MKINSTALLDIRS. 962 963 * configure.in (VERSION): Bump to 0.10.22. 964 965Wed Jun 19 01:26:09 1996 Ulrich Drepper <drepper@cygnus.com> 966 967 * configure.in (AC_REPLACE_FUNCS): Add stpncpy. 968 969 * configure.in (VERSION): Bump to 0.10.21. 970 971 * configure.in (AC_REPLACE_FUNCS): Add strncasecmp. 972 973Tue Jun 18 15:11:01 1996 Ulrich Drepper <drepper@cygnus.com> 974 975 * acconfig.h (PAGE_WIDTH): Define to 79. This allows even in 976 Emacs nice looking lines. 977 978 * aclocal.m4 (md_PATH_PROG): remove macro. 979 (ud_PATH_PROG_WITH_TEST): New macro. Similar to AC_PATH_PROG, only 980 that an additional, user-given test is performed before a program 981 is accepted. 982 983 Rewrite all tests for msgfmt and xgettext to use 984 ud_PATH_PROG_WITH_TEST to make sure no XView versions are used. 985 986 * configure.in (ACLOCAL_VERSION): Determine version number in 987 aclocal.m4 file which is used in misc/gettextize. 988 (VERSION): Bump to 0.10.20. 989 990Fri Jun 14 04:07:10 1996 Ulrich Drepper <drepper@cygnus.com> 991 992 * configure.in (VERSION): Bump to 0.10.19. 993 994Thu Jun 13 15:19:45 1996 Ulrich Drepper <drepper@cygnus.com> 995 996 * configure.in (VERSION): Bump to 0.10.18. 997 998Tue Jun 11 15:02:49 1996 Ulrich Drepper <drepper@cygnus.com> 999 1000 * configure.in (ALL_LINGUAS): Add `sl' for Slowenian. 1001 1002 * Makefile.am (EXTRA_DIST): Add DISCLAIM. 1003 Reported by François Pinard. 1004 1005Sun Jun 9 12:46:31 1996 Ulrich Drepper <drepper@cygnus.com> 1006 1007 * configure.in (ALL_LINGUAS): Do not write intlh.inst.in, but 1008 intlh.inst. Reported by Marcus Daniels. 1009 1010Fri Jun 7 01:51:57 1996 Ulrich Drepper <drepper@cygnus.com> 1011 1012 * configure.in (VERSION): Bump to 0.10.17. 1013 1014Thu Jun 6 01:55:47 1996 Ulrich Drepper <drepper@cygnus.com> 1015 1016 * aclocal.m4: Define USE_INCLUDED_LIBINTL in case we need the code 1017 from the intl/ subdir. 1018 1019 * configure.in: Undo patch from Wed Jun 5 00:10:36 1996. We do 1020 need intlh.inst. 1021 1022 * aclocal.m4: Remove definition of INTLSUB. Add definition of 1023 GT_NO and GT_YES (needed in intl/Makefile.in). 1024 1025Wed Jun 5 00:10:36 1996 Ulrich Drepper <drepper@cygnus.com> 1026 1027 * configure.in (VERSION): Bump to 0.10.16. 1028 1029 * configure.in: Don't write intlh.inst. 1030 1031 * configure.in (VERSION): Bump to 0.10.15. 1032 1033Tue Jun 4 00:10:25 1996 Ulrich Drepper <drepper@cygnus.com> 1034 1035 * configure.in: Rewrite intl/intlh.inst.in depending on whether 1036 <locale.h> is available or not. 1037 Reported by Peter Miller. 1038 1039 * aclocal.m4 (ud_WITH_NLS): Using `AC_CHECK_LIB(intl, main)' is 1040 not useful. Use `AC_CHECK_LIB(intl, bindtextdomain)' instead. 1041 Patch by Uwe Ohse. 1042 1043 * configure.in (AC_REPLACE_GNU_GETOPT): Removed. We don't need 1044 this because the getopt source itself knows when it can be 1045 omitted. 1046 1047Mon Jun 3 00:04:55 1996 Ulrich Drepper <drepper@cygnus.com> 1048 1049 * aclocal.m4 (AC_REPLACE_GNU_GETOPT): Don't need this anymore. 1050 The getopt sources should recognize when the getopt is available 1051 in the library. 1052 1053 * configure.in (VERSION): Bump to 0.10.14. 1054 1055 * Makefile.am (AUTOMAKE_OPTIONS): Add variable to control Automake 1056 behaviour. Thanks, Tom. 1057 1058 * configure.in: Check for __argz_count, __argz_stringify, and 1059 __argz_next in aclocal.m4. 1060 * aclocal.m4: Add above checks. 1061 1062 * aclocal.m4: Fix typo in --with-included-gettext handling. 1063 1064Sun Jun 2 01:50:03 1996 Ulrich Drepper <drepper@cygnus.com> 1065 1066 * aclocal.m4 (ud_WITH_NLS): If used in gettext always define 1067 USE_NLS to yes. 1068 1069 * configure.in: Add AC_ARG_PROGRAM. Don't write tupdate because 1070 it does not exist anymore. 1071 1072Sat Jun 1 03:18:15 1996 Ulrich Drepper <drepper@cygnus.com> 1073 1074 * configure.in (VERSION): Bump to 0.10.13. Remove check for Perl. 1075 1076 * configure.in: Add the test for __argz_next. 1077 1078 * configure.in: We don't want to replace the __argz_* function, 1079 just check. 1080 1081 * configure.in: Add __argz_count and __argz_stringify to 1082 AC_CHECK_FUNC list. 1083 1084 * aclocal.m4 (ud_WITH_NLS): Change command line option 1085 `--with-gnu-gettext' to `--with-included-gettext'. The former was 1086 misleading because this option really means to ignore a possibly 1087 installed GNU libintl. 1088 1089Sun May 26 03:09:43 1996 Ulrich Drepper <drepper@cygnus.com> 1090 1091 * Makefile.in (ABOUT-NLS): Don't cd to doc/ dir. Use -I option of 1092 makeinfo instead. Patch by Tran Huu Da <tranhu@IRO.UMontreal.CA>. 1093 1094Sat May 11 11:40:17 1996 Ulrich Drepper <drepper@myware> 1095 1096 * aclocal.m4: Move INSTOBJECT initialization out of recently 1097 introduced AC_TRY_LINK macro. Reported by Jim Meyering. 1098 1099Sat May 11 00:31:40 1996 Ulrich Drepper <drepper@myware> 1100 1101 * aclocal.m4: Check whether locally available libintl is GNU 1102 gettext library. In this case we use .gmo files and share/ as 1103 datadir. 1104 1105Wed Apr 24 23:49:29 1996 Ulrich Drepper <drepper@myware> 1106 1107 * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro by Jim Meyering. 1108 Test for GNU's getopt implementation. 1109 1110 * configure.in: Use AC_REPLACE_GNU_GETOPT. 1111 1112Thu Apr 4 23:35:56 1996 Ulrich Drepper <drepper@myware> 1113 1114 * Makefile.in (ABOUT-NLS): Adapt rule for using matrix.texi. 1115 1116Thu Apr 4 01:58:14 1996 Ulrich Drepper <drepper@myware> 1117 1118 * configure.in (VERSION): Bump to 0.10.12. 1119 1120Tue Apr 2 18:55:50 1996 Ulrich Drepper <drepper@myware> 1121 1122 * aclocal.m4: Test whether found xgettext program is really GNU 1123 xgettext. Else ignore it. 1124 1125 * Makefile.in (all): Do all-gettext-recursive instead of 1126 all-recursive. We need a special all goal in intl/ because we 1127 always have to build libintl.a. 1128 1129Tue Apr 2 17:34:55 1996 Ulrich Drepper <drepper@myware> 1130 1131 * aclocal.m4: Major change!!! By default the catgets emulation is 1132 *not* selected anymore. The installer explicitely has to select 1133 --with-catgets. Looking at all the nice features GNU gettext and 1134 which cannot be emulated portably using the catgets interface, it 1135 became unreasonable to stay with the old default. 1136 1137Tue Apr 2 03:20:19 1996 Ulrich Drepper <drepper@myware> 1138 1139 * configure.in (VERSION): Bump to 0.10.11. 1140 1141Mon Apr 1 03:37:08 1996 Ulrich Drepper <drepper@myware> 1142 1143 * aclocal.m4 (md_PATH_PROG): Correct quotation in message. 1144 Reported by Tom Tromey. 1145 1146Thu Mar 28 23:03:01 1996 Karl Eichwalder <ke@ke.central.de> 1147 1148 * Makefile.in (datadir): Define from @datadir@. 1149 (gettextsrcdir): Define using $(datadir). 1150 1151Thu Mar 28 13:52:14 1996 Marcus Daniels <marcus@sysc.pdx.edu> 1152 1153 * aclocal.m4: Initialize CATOBJEXT. 1154 1155Wed Mar 27 03:21:24 1996 Ulrich Drepper <drepper@myware> 1156 1157 * configure.in (VERSION): Bump to 0.10.10. 1158 1159Mon Mar 25 11:20:09 1996 Ulrich Drepper <drepper@myware> 1160 1161 * configure.in (VERSION): Bump to 0.10.9. 1162 1163 * acconfig.h (PAGE_WIDTH): Set to reasonable value 78. 1164 1165Mon Mar 25 01:24:12 1996 Ulrich Drepper <drepper@myware> 1166 1167 * configure.in: Check for strstr() functions and add to @LIBOBJS@ 1168 if necessary. 1169 1170Sun Mar 24 17:37:29 1996 Ulrich Drepper <drepper@myware> 1171 1172 * configure.in (VERSION): Bump to 0.10.8. 1173 1174Sat Mar 23 02:49:04 1996 Ulrich Drepper <drepper@myware> 1175 1176 * aclocal.m4: Remove trailing empty lines. 1177 (md_PATH_PROG): Move near to other definitions necessary for 1178 internationalized packages. 1179 1180Fri Mar 1 15:04:38 1996 Ulrich Drepper <drepper@myware> 1181 1182 * aclocal.m4: Reorganized tests a bit: - don't look for libi.a 1183 when test for gettext() functions - before looking for libintl.a 1184 look for libintl.h 1185 1186 * configure.in (VERSION): Bump to 0.10.7. 1187 1188Thu Feb 29 23:43:55 1996 Ulrich Drepper <drepper@myware> 1189 1190 * configure.in (VERSION): Bump to 0.10.6. 1191 1192Thu Feb 15 04:40:53 1996 Ulrich Drepper <drepper@myware> 1193 1194 * configure.in (VERSION): Bump to 0.10.5. 1195 1196 * aclocal.m4 (nls_cv_use_nls): Rename to `USE_NLS' and substitute 1197 in Makefiles. 1198 1199 * Makefile.in (SUBDIRS): Always run through `po'. 1200 1201Wed Feb 14 01:56:43 1996 Ulrich Drepper <drepper@myware> 1202 1203 * configure.in (VERSION): BUMP to 0.10.4. 1204 1205Mon Feb 12 02:21:18 1996 Ulrich Drepper <drepper@myware> 1206 1207 * configure.in (VERSION): Bump to 0.10.3. 1208 1209Sat Feb 10 18:21:24 1996 Ulrich Drepper <drepper@myware> 1210 1211 * configure.in (ALL_LINGUAS): Add pl. 1212 1213Thu Jan 4 12:05:01 1996 Ulrich Drepper <drepper@myware> 1214 1215 * aclocal.m4 (ud_GNU_GETTEXT): Require AC_ISC_POSIX. 1216 1217Thu Jan 4 11:38:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1218 1219 * aclocal.m4 (ud_WITH_NLS): Fix typo. 1220 1221Wed Jan 3 20:53:53 1996 G\vran Uddeborg <gvran@uddeborg.pp.se> 1222 1223 * configure.in: Add AC_ISC_POSIX test. 1224 1225Sat Dec 30 15:27:54 1995 Ulrich Drepper <drepper@myware> 1226 1227 * aclocal.m4 (INTLSUB): We don't have to process it always. 1228 1229Fri Dec 29 21:14:14 1995 Ulrich Drepper <drepper@myware> 1230 1231 * Makefile.in (stamp-h): Remove file before touching. 1232 1233Fri Dec 29 16:38:32 1995 Ulrich Drepper <drepper@myware> 1234 1235 * configure.in (VERSION): Bump version to 0.10.2. 1236 1237Sun Dec 24 14:27:15 1995 Ulrich Drepper <drepper@myware> 1238 1239 * configure.in (ALL_LINGUAS): Add ko. 1240 1241Tue Dec 19 22:05:22 1995 Ulrich Drepper <drepper@myware> 1242 1243 * Makefile.in (stamp-h, Makefile, config.status): Explicitly use 1244 $(SHELL) for running shell scripts. 1245 1246Fri Dec 15 17:25:46 1995 Ulrich Drepper <drepper@myware> 1247 1248 * aclocal.m4: Clear nls_cv_header_intl and nls_cv_header_libgt to 1249 prevent using wrong values from cache. Reported by Andreas 1250 Schwab. 1251 1252Sat Dec 9 18:36:42 1995 Ulrich Drepper <drepper@myware> 1253 1254 * acconfig.h: Use PARAMS instead of __P. Suggested by Roland 1255 McGrath. 1256 1257Sat Dec 9 12:22:38 1995 Ulrich Drepper <drepper@myware> 1258 1259 * Makefile.in (distclean-local): Add `intl/VERSION' and remove 1260 `tupdate.perl'. 1261 1262Fri Dec 8 01:20:28 1995 Ulrich Drepper <drepper@myware> 1263 1264 * configure.in (VERSION): Bump to 0.10.1. 1265 1266Wed Dec 6 16:03:58 1995 ghazi@caip.rutgers.edu <Kaveh R. Ghazi> 1267 1268 * aclocal.m4 (md_TYPE_PTRDIFF_T): Fix check. 1269 1270Mon Dec 4 01:01:16 1995 Ulrich Drepper <drepper@myware> 1271 1272 * acconfig.h (PAGE__WIDTH): Because tupdate does not know about 1273 breaking lines after PAGE_WIDTH characters it is turned off for 1274 now. When msgmerge will be used it will be enabled again. 1275 1276 * configure.in (VERSION): Bump to 0.10. 1277 1278Sun Dec 3 02:22:00 1995 Ulrich Drepper <drepper@myware> 1279 1280 * Makefile.in (DISTFILES): New file BUGS. 1281 1282Sat Dec 2 03:17:10 1995 Ulrich Drepper <drepper@myware> 1283 1284 * configure.in: Add handling of README-alpha file. If current 1285 version is a test release we ship this file. Inspired by Jim 1286 Meyering configure.in. 1287 1288 * Makefile.in (DISTFILES): Add @DIST_ALPHA@. 1289 1290Tue Nov 21 02:27:48 1995 Ulrich Drepper <drepper@myware> 1291 1292 * Makefile.in: Make recursion loop aware of Make's -k option. 1293 Kudos to Jim Meyering. 1294 1295 * Makefile.in (DISTFILES): Add AUTHORS. 1296 1297Mon Nov 20 20:15:12 1995 Ulrich Drepper <drepper@myware> 1298 1299 * configure.in (VERSION): Bump to 0.9.14. 1300 1301Sat Nov 18 16:38:11 1995 Ulrich Drepper <drepper@myware> 1302 1303 * configure.in, aclocal.m4: Fix typo. 1304 1305 * aclocal.m4, configure.in: 1306 Now requires autoconf-2.5. Use new macro AC_CACHE_CHECK. 1307 1308Thu Nov 16 21:16:44 1995 Ulrich Drepper <drepper@myware> 1309 1310 * acconfig.h (PAGE_WIDTH): Add definition. 1311 1312Sat Nov 11 17:52:03 1995 Ulrich Drepper <drepper@myware> 1313 1314 * configure.in (VERSION): Bump to 0.9.13. 1315 1316Thu Nov 9 00:29:28 1995 Ulrich Drepper <drepper@myware> 1317 1318 * configure.in (AC_CHECK_FUNCS): Add getcwd. 1319 1320Tue Nov 7 13:45:47 1995 Ulrich Drepper <drepper@myware> 1321 1322 * aclocal.m4: Don't prepend $INTLDEPS to $LIBS. 1323 1324 * configure.in (VERSION): Bump to 0.9.12. 1325 1326 * aclocal.m4 (ud_WITH_NLS): 1327 Set LIBS to correct value and filter out -intl if necessary. 1328 1329 * Makefile.in (ABOUT-NLS): Forgot to continue line. 1330 1331 * aclocal.m4: Move ud_PATH_LISPDIR out of NLS region. 1332 1333 * Makefile.in (uninstall-local): 1334 Remove root-ABOUT-NLS instead of root-NLS. 1335 1336Mon Nov 6 17:27:52 1995 Ulrich Drepper <drepper@myware> 1337 1338 * Makefile.in: Be consistent with rm and &&. 1339 1340 * Makefile.in (ABOUT-NLS): Place file in $(srcdir). 1341 1342 * Makefile.in: Eliminate duplicate all-recursive rule. 1343 1344 * Makefile.in: 1345 Renamed README.NLS to ABOUT-NLS. Never again MS-DOG names! 1346 1347 * Makefile.in: Some more cleanups by François Pinard. 1348 1349 * configure.in (VERSION): Bump to 0.9.11. 1350 1351 * aclocal.m4 (ud_GNU_GETTEXT): 1352 Always create intl/ dir if it does not exist. 1353 1354 * aclocal.m4 (ud_PATH_LISP): 1355 Prefer share/ directory to lib/ directory if both exist. 1356 1357 * Makefile.in (all): 1358 Now a local call. Depends on all-local and all-recursive. 1359 (all-local): Depend on README.NLS. 1360 1361 * Makefile.in (install-src-local): 1362 Add README.NLS as dependency. Patch by François Pinard. 1363 1364Mon Nov 6 00:46:48 1995 Ulrich Drepper <drepper@myware> 1365 1366 * aclocal.m4 (md_TYPE_PTRDIFF_T): Cache result. 1367 1368 * configure.in (VERSION): Bump to 0.9.10. 1369 1370Sun Nov 5 21:58:34 1995 Ulrich Drepper <drepper@myware> 1371 1372 * configure.in (VERSION): Bump to 0.9.9. 1373 1374Sun Nov 5 21:52:22 1995 Ulrich Drepper <drepper@myware> 1375 1376 * README: Move advise for using GNU getetxt to intl/nls.texi. 1377 1378 * aclocal.m4: 1379 François reported that po2tbl.sed is not always generated. 1380 1381 * README: Some typos fixed by François Pinard. 1382 1383Sun Nov 5 19:39:05 1995 Ulrich Drepper <drepper@myware> 1384 1385 * Makefile.in (dist-gettext): 1386 Make synonym for dist. Recursive goal is now named 1387 dist-gettext. 1388 1389 * configure.in (VERSION): Bump to 0.9.8. 1390 1391 * Makefile.in: Rename NLS to README.NLS. 1392 Add rule for automatical generation of README.NLS. 1393 1394Sun Nov 5 11:36:53 1995 Ulrich Drepper <drepper@myware> 1395 1396 * Makefile.in (dist): Suppress error message when ln failed. 1397 Get files from $(srcdir) explicitly. 1398 1399Sat Nov 4 23:37:38 1995 Ulrich Drepper <drepper@myware> 1400 1401 * aclocal.m4: 1402 Fix typo: "Do not you" -> "Do not use". Reported by Tom Tromey. 1403 1404Fri Nov 3 00:03:34 1995 Ulrich Drepper <drepper@myware> 1405 1406 * Makefile.in (DISTFILES): Add TODO. 1407 1408Wed Nov 1 11:38:30 1995 Ulrich Drepper <drepper@myware> 1409 1410 * configure.in: 1411 Remove AC_FUNC_MMAP. This is tested in the intl/ specific part. 1412 1413 * configure.in (VERSION): Bump to 0.9.7. 1414 1415Sun Oct 29 12:02:01 1995 Ulrich Drepper <drepper@myware> 1416 1417 * configure.in: Replace AC_INSTALL_PROG with fp_INSTALL_PROG. 1418 1419 * aclocal.m4 (fp_PROG_INSTALL): Replace shell comments (#) by m4 1420 comments (dnl). This is necessary because autoconf would else 1421 find the AC_PROG_INSTALL word in the comment and report a missing 1422 definition. 1423 1424 * aclocal.m4: Use François' fp_PROG_INSTALL macro. 1425 1426Sat Oct 28 23:28:11 1995 Ulrich Drepper <drepper@myware> 1427 1428 * aclocal.m4: 1429 Test for dcgettext function when gettext is found in C library. This 1430 works around the missing function in Solaris 2.3. 1431 1432 * configure.in (VERSION): Bump to 0.9.6. 1433 1434Sat Oct 28 14:02:28 1995 Ulrich Drepper <drepper@myware> 1435 1436 * configure.in (VERSION): Bump to 0.9.5. 1437 1438Fri Oct 27 02:26:10 1995 Ulrich Drepper <drepper@myware> 1439 1440 * THANKS: Fix typo. 1441 1442 * configure.in (ALL_LINGUAS): Add sv. 1443 1444 * aclocal.m4: 1445 Use single quote where possible. Reported by Christian von Roques. 1446 1447 * Makefile.in (DISTFILES): Add DISCLAIM. 1448 1449Tue Sep 26 00:53:48 1995 Ulrich Drepper <drepper@myware> 1450 1451 * configure.in (md_TYPE_PTRDIFF_T): 1452 Add this macro for type in obstack.h. 1453 1454 * aclocal.m4: Handling of AC_FD_MSG is now correct in md_PATH_PROG. 1455 1456 * aclocal.m4: Correct last changes. Some newline were missing. 1457 1458Mon Sep 25 22:17:09 1995 Ulrich Drepper <drepper@myware> 1459 1460 * aclocal.m4 (md_PATH_PROG): 1461 Use this new macro instead of AC_PATH_PROG for msgfmt and 1462 xgettext program. This warns about uses of OpenWin versions (Wrgg). 1463 (md_TYPE_PTRDIFF_T): New test. Sun's compiler does not like the 1464 definition in obstack.h. 1465 All provided by Marcus Daniels. 1466 1467 * acconfig.h (HAVE_PTRDIFF_T): 1468 Add symbol because Sun's compiler cannot live with 1469 the definition in obstack.h. Reported by Marcus Daniels. 1470 1471Sat Sep 23 21:17:53 1995 Ulrich Drepper <drepper@myware> 1472 1473 * aclocal.m4 (stpcpy): One argument in test can be empty. 1474 Reported by Nelson Beebe. 1475 1476Thu Sep 21 18:05:41 1995 Ulrich Drepper <drepper@myware> 1477 1478 * acconfig.h (HAVE_STPCPY): Define for autoconf work around. 1479 1480 * aclocal.m4: Some strange things with autoconf-2.4.2: If a 1481 function is tested once in AC_REPLACE_FUNCS and later with 1482 AC_CHECK_FUNCS the second definition does not define the symbol in 1483 the header. Work around this. 1484 1485Wed Sep 20 22:36:04 1995 Ulrich Drepper <drepper@myware> 1486 1487 * acconfig.h, configure.in: Remove unneeded STD_INC_PATH definition. 1488 1489Tue Sep 19 00:09:23 1995 Ulrich Drepper <drepper@myware> 1490 1491 * configure.in (VERSION): Bump to 0.9.4. 1492 1493Sun Sep 17 17:37:45 1995 Ulrich Drepper <drepper@myware> 1494 1495 * configure.in (AC_PROG_YACC): 1496 Add check. Is now needed for msgfmt program. 1497 1498Thu Sep 7 00:19:11 1995 Ulrich Drepper <drepper@myware> 1499 1500 * Makefile.in (dist): Don't use long --gzip option for tar. 1501 1502Tue Aug 29 23:37:44 1995 Ulrich Drepper <drepper@myware> 1503 1504 * acconfig.h: Remove comment followinf #endif. We now use 1505 indentation. Reported by François Pinard. 1506 1507Sat Aug 19 23:21:19 1995 Ulrich Drepper <drepper@myware> 1508 1509 * Makefile.in: Correct install vs install-src goals. 1510 1511 * README: Add comment about alias data base. 1512 1513 * Makefile.in: Remove Emacs mode selection. 1514 1515 * configure.in: 1516 Generate intl/VERSION file in configure run. config.status will *not* 1517 create the file. 1518 (AC_OUTPUT): Remove intl/VERSION. 1519 1520 * Makefile.in: Make install call install-src-recursive and install-src. 1521 1522 * Makefile.in: 1523 Make install-local depend on install-src. I.e. the sources and 1524 gettextize will always be installed. 1525 1526 * Makefile.in: Make goal more appropriate for parallel build. 1527 Inspired by François Pinard. 1528 1529Fri Aug 18 23:44:56 1995 Ulrich Drepper <drepper@myware> 1530 1531 * configure.in (ALL_LINGUAS): 1532 Add no@nynorsk for nynorsk dialect of norwegian language. 1533 Provided by norwegian translation team. 1534 1535 * aclocal.m4, configure.in: Use AC_CHECK_FUNC instead of 1536 AC_FUNC_CHECK. 1537 1538 * configure.in (VERSION): Bump to 0.9.3. 1539 1540 * aclocal.m4 (ud_GNU_GETTEXT): Add stpcpy to AC_REPLACE_FUNCS. 1541 1542Tue Aug 15 13:15:17 1995 Ulrich Drepper <drepper@myware> 1543 1544 * configure.in (AC_OUTPUT): 1545 Generation of intl/VERSION in extra shell code failed. Now 1546 make it a autoconf'ed file. 1547 1548 * configure.in (AC_OUTPUT): Generate intl/VERSION file. 1549 1550Tue Aug 15 05:52:53 1995 Ulrich Drepper <drepper@myware> 1551 1552 * configure.in (AC_CHECK_FUNCS): Remove getcwd, putenv, and setenv. 1553 1554 * Makefile.in (install-src): 1555 Install NLS as root-NLS. Now also install aclocal.m4. 1556 1557Mon Aug 14 23:51:36 1995 Ulrich Drepper <drepper@myware> 1558 1559 * configure.in (AC_OUTPUT): 1560 Rewrite misc/gettextize instead of misc/makelinks. 1561 1562 * Makefile.in (prefix, gettextsrcdir): 1563 Directory values needed for installation. 1564 (INSTALL, INSTALL_DATA): Programs now needed for installing NLS file. 1565 (install-src, install-src-recursive): New rules for installing gettext 1566 sources for use in gettextize shell script. 1567 1568Sun Aug 13 14:38:19 1995 Ulrich Drepper <drepper@myware> 1569 1570 * aclocal.m4 (AC_CHECK_FUNCS): 1571 Unless the AC_FUNC_MMAP function does not check for the 1572 existence of the munmap function (which does not exist on NeXT) 1573 we do it ourself. Report by Marcus Daniels. 1574 1575 * aclocal.m4: 1576 Generate po/POTFILES correct even if srcdir is an absolute path. 1577 Report by Marcus Daniels. 1578 1579Wed Aug 9 01:21:56 1995 Ulrich Drepper <drepper@myware> 1580 1581 * configure.in (VERSION): Bump to 0.9.2. 1582 1583 * README: Mention points for normal user to install GNU gettext. 1584 1585Tue Aug 8 21:34:12 1995 Ulrich Drepper <drepper@myware> 1586 1587 * aclocal.m4 (AC_REPLACE_FUNCS): New, to test for strcasecmp. 1588 1589 * aclocal.m4: Fix typo: ditribution -> distribution. 1590 Report by François Pinard. 1591 1592Mon Aug 7 22:52:43 1995 Ulrich Drepper <drepper@myware> 1593 1594 * aclocal.m4 (ud_GNU_GETTEXT): 1595 Add AC_REQUIRE(...) for all test necessary for intl/ 1596 subdirectory. 1597 (AC_CHECK_HEADERS): Add limits.h, malloc.h, string.h, unistd.h, 1598 and values.h. 1599 (AC_CHECK_FUNCS): Add getcwd, putenv, setenv, strchr. 1600 Reported by François Pinard. 1601 1602 * configure.in (AC_REPLACE_FUNCS): 1603 strcspn is now placed here instead of in AC_CHECK_FUNCS. 1604 (AC_HAVE_HEADERS): Don't test for stdlib.h. 1605 Reported by François Pinard. 1606 1607Fri Aug 4 22:16:58 1995 Ulrich Drepper <drepper@myware> 1608 1609 * configure.in (Version): Bump to 0.9.1. 1610 1611 * configure.in (AC_OUTPUT): Remove unneeded `;'. 1612 1613 * Makefile.in (dist): Remove `copying instead' message. 1614 1615 * Makefile.in (dist): Change mode of directories to 777. 1616 Add option -o to tar command. 1617 1618Wed Aug 2 19:37:09 1995 Ulrich Drepper <drepper@myware> 1619 1620 * configure.in (VERSION): Bump to 0.9. 1621 1622 * configure.in (AC_OUTPUT): 1623 Add new file misc/makelinks and make it executable. 1624 1625Tue Aug 1 22:51:27 1995 Ulrich Drepper <drepper@myware> 1626 1627 * acconfig.h: Remove unneeded definition of HAVE_ASPRINTF. 1628 1629 * Makefile.in (SUBDIRS): 1630 make int doc/ first and unconditionally make in intl/. 1631 1632 * configure.in (VERSION): Bump to 0.8.2. 1633 1634Sun Jul 30 12:12:40 1995 Ulrich Drepper <drepper@myware> 1635 1636 * aclocal.m4 (ud_WITH_NLS): 1637 Don't define INTLOBJS when using systems gettext. 1638 Always define DATADIRNAME. 1639 Don't compute catalogs to be installed when --disable-nls is 1640 selected. 1641 1642Sat Jul 29 23:22:39 1995 Ulrich Drepper <drepper@myware> 1643 1644 * configure.in (ALL_LINGUAS): Add norwegian catalog. 1645 1646Sat Jul 22 01:13:06 1995 Ulrich Drepper <drepper@myware> 1647 1648 * configure.in (VERSION): Bump to 0.8.1. 1649 (ud_PATH_SITELISP): Replace with call to ud_PATH_LISPDIR. 1650 1651 * aclocal.m4 (ud_EMACS_TRY_PREFIX): Remove rule. 1652 (ud_PATH_SITELISP): Rename to ud_PATH_LISPDIR and simplify it it. 1653 By François Pinard. 1654 1655Wed Jul 19 02:22:18 1995 Ulrich Drepper <drepper@myware> 1656 1657 * aclocal.m4 (ud_PATH_SITELISP): 1658 If no Emacs program is found define ac_cv_path_sitelisp 1659 to `no'. 1660 1661 * configure.in (GETTEXTPRG): 1662 Remove variable. Always create and install gettext. 1663 1664Tue Jul 18 20:09:41 1995 Ulrich Drepper <drepper@myware> 1665 1666 * configure.in (VERSION): Bump to 0.8. 1667 1668Tue Jul 18 01:32:09 1995 Ulrich Drepper <drepper@myware> 1669 1670 * Makefile.in (DISTFILES): Remove magic.add. Now in misc/. 1671 (SUBDIRS): Add misc. 1672 1673 * README: Fix typo: one -> once. Reported by François Pinard. 1674 Mention that magic.add is now found in misc/. 1675 1676 * configure.in (VERSION): Bump to 0.7.5. 1677 (AC_OUTPUT): Add misc/Makefile. 1678 1679 * aclocal.m4 (ud_PATH_SITELISP): 1680 Remove command for test files was incorrectly placed. 1681 1682Tue Jul 18 00:27:22 1995 Ulrich Drepper <drepper@myware> 1683 1684 * magic.add: Moved to misc/. 1685 1686 * acconfig.h: Uniform test for __STDC__. 1687 1688Mon Jul 17 00:23:22 1995 Ulrich Drepper <drepper@myware> 1689 1690 * aclocal.m4 (ud_PATH_SITELISP): 1691 Try path given with configures --prefix option. 1692 1693Sun Jul 16 22:36:07 1995 Ulrich Drepper <drepper@myware> 1694 1695 * configure.in (SITELISPDIR, ELCFILES): 1696 Test for Emacs and generation of substition values 1697 is extended and now found in aclocal.m4. 1698 1699 * aclocal.m4 (ud_PATH_SITELISP, ud_EMACS_TRY_PREFIX): 1700 New rules to test for Emacs' site-lisp directory. 1701 1702Sun Jul 16 00:09:24 1995 Ulrich Drepper <drepper@myware> 1703 1704 * configure.in (ELCFILES): 1705 Substitute as Make variable: $(ELCFILES) instead of $ELCFILES. 1706 Reported by Eric Backus. 1707 1708 * configure.in (VERSION): Bump to 0.7.4. 1709 1710Sat Jul 15 00:48:11 1995 Ulrich Drepper <drepper@myware> 1711 1712 * acconfig.h (INVALID_PATH_CHAR): De-ANSI-fy string. 1713 1714 * configure.in (VERSION): Bump to 0.7.3. 1715 (AC_CHECK_FUNCS): Add mblen. 1716 (AC_OUTPUT): Due shorted file names now write src/tupdate. 1717 1718Thu Jul 13 22:35:36 1995 Ulrich Drepper <drepper@myware> 1719 1720 * configure.in (VERSION): Bump to 0.7.2. 1721 1722Thu Jul 13 01:40:17 1995 Ulrich Drepper <drepper@myware> 1723 1724 * aclocal.m4: po-to-msg.sed and po-to-tbl.sed are now called 1725 po2msg.sed and po2tbl.sed resp. 1726 1727 * configure.in: Check for Emacs. 1728 If Emacs exists, enable regeneration of *.elc files. 1729 (AC_OUTPUT): New file checks/Makefile. 1730 1731 * Makefile.in (SUBDIRS): New subdirectory `checks'. 1732 New goal check: simply recurse through all subdirectories. 1733 1734Wed Jul 12 00:26:12 1995 Ulrich Drepper <drepper@myware> 1735 1736 * NLS: New version by François Pinard. 1737 1738Tue Jul 11 21:43:49 1995 Ulrich Drepper <drepper@myware> 1739 1740 * acconfig.h (WARN_ID_LEN): 1741 new constant. Specifies length of messages from which 1742 on warnings are given to prevent breaking limits of compilers and 1743 tools. 1744 1745 * configure.in (AC_OUTPUT): tupdate.perl is now found in src/ 1746 1747Tue Jul 11 01:30:24 1995 Ulrich Drepper <drepper@myware> 1748 1749 * aclocal.m4 (ud_GNU_GETTEXT): Construct po-to-tbl.sed 1750 by removing comments. 1751 1752 * configure.in: Don't have default path for Perl. 1753 strtoul can now be substituted when necessary. 1754 1755Tue Jul 4 22:27:48 1995 Ulrich Drepper <drepper@myware> 1756 1757 * configure.in (VERSION): Bump to 0.7.1. 1758 1759 * aclocal.m4 (ud_GNU_GETTEXT): Correct loop for determining LINGUAS. 1760 1761 * configure.in (AC_REPLACE_FUNCS): Add memmove. 1762 1763Tue Jul 4 00:22:30 1995 Ulrich Drepper <drepper@myware> 1764 1765 * aclocal.m4: aclocal.m4: Create intl/ before writing sed script. 1766 1767Sun Jul 2 01:51:36 1995 Ulrich Drepper <drepper@myware> 1768 1769 * First official release. This directory solely contains 1770 the usual configuration stuff. 1771