aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-06-06 09:04:22 +0000
committerDave Love2003-06-06 09:04:22 +0000
commiteb3b52fa8857768e090fe69a0036fa7ae4744ca9 (patch)
tree20d2ae16aa88e1183a72e0a5760eb584a9b1726b
parentf11aa0b29e36f10841f44622c7a1065231e97826 (diff)
downloademacs-eb3b52fa8857768e090fe69a0036fa7ae4744ca9.tar.gz
emacs-eb3b52fa8857768e090fe69a0036fa7ae4744ca9.zip
Check for locale.h.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c1d08fbe45..2f11d3a8ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
12003-06-06 Dave Love <fx@gnu.org>
2
3 * configure.in: Check for locale.h.
4
12003-06-05 Dave Love <fx@gnu.org> 52003-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
72003-06-02 Richard M. Stallman <rms@gnu.org> 122003-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
1409AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1409AC_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)
1413dnl On Solaris 8 there's a compilation warning for term.h because 1413dnl On Solaris 8 there's a compilation warning for term.h because
1414dnl it doesn't define `bool'. 1414dnl it doesn't define `bool'.
1415AC_CHECK_HEADERS(term.h, , , -) 1415AC_CHECK_HEADERS(term.h, , , -)