Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d6f3768
Commit
0d6f3768
authored
Nov 18, 2002
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use AC_GNU_SOURCE.
Test for bzero. (nlist.h): Move test up.
parent
d824beee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
ChangeLog
ChangeLog
+3
-1
configure.in
configure.in
+6
-4
No files found.
ChangeLog
View file @
0d6f3768
2002-11-15 Dave Love <fx@gnu.org>
* configure.in: Tidy up various quoting issues throughout.
* configure.in: Tidy up various quoting issues throughout. Use
AC_GNU_SOURCE.
(AH_BOTTOM): Fix #endif protecting config.h. Maybe include
alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
Maybe define bcopy, bzero, bcmp.
...
...
@@ -8,6 +9,7 @@
non-existent machine file).
(sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
(term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
(nlist.h): Move test up.
2002-11-18 Markus Rost <rost@math.ohio-state.edu>
...
...
configure.in
View file @
0d6f3768
...
...
@@ -1378,6 +1378,8 @@ fi
dnl For AC_FUNC_GETLOADAVG, at least:
AC_CONFIG_LIBOBJ_DIR(src)
AC_GNU_SOURCE
dnl Do this early because it can frob feature test macros for Unix-98 &c.
AC_SYS_LARGEFILE
...
...
@@ -2084,7 +2086,7 @@ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
sendto recvfrom getsockopt setsockopt getsockname getpeername \
gai_strerror mkstemp getline getdelim mremap memmove fsync)
gai_strerror mkstemp getline getdelim mremap memmove fsync
bzero
)
AC_CHECK_HEADERS(sys/un.h)
...
...
@@ -2318,6 +2320,9 @@ if test "$emacs_cv_c_restrict_arr" = yes; then
declarations. Define as empty for no equivalent.])
fi
AC_CHECK_HEADERS(nlist.h, [AC_DEFINE(NLIST_STRUCT, 1,
[Define to 1 if you have <nlist.h>.])])
dnl Fixme: AC_SYS_POSIX_TERMIOS should probably be used, but it's not clear
dnl how the tty code is related to POSIX and/or other versions of termios.
...
...
@@ -2426,9 +2431,6 @@ if test "${REL_ALLOC}" = "yes" ; then
buffer space.])
fi
AC_CHECK_HEADERS(nlist.h, [AC_DEFINE(NLIST_STRUCT, 1,
[Define to 1 if you have <nlist.h>.])])
AH_TOP([/* GNU Emacs site configuration template file.
Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
...
...
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