diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-12-11 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): | ||
| 4 | Merge fixes from latest GNU tar version. These macros no longer | ||
| 5 | futz with _XOPEN_SOURCE, as that was not portable in practice. | ||
| 6 | (AC_FUNC_FSEEKO): New macro. | ||
| 7 | |||
| 8 | * configure.in: Use it instead of invoking AC_CHECK_FUNCS on | ||
| 9 | ftello. | ||
| 10 | |||
| 1 | 2000-12-05 Dave Love <fx@gnu.org> | 11 | 2000-12-05 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules. | 13 | * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules. |
| @@ -44,7 +54,7 @@ | |||
| 44 | * configure.in: Fix last change. | 54 | * configure.in: Fix last change. |
| 45 | 55 | ||
| 46 | * GETTING.GNU.SOFTWARE: Deleted. | 56 | * GETTING.GNU.SOFTWARE: Deleted. |
| 47 | * FTP: new file to replace it. | 57 | * FTP: New file to replace it. |
| 48 | * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. | 58 | * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. |
| 49 | 59 | ||
| 50 | 2000-11-20 Gerd Moellmann <gerd@gnu.org> | 60 | 2000-11-20 Gerd Moellmann <gerd@gnu.org> |