diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-11-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. | ||
| 4 | |||
| 5 | * configure: Regenerated. | ||
| 6 | |||
| 1 | 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7 | 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 8 | ||
| 3 | * Makefile.in (uninstall): Fix previous change. | 9 | * Makefile.in (uninstall): Fix previous change. |
diff --git a/src/ChangeLog b/src/ChangeLog index b0ac320cffe..989525dc051 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-11-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2001-11-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * config.in: Add #undef HAVE_COFF_H. | ||
| 4 | |||
| 3 | * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined. | 5 | * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined. |
| 4 | Required for ISC 4.1. | 6 | Required for ISC 4.1. |
| 5 | 7 | ||