Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb3b52fa
Commit
eb3b52fa
authored
Jun 06, 2003
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for locale.h.
parent
f11aa0b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
eb3b52fa
2003-06-06 Dave Love <fx@gnu.org>
* configure.in: Check for locale.h.
2003-06-05 Dave Love <fx@gnu.org>
2003-06-05 Dave Love <fx@gnu.org>
* configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use
* configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use
AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
(NLIST_STRUCT): Don't define.
(NLIST_STRUCT): Don't define.
(AH_BOTTOM): Define my_strftime.
2003-06-02 Richard M. Stallman <rms@gnu.org>
2003-06-02 Richard M. Stallman <rms@gnu.org>
...
...
configure.in
View file @
eb3b52fa
...
@@ -1409,7 +1409,7 @@ dnl checks for header files
...
@@ -1409,7 +1409,7 @@ dnl checks for header files
AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
sys/param.h sys/vlimit.h sys/resource.h)
sys/param.h sys/vlimit.h sys/resource.h
locale.h
)
dnl On Solaris 8 there's a compilation warning for term.h because
dnl On Solaris 8 there's a compilation warning for term.h because
dnl it doesn't define `bool'.
dnl it doesn't define `bool'.
AC_CHECK_HEADERS(term.h, , , -)
AC_CHECK_HEADERS(term.h, , , -)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment