diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | configure: new option --enable-gcc-warnings (Bug#11207) | 3 | configure: new option --enable-gcc-warnings (Bug#11207) |
| 4 | I have been using this change for many months in my private copy | 4 | I have been using this change for many months in my private copy |
| @@ -15,6 +15,17 @@ | |||
| 15 | * lib/Makefile.am (AM_CFLAGS): New macro. | 15 | * lib/Makefile.am (AM_CFLAGS): New macro. |
| 16 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. | 16 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. |
| 17 | 17 | ||
| 18 | 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 19 | |||
| 20 | * configure.in (AC_CHECK_FUNCS): | ||
| 21 | Add getpwent, endpwent, getgrent, endgrent. (Bug#7900) | ||
| 22 | |||
| 23 | 2012-04-16 Glenn Morris <rgm@gnu.org> | ||
| 24 | |||
| 25 | * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable. | ||
| 26 | |||
| 27 | * configure.in: Remove X libs workaround for old autoconf. | ||
| 28 | |||
| 18 | 2012-04-12 Ken Brown <kbrown@cornell.edu> | 29 | 2012-04-12 Ken Brown <kbrown@cornell.edu> |
| 19 | 30 | ||
| 20 | * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398) | 31 | * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398) |