diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
| @@ -1,3 +1,71 @@ | |||
| 1 | 2011-03-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * autogen/update_autogen: Pass -f to autoreconf. | ||
| 4 | |||
| 5 | * autogen.sh (get_version): Discard "not found" lines. | ||
| 6 | (check_version): Respect $AUTOCONF etc environment variables. | ||
| 7 | |||
| 8 | 2011-03-27 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro. | ||
| 11 | (AH_BOTTOM): Do not define SIGTYPE. | ||
| 12 | |||
| 13 | 2011-03-26 Glenn Morris <rgm@gnu.org> | ||
| 14 | |||
| 15 | * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK, | ||
| 16 | AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE. | ||
| 17 | |||
| 18 | 2011-03-25 Andreas Schwab <schwab@linux-m68k.org> | ||
| 19 | |||
| 20 | * autogen/update_autogen: Remove useless function keyword. | ||
| 21 | |||
| 22 | 2011-03-25 Eli Zaretskii <eliz@gnu.org> | ||
| 23 | |||
| 24 | * config.bat: Generate src/config.h and lib/Makefile from | ||
| 25 | autogen/config.in and autogen/Makefile.in. | ||
| 26 | |||
| 27 | 2011-03-25 Glenn Morris <rgm@gnu.org> | ||
| 28 | |||
| 29 | * compile, config.guess, config.sub, depcomp, install-sh, missing: | ||
| 30 | Remove; autoreconf can supply them. | ||
| 31 | * Makefile.in (sync-from-gnulib): Don't sync config.sub, | ||
| 32 | config.guess, install-sh. Pass -i to autoreconf. | ||
| 33 | * autogen/update_autogen (genfiles): Add compile, config.guess, | ||
| 34 | config.sub, depcomp, install-sh, missing. Pass -i to autoreconf. | ||
| 35 | Discard non-error output from autoreconf in -q case. | ||
| 36 | * autogen/compile, autogen/config.guess, autogen/config.sub: | ||
| 37 | * autogen/depcomp, autogen/install-sh, autogen/missing: New. | ||
| 38 | * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp, | ||
| 39 | install-sh, missing. | ||
| 40 | |||
| 41 | 2011-03-23 Glenn Morris <rgm@gnu.org> | ||
| 42 | |||
| 43 | * autogen/update_autogen: Fix typo. | ||
| 44 | (msg): Remove function; use `exec' instead. | ||
| 45 | |||
| 46 | * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs. | ||
| 47 | (sync-from-gnulib): Don't sync mkinstalldirs. | ||
| 48 | * make-dist: Don't distribute mkinstalldirs. | ||
| 49 | |||
| 50 | 2011-03-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 51 | |||
| 52 | Fix more problems found by GCC 4.5.2's static checks. | ||
| 53 | * Makefile.in (GNULIB_MODULES): Add socklen. | ||
| 54 | * configure.in: Do not check for sys/socket.h, since socklen does that. | ||
| 55 | * m4/socklen.m4: New automatically-generated file, from gnulib. | ||
| 56 | |||
| 57 | fakemail: Remove dependency on ignore-value. | ||
| 58 | * Makefile.in (GNULIB_MODULES): Add stdio. | ||
| 59 | * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically | ||
| 60 | imported from gnulib. | ||
| 61 | * .bzrignore: Add lib/stdio.h. | ||
| 62 | |||
| 63 | 2011-03-22 Glenn Morris <rgm@gnu.org> | ||
| 64 | |||
| 65 | * autogen/copy_autogen: Work from ./ or ../. | ||
| 66 | Fix time-stamps. | ||
| 67 | * autogen.sh: Doc fix. | ||
| 68 | |||
| 1 | 2011-03-20 Glenn Morris <rgm@gnu.org> | 69 | 2011-03-20 Glenn Morris <rgm@gnu.org> |
| 2 | 70 | ||
| 3 | * autogen/: New directory, to be excluded from releases. | 71 | * autogen/: New directory, to be excluded from releases. |