diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,8 +1,13 @@ | |||
| 1 | 2003-06-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Check for locale.h. | ||
| 4 | |||
| 1 | 2003-06-05 Dave Love <fx@gnu.org> | 5 | 2003-06-05 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use | 7 | * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use |
| 4 | AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. | 8 | AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. |
| 5 | (NLIST_STRUCT): Don't define. | 9 | (NLIST_STRUCT): Don't define. |
| 10 | (AH_BOTTOM): Define my_strftime. | ||
| 6 | 11 | ||
| 7 | 2003-06-02 Richard M. Stallman <rms@gnu.org> | 12 | 2003-06-02 Richard M. Stallman <rms@gnu.org> |
| 8 | 13 | ||
diff --git a/configure.in b/configure.in index fd2dd9f089d..a44d3bf00a1 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1409,7 +1409,7 @@ dnl checks for header files | |||
| 1409 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | 1409 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ |
| 1410 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ | 1410 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
| 1411 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ | 1411 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ |
| 1412 | sys/param.h sys/vlimit.h sys/resource.h) | 1412 | sys/param.h sys/vlimit.h sys/resource.h locale.h) |
| 1413 | dnl On Solaris 8 there's a compilation warning for term.h because | 1413 | dnl On Solaris 8 there's a compilation warning for term.h because |
| 1414 | dnl it doesn't define `bool'. | 1414 | dnl it doesn't define `bool'. |
| 1415 | AC_CHECK_HEADERS(term.h, , , -) | 1415 | AC_CHECK_HEADERS(term.h, , , -) |