1 2006-07-29 Bruno Haible <bruno (a] clisp.org> 2 3 * alloca.m4 (gl_PREREQ_ALLOCA): Add a dummy statement. Avoids a sh 4 syntax error. 5 6 2006-07-29 Bruno Haible <bruno (a] clisp.org> 7 8 * relocatable.m4: Add comments. 9 10 2006-07-23 Bruno Haible <bruno (a] clisp.org> 11 12 * openmp.m4: New file. 13 * Makefile.am (EXTRA_DIST): Add it. 14 15 2006-07-23 Bruno Haible <bruno (a] clisp.org> 16 17 * tls.m4: New file, from gnulib. 18 * Makefile.am (EXTRA_DIST): Add it. 19 20 2006-07-22 Bruno Haible <bruno (a] clisp.org> 21 22 * gl_list.m4: New file, from gnulib. 23 * Makefile.am (EXTRA_DIST): Add it. 24 25 2006-07-22 Bruno Haible <bruno (a] clisp.org> 26 27 * strtol.m4: Update from gnulib. 28 * strtoul.m4: Update from gnulib. 29 30 * strerror_r.m4: Update from gnulib. 31 32 * stdbool.m4: Update from gnulib. 33 34 * minmax.m4: New file, from gnulib. 35 * Makefile.am (EXTRA_DIST): Add it. 36 37 * mbswidth.m4: Update from gnulib. 38 39 * wcwidth.m4: New file, from gnulib. 40 * Makefile.am (EXTRA_DIST): Add it. 41 42 * getopt.m4: Update from gnulib. 43 44 * fnmatch.m4: Update from gnulib. 45 46 * error.m4: Update from gnulib. 47 * extensions.m4: Update from gnulib. 48 49 2006-07-21 Bruno Haible <bruno (a] clisp.org> 50 51 * gettext-0.15 released. 52 53 2006-07-21 Bruno Haible <bruno (a] clisp.org> 54 55 * stdarg.m4: Update from gnulib. 56 57 2006-07-21 Bruno Haible <bruno (a] clisp.org> 58 59 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to "1.1". 60 61 2006-07-19 Bruno Haible <bruno (a] clisp.org> 62 63 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume that 64 getline works on glibc2 systems. Needed to avoid trouble in 65 relocatable.c. 66 Reported by Nils Magnus Larsgard <nmlarsgaard (a] atmel.no>. 67 68 2006-06-28 Bruno Haible <bruno (a] clisp.org> 69 70 Assume <dirent.h> on all Unix platforms. Assume closedir works. 71 * backupfile.m4 (gt_PREREQ_BACKUPFILE): Don't invoke AC_HEADER_DIRENT, 72 AC_FUNC_CLOSEDIR_VOID. Instead test for dirent.h. 73 74 2006-06-27 Bruno Haible <bruno (a] clisp.org> 75 76 * Makefile.am (aclocal_DATA): Remove isc-posix.m4. 77 78 2006-06-27 Bruno Haible <bruno (a] clisp.org> 79 80 Assume correct S_ISDIR macro. 81 * tmpdir.m4 (gt_TMPDIR): Remove AC_STAT_MACROS_BROKEN invocation. 82 83 2006-06-27 Bruno Haible <bruno (a] clisp.org> 84 85 Assume working 'const'. 86 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_C_CONST invocation. 87 88 2006-06-27 Bruno Haible <bruno (a] clisp.org> 89 90 * setlocale.m4 (gt_SETLOCALE): Assume <locale.h> exists. 91 92 2006-04-14 Bruno Haible <bruno (a] clisp.org> 93 94 Assume autoconf >= 2.60. 95 * Makefile.am (docdir): Remove variable. 96 97 2006-06-17 Bruno Haible <bruno (a] clisp.org> 98 99 * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test 100 whether errno is declared. Assume <errno.h> declares errno. 101 102 2006-06-15 Eric Blake <ebb9 (a] byu.net> 103 104 * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror. 105 106 2006-06-04 Bruno Haible <bruno (a] clisp.org> 107 108 * Makefile.am (aclocal_DATA): Remove inttypes.m4, add inttypes-h.m4. 109 110 2006-06-04 Bruno Haible <bruno (a] clisp.org> 111 112 * locale-fr.m4 (gt_LOCALE_FR): Require AM_LANGINFO_CODESET. Verify 113 that nl_langinfo(CODESET) is nonempty. Set LC_CTYPE to empty for the 114 test. 115 (gt_LOCALE_FR_UTF8): Likewise. 116 Needed for MacOS X 10.3.x, to make the lang-tcl test work. 117 118 2006-05-30 Ralf Wildenhues <Ralf.Wildenhues (a] gmx.de> 119 120 * regex.m4 (gl_INCLUDED_REGEX): Fix M4 underquoting. 121 122 2006-04-30 Bruno Haible <bruno (a] clisp.org> 123 124 * relocatable.m4 (AC_RELOCATABLE): Also test for availability of 125 <unistd.h>, <mach-o/dyld.h>. _NSGetExecutablePath. 126 127 2006-05-09 Bruno Haible <bruno (a] clisp.org> 128 129 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set CLASSPATH_SEPARATOR to a 130 semicolon. 131 * javacomp.m4 (gt_JAVACOMP): Likewise. Use CLASSPATH_SEPARATOR for 132 the conftestver execution. 133 134 2006-04-30 Bruno Haible <bruno (a] clisp.org> 135 136 * stdarg.m4: New file. 137 * Makefile.am (EXTRA_DIST): Add it. 138 139 2006-05-01 Bruno Haible <bruno (a] clisp.org> 140 141 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an optional 142 target-version argument. Verify that the compiler groks source of the 143 specified source-version, or add -source option as necessary. Verify 144 that the compiler produces bytecode in the specified target-version, 145 or add -target and -source options as necessary. Make the result of 146 the test available as variable CONF_JAVAC. Also log error output in 147 config.log. 148 149 2006-04-23 Bruno Haible <bruno (a] clisp.org> 150 151 * unistd_h.m4: New file, from gnulib. 152 * Makefile.am (EXTRA_DIST): Add it. 153 154 2006-04-14 Bruno Haible <bruno (a] clisp.org> 155 156 Prepare for autoconf-2.60. 157 * regex.m4 (gl_INCLUDED_REGEX): Include <stdlib.h>, for exit() 158 declaration. 159 160 2006-03-12 Bruno Haible <bruno (a] clisp.org> 161 162 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test available as 163 variable CONF_JAVA, for subsequent autoconf tests. Also log error 164 output in config.log. 165 166 2006-03-11 Bruno Haible <bruno (a] clisp.org> 167 168 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x. 169 170 2005-12-04 Bruno Haible <bruno (a] clisp.org> 171 172 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix' launcher 173 (untested). 174 175 2005-12-04 Bruno Haible <bruno (a] clisp.org> 176 177 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS. 178 179 2005-11-24 Bruno Haible <bruno (a] clisp.org> 180 181 Cygwin portability. 182 * relocatable.m4 (AC_RELOCATABLE): Require AC_EXEEXT. Arrange to set 183 RELOC_EXEEXT while invoking install-reloc. 184 185 2005-09-20 Bruno Haible <bruno (a] clisp.org> 186 187 * bison-i18n.m4: New file, from bison-2.1. 188 * Makefile.am (EXTRA_DIST): Add it. 189 190 2005-08-23 Bruno Haible <bruno (a] clisp.org> 191 192 * byteswap.m4: New file, from gnulib. 193 * Makefile.am (EXTRA_DIST): Add byteswap.m4. 194 195 2005-08-13 Bruno Haible <bruno (a] clisp.org> 196 197 * java.m4: New file. 198 * Makefile.am (EXTRA_DIST): Add it. 199 200 2005-08-16 Bruno Haible <bruno (a] clisp.org> 201 202 * strcase.m4: Remove file. 203 * Makefile.am (EXTRA_DIST): Remove it. 204 205 2005-07-24 Bruno Haible <bruno (a] clisp.org> 206 207 Tidy up exported symbols. 208 * Makefile.am (aclocal_DATA): Add visibility.m4. 209 210 2005-07-16 Bruno Haible <bruno (a] clisp.org> 211 212 * Makefile.am (aclocal_DATA): Add lock.m4. 213 214 2005-07-05 Bruno Haible <bruno (a] clisp.org> 215 216 * relocatable.m4 (AC_RELOCATABLE): On mingw, simply set 217 SET_RELOCATABLE to a trivial value. 218 219 2005-07-05 Bruno Haible <bruno (a] clisp.org> 220 221 * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current 222 autoconf CVS. Needed for mingw. 223 224 2005-05-01 Bruno Haible <bruno (a] clisp.org> 225 226 * csharpexec-test.exe: New file. 227 * csharpexec.m4 (gt_CSHARPEXEC): Test whether the C# engine can execute 228 it. 229 * Makefile.am (examplesbuildaux_DATA, EXTRA_DIST): Add 230 csharpexec-test.exe. 231 232 2005-05-01 Bruno Haible <bruno (a] clisp.org> 233 234 * csharpcomp.m4 (gt_CSHARPCOMP): Check that cscc can actually compile 235 a trivial program. 236 Reported by Pierre <pierre42d (a] 9online.fr>. 237 238 2006-06-21 Bruno Haible <bruno (a] clisp.org> 239 240 * gettext-0.14.6 released. 241 242 2005-05-23 Bruno Haible <bruno (a] clisp.org> 243 244 * gettext-0.14.5 released. 245 246 2005-04-11 Bruno Haible <bruno (a] clisp.org> 247 248 * gettext-0.14.4 released. 249 250 2005-03-22 Bruno Haible <bruno (a] clisp.org> 251 252 * Makefile.am (examplesbuildauxdir): Renamed from examplesconfigdir. 253 (examplesbuildaux_DATA): Renamed from examplesconfig_DATA. 254 255 2005-03-14 Bruno Haible <bruno (a] clisp.org> 256 257 * gettext-0.14.3 released. 258 259 2005-03-01 Bruno Haible <bruno (a] clisp.org> 260 261 * exitfail.m4, getopt.m4, hard-locale.m4, memchr.m4, pathmax.m4: 262 * quote.m4, quotearg.m4, regex.m4, restrict.m4, strdup.m4, strerror.m4: 263 * xreadlink.m4: Update from gnulib. 264 265 2005-02-24 Bruno Haible <bruno (a] clisp.org> 266 267 * gettext-0.14.2 released. 268 269 2005-02-13 Bruno Haible <bruno (a] clisp.org> 270 271 * locale-fr.m4 (gt_LOCALE_FR): If no locale was found or if the OS is 272 Darwin7, use 'none' instead of 'fr_FR'. 273 (gt_LOCALE_FR_UTF8): New macro. 274 275 2005-02-13 Bruno Haible <bruno (a] clisp.org> 276 277 * strtoul.m4: New file, from gnulib. 278 * strtol.m4: New file, from gnulib. 279 * Makefile.am (EXTRA_DIST): Add strtol.m4, strtoul.m4. 280 281 2005-01-28 Bruno Haible <bruno (a] clisp.org> 282 283 * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of 284 AIX, the replacement has to be done only after <string.h> is included, 285 therefore not in config.h. stpncpy.h does the replacement, and 286 stpncpy.c uses it. 287 288 2005-01-19 Bruno Haible <bruno (a] clisp.org> 289 290 * alloca.m4, allocsa.m4, backupfile.m4, canonicalize.m4, csharpcomp.m4: 291 * csharpexec.m4, csharp.m4, eaccess.m4, eealloc.m4, error.m4: 292 * exitfail.m4, extensions.m4, fnmatch.m4, gcj.m4, getline.m4: 293 * getndelim2.m4, getopt.m4, hard-locale.m4, hostname.m4, javacomp.m4: 294 * javaexec.m4, libgrep.m4, locale-fr.m4, mbrtowc.m4, mbstate_t.m4: 295 * mbswidth.m4, memchr.m4, mkdtemp.m4, onceonly.m4, pathmax.m4: 296 * quotearg.m4, quote.m4, readlink.m4, relocatable.m4, restrict.m4: 297 * setenv.m4, setlocale.m4, sig_atomic_t.m4, siginfo.m4: 298 * signalblocking.m4, ssize_t.m4, stdbool.m4, stpncpy.m4, strcase.m4: 299 * strdup.m4, strerror.m4, strerror_r.m4, tmpdir.m4, unionwait.m4: 300 * unlocked-io.m4, xreadlink.m4: 301 Use an all-permissive copyright notice, recommended by RMS. 302 303 2005-01-14 Bruno Haible <bruno (a] clisp.org> 304 305 * stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to 306 gnu_stpncpy. Needed for AIX. 307 308 2005-01-08 Bruno Haible <bruno (a] clisp.org> 309 310 * libgrep.m4: New file. 311 * hard-locale.m4: New file, from gnulib. 312 * memchr.m4: New file, from gnulib. 313 * regex.m4: New file, from gnulib. 314 * restrict.m4: New file, from gnulib. 315 * strdup.m4: New file, from gnulib. 316 317 2005-01-06 Bruno Haible <bruno (a] clisp.org> 318 319 * strcase.m4: New file, from gnulib. 320 * Makefile.am (EXTRA_DIST): Add it. 321 322 2005-01-06 Bruno Haible <bruno (a] clisp.org> 323 324 * stpncpy.m4: New file, from gnulib. 325 * Makefile.am (EXTRA_DIST): Add it. 326 327 2005-01-06 Bruno Haible <bruno (a] clisp.org> 328 329 * error.m4: Upgrade from gnulib. 330 331 2005-01-06 Bruno Haible <bruno (a] clisp.org> 332 333 * quote.m4: New file, from gnulib. 334 * Makefile.am (EXTRA_DIST): Add quote.m4. 335 336 2005-01-06 Bruno Haible <bruno (a] clisp.org> 337 338 * exitfail.m4: New file, from gnulib. 339 * Makefile.am (EXTRA_DIST): Add exitfail.m4. 340 341 2005-01-06 Bruno Haible <bruno (a] clisp.org> 342 343 * Makefile.am (EXTRA_DIST): Add getopt.m4. 344 * getopt.m4: New file, from gnulib. 345 346 2005-01-06 Bruno Haible <bruno (a] clisp.org> 347 348 * fnmatch.m4: Upgrade from gnulib. 349 350 2005-01-06 Bruno Haible <bruno (a] clisp.org> 351 352 * stdbool.m4: Upgrade to gnulib version. 353 354 2004-11-02 Bruno Haible <bruno (a] clisp.org> 355 356 * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv() 357 returns void. 358 359 2004-10-04 Paul Eggert <eggert (a] cs.ucla.edu> 360 361 * unlocked-io.m4: Add copyright notice. 362 (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO. 363 364 2004-06-01 Paul Eggert <eggert (a] cs.ucla.edu> 365 366 * quotearg.m4: Fix copyright date and/or serial number. 367 368 2003-11-24 Bruno Haible <bruno (a] clisp.org> 369 370 * allocsa.m4 (gl_ALLOCSA): Require also gl_AC_TYPE_LONG_LONG and 371 gt_TYPE_LONGDOUBLE. 372 373 2003-09-17 Paul Eggert <eggert (a] twinsun.com> 374 375 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first, 376 to avoid spurious warnings like "AC_RUN_IFELSE was called before 377 gl_USE_SYSTEM_EXTENSIONS" from autoreconf. 378 379 2003-09-12 Paul Eggert <eggert (a] twinsun.com> 380 381 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX 382 and AC_MINIX, too, so that their extensions are available. 383 384 2003-09-10 Bruno Haible <bruno (a] clisp.org> 385 386 * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check. 387 388 2003-09-10 Bruno Haible <bruno (a] clisp.org> 389 390 * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove 391 <stdlib.h> and <string.h> checks. 392 393 2004-04-26 Bruno Haible <bruno (a] clisp.org> 394 395 * csharpcomp.m4 (gt_CSHARPCOMP): Avoid using !. 396 Reported by Alexandre Duret-Lutz. 397 398 2004-04-19 Bruno Haible <bruno (a] clisp.org> 399 400 * error.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses. 401 402 2004-04-19 Bruno Haible <bruno (a] clisp.org> 403 404 * mbrtowc.m4: Change jm_ to gl_ in cache variables as well. 405 406 2004-04-18 Jim Meyering <jim (a] meyering.net> 407 408 * mbswidth.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses. 409 * mkdtemp.m4: Likewise. 410 * unlocked-io.m4: Likewise. 411 * quotearg.m4: Likewise. 412 413 2004-03-18 Paul Eggert <eggert (a] twinsun.com> 414 Bruno Haible <bruno (a] clisp.org> 415 416 * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares 417 mbswidth. 418 419 2004-03-08 Bruno Haible <bruno (a] clisp.org> 420 421 * csharpcomp.m4 (gt_CSHARPCOMP): Test whether csc is not the chicken 422 scheme's 'csc' compiler. 423 Reported by Colin Marquardt <colin (a] marquardt-home.de>. 424 425 2004-01-18 Bruno Haible <bruno (a] clisp.org> 426 427 * csharp.m4 (gt_CSHARP_CHOICE): Drop extra quoting of the # sign. 428 429 2004-02-07 Bruno Haible <bruno (a] clisp.org> 430 431 * mbstate_t.m4: Update from gnulib. 432 * mbswidth.m4: Invoke AC_TYPE_MBSTATE_T instead of AC_MBSTATE_T. 433 * quotearg.m4: New file, from gnulib. 434 * Makefile.am (EXTRA_DIST): Add quotearg.m4. 435 436 2004-02-02 Bruno Haible <bruno (a] clisp.org> 437 438 * Makefile.am (aclocal_DATA): Add glibc2.m4. 439 440 2004-01-29 Bruno Haible <bruno (a] clisp.org> 441 442 * gettext-0.14.1 released. 443 444 2004-01-29 Bruno Haible <bruno (a] clisp.org> 445 446 * csharpcomp.m4 (gt_CSHARPCOMP): Fix typo. 447 448 2004-01-28 Bruno Haible <bruno (a] clisp.org> 449 450 * gettext-0.14 released. 451 452 2004-01-10 Bruno Haible <bruno (a] clisp.org> 453 454 * csharp.m4: New file. 455 * csharpcomp.m4 (gt_CSHARPCOMP): Require gt_CSHARP_CHOICE. Respect the 456 CSHARP_CHOICE given by the --enable-csharp option. 457 * csharpexec.m4 (gt_CSHARPEXEC): Require gt_CSHARP_CHOICE. Respect the 458 CSHARP_CHOICE given by the --enable-csharp option. 459 * Makefile.am (EXTRA_DIST): Add csharp.m4. 460 461 2003-12-26 Bruno Haible <bruno (a] clisp.org> 462 463 Support for C#. 464 * csharpcomp.m4: New file. 465 * csharpexec.m4: New file. 466 * Makefile.am (examplesconfig_DATA): Add them. 467 (EXTRA_DIST): Likewise. 468 469 2003-11-30 Bruno Haible <bruno (a] clisp.org> 470 471 * allocsa.m4: New file. 472 * eealloc.m4: New file. 473 * setenv.m4 (gl_PREREQ_SETENV): Require gl_ALLOCSA instead of 474 AC_FUNC_ALLOCA. 475 * Makefile.am (EXTRA_DIST): Add allocsa.m4, eealloc.m4. 476 477 2003-12-17 Bruno Haible <bruno (a] clisp.org> 478 479 * gettext-0.13.1 released. 480 481 2003-11-30 Bruno Haible <bruno (a] clisp.org> 482 483 * gettext-0.13 released. 484 485 2003-11-23 Bruno Haible <bruno (a] clisp.org> 486 487 * ssize_t.m4: New file, moved here from ../../gettext-runtime/m4/. 488 * Makefile.am (aclocal_DATA): Remove ssize_t.m4. 489 (EXTRA_DIST): Add ssize_t.m4. 490 491 2003-11-16 Bruno Haible <bruno (a] clisp.org> 492 493 * size_max.m4: Remove file, moved to ../../gettext-runtime/m4/. 494 * ssize_t.m4: Remove file, moved to ../../gettext-runtime/m4/. 495 * xsize.m4: Remove file, moved to ../../gettext-runtime/m4/. 496 * Makefile.am (aclocal_DATA): Add size_max.m4, ssize_t.m4, xsize.m4. 497 (EXTRA_DIST): Remove size_max.m4, ssize_t.m4, xsize.m4. 498 499 2003-11-15 Bruno Haible <bruno (a] clisp.org> 500 501 * Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New 502 variables. 503 504 2003-11-09 Bruno Haible <bruno (a] clisp.org> 505 506 * javaexec.m4 (gt_JAVAEXEC): Accept two optional arguments, denoting 507 a test class to execute. 508 509 2003-11-11 Bruno Haible <bruno (a] clisp.org> 510 511 * size_max.m4: New file, from gnulib. 512 * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX. 513 * Makefile.am (EXTRA_DIST): Add size_max.m4. 514 515 2003-11-04 Bruno Haible <bruno (a] clisp.org> 516 517 * xsize.m4: New file. 518 * Makefile.am (EXTRA_DIST): Add it. 519 520 2003-10-21 Bruno Haible <bruno (a] clisp.org> 521 522 * canonicalize.m4 (gl_PREREQ_CANONICALIZE): Also test for readlink(). 523 524 2003-10-14 Bruno Haible <bruno (a] clisp.org> 525 526 * sig_atomic_t.m4: New file. 527 * Makefile.am (EXTRA_DIST): Add it. 528 529 2003-10-04 Bruno Haible <bruno (a] clisp.org> 530 531 * flex.m4: Remove file. 532 * Makefile.am (EXTRA_DIST): Remove it. 533 534 2003-09-04 Bruno Haible <bruno (a] clisp.org> 535 536 * locale-fr.m4 (gt_LOCALE_FR): Add support for Solaris 7. 537 538 2003-08-26 Bruno Haible <bruno (a] clisp.org> 539 540 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. 541 This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' 542 followed by '#define fnmatch fnmatch_posix' gives an error. 543 544 2003-08-24 Bruno Haible <bruno (a] clisp.org> 545 546 * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@, 547 since the substitution of @host@ may occur before the substitution of 548 @SET_RELOCATABLE@. 549 550 2002-12-24 Bruno Haible <bruno (a] clisp.org> 551 552 * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use 553 onceonly macros. 554 555 2002-12-17 Bruno Haible <bruno (a] clisp.org> 556 557 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h, 558 stdlib.h, string.h. 559 560 2003-02-17 Bruno Haible <bruno (a] clisp.org> 561 562 * mkdtemp.m4 (gl_PREREQ_MKDTEMP): New macro. 563 (gt_FUNC_MKDTEMP): Invoke it. Invoke jm_AC_TYPE_UINTMAX_T instead of 564 just jm_AC_HEADER_INTTYPES_H and jm_AC_HEADER_STDINT_H. 565 566 2003-08-23 Bruno Haible <bruno (a] clisp.org> 567 568 * getline.m4: Update from gnulib. 569 * getndelim2.m4: New file, from gnulib. 570 * Makefile.am (EXTRA_DIST): Add getndelim2.m4. 571 572 2003-08-23 Bruno Haible <bruno (a] clisp.org> 573 574 * fnmatch.m4: Replace with the version from gnulib. 575 576 2002-12-24 Bruno Haible <bruno (a] clisp.org> 577 578 * setenv.m4 (gt_FUNC_SETENV): New macro. 579 (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4 580 when invoked twice. 581 (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old 582 gt_FUNC_SETENV. 583 584 2003-08-23 Bruno Haible <bruno (a] clisp.org> 585 586 * stdbool.m4: Replace with the version from gnulib, without 587 AC_HEADER_STDBOOL. 588 589 2003-08-23 Bruno Haible <bruno (a] clisp.org> 590 591 * Makefile.am (EXTRA_DIST): Add extensions.m4. 592 593 2003-08-08 Paul Eggert <eggert (a] twinsun.com> 594 595 * extensions.m4: New file. 596 * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): 597 Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE. 598 599 2003-07-01 Paul Eggert <eggert (a] twinsun.com> 600 601 * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since 602 xreadlink.c now includes it unconditionally. 603 604 2003-08-16 Paul Eggert <eggert (a] twinsun.com> 605 606 * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, 607 fixing a typo. 608 609 2003-07-01 Bruno Haible <bruno (a] clisp.org> 610 611 * readlink.m4: New file, from gnulib. 612 * Makefile.am (EXTRA_DIST): Add it. 613 614 2003-07-01 Bruno Haible <bruno (a] clisp.org> 615 616 * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h> 617 should be sufficient. 618 Reported by Paul Eggert. 619 620 2003-07-01 Bruno Haible <bruno (a] clisp.org> 621 622 * backupfile.m4 (gt_PREREQ_BACKUPFILE): Remove limits.h check. 623 624 2003-05-28 Paul Eggert <eggert (a] twinsun.com> 625 626 * pathmax.m4 (gl_PATHMAX): Don't check for limits.h. 627 * xreadlink.m4 (gl_XREADLINK): Likewise. 628 629 2003-06-22 Bruno Haible <bruno (a] clisp.org> 630 631 Portability to mingw32. 632 * ssize_t.m4 (gt_TYPE_SSIZE_T): Test for unistd.h. 633 * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T. 634 Reported by Jeff Bonggren <jbon (a] cfl.rr.com>. 635 636 2003-06-19 Bruno Haible <bruno (a] clisp.org> 637 638 * Makefile.am (aclocal_DATA): Add intmax.m4, longdouble.m4, 639 longlong.m4, printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4. 640 641 2003-06-19 Bruno Haible <bruno (a] clisp.org> 642 643 * locale-fr.m4: New file. 644 * Makefile.am (EXTRA_DIST): Add it. 645 646 2003-05-22 Bruno Haible <bruno (a] clisp.org> 647 648 * gettext-0.12.1 released. 649 650 2003-05-17 Bruno Haible <bruno (a] clisp.org> 651 652 * gettext-0.12 released. 653 654 2003-05-09 Bruno Haible <bruno (a] clisp.org> 655 656 * strerror_r.m4: New file, from gnulib. 657 * unlocked-io.m4: New file, from gnulib. 658 * Makefile.am (EXTRA_DIST): Add them. 659 660 2003-04-29 Bruno Haible <bruno (a] clisp.org> 661 662 * Makefile.am (aclocal_DATA): Add nls.m4 and po.m4. 663 664 2003-04-10 Bruno Haible <bruno (a] clisp.org> 665 666 * eaccess.m4: New file. 667 * Makefile.am (EXTRA_DIST): Add it. 668 669 2003-04-06 Bruno Haible <bruno (a] clisp.org> 670 671 * relocatable.m4 (AC_RELOCATABLE_NOP): New macro. 672 (AC_RELOCATABLE_LIBRARY): Use it. 673 674 2003-04-05 Bruno Haible <bruno (a] clisp.org> 675 676 * canonicalize.m4 (gl_CANONICALIZE): Use AC_CHECK_FUNCS, so that 677 HAVE_CANONICALIZE_FILE_NAME gets defined. 678 * error.m4 (jm_PREREQ_ERROR): New macro. 679 (gt_FUNC_ERROR_AT_LINE): Invoke it. 680 681 2003-04-05 Bruno Haible <bruno (a] clisp.org> 682 683 * relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of 684 ${prefix}, not the current value. 685 686 2003-03-18 Bruno Haible <bruno (a] clisp.org> 687 688 * onceonly.m4: Update from gnulib. 689 690 2003-02-28 Bruno Haible <bruno (a] clisp.org> 691 692 Support for relocatable installation. 693 * canonicalize.m4: New file. 694 * relocatable.m4: New file. 695 * strerror.m4: New file. 696 * xreadlink.m4: New file. 697 * Makefile.am (EXTRA_DIST): Add them. 698 699 2003-02-28 Bruno Haible <bruno (a] clisp.org> 700 701 * pathmax.m4: New file, from gnulib. 702 * Makefile.am (EXTRA_DIST): Add it. 703 704 2003-02-22 Bruno Haible <bruno (a] clisp.org> 705 706 * flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed 707 any more with automake-1.7.2. 708 709 2003-02-19 Bruno Haible <bruno (a] clisp.org> 710 711 * stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in 712 declarations. Needed for HP-UX 11 cc. 713 714 2003-02-12 Bruno Haible <bruno (a] clisp.org> 715 716 * Makefile.am: Update for new directory structure. 717 (EXTRA_DIST): Add ChangeLog.0. 718 719 720 See ChangeLog.0 for earlier changes. 721