diff options
| author | Stefan Monnier | 2003-07-14 02:41:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-07-14 02:41:20 +0000 |
| commit | ec03b83e7df778bcf2d8de0d5be6d2fd4cbed36c (patch) | |
| tree | 7312a7a69ce5b3554f06906d0d41c7ef0eda2f1c | |
| parent | 28127e4724fd089cc6dcb755c3598a72ae95a3d6 (diff) | |
| download | emacs-ec03b83e7df778bcf2d8de0d5be6d2fd4cbed36c.tar.gz emacs-ec03b83e7df778bcf2d8de0d5be6d2fd4cbed36c.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 46 | ||||
| -rwxr-xr-x | configure | 4 |
2 files changed, 23 insertions, 27 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-07-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * configure.in: Check for posix_memalign. | ||
| 4 | |||
| 1 | 2003-07-12 Richard M. Stallman <rms@gnu.org> | 5 | 2003-07-12 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in [netbsd systems]: Define HAVE_CRTIN properly. | 7 | * configure.in [netbsd systems]: Define HAVE_CRTIN properly. |
| @@ -17,8 +21,8 @@ | |||
| 17 | 21 | ||
| 18 | 2003-06-23 Dave Love <fx@gnu.org> | 22 | 2003-06-23 Dave Love <fx@gnu.org> |
| 19 | 23 | ||
| 20 | * configure.in: Check for sys/_mbstate_t.h. Test | 24 | * configure.in: Check for sys/_mbstate_t.h. |
| 21 | XRegisterIMInstantiateCallback prototype. | 25 | Test XRegisterIMInstantiateCallback prototype. |
| 22 | (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime. | 26 | (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime. |
| 23 | 27 | ||
| 24 | 2003-06-06 Dave Love <fx@gnu.org> | 28 | 2003-06-06 Dave Love <fx@gnu.org> |
| @@ -27,8 +31,8 @@ | |||
| 27 | 31 | ||
| 28 | 2003-06-05 Dave Love <fx@gnu.org> | 32 | 2003-06-05 Dave Love <fx@gnu.org> |
| 29 | 33 | ||
| 30 | * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use | 34 | * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. |
| 31 | AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. | 35 | Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. |
| 32 | (NLIST_STRUCT): Don't define. | 36 | (NLIST_STRUCT): Don't define. |
| 33 | (AH_BOTTOM): Define my_strftime. | 37 | (AH_BOTTOM): Define my_strftime. |
| 34 | 38 | ||
| @@ -43,8 +47,7 @@ | |||
| 43 | 47 | ||
| 44 | 2003-05-22 Dave Love <fx@gnu.org> | 48 | 2003-05-22 Dave Love <fx@gnu.org> |
| 45 | 49 | ||
| 46 | * configure.in: Remove redundant test for term.h. Test for | 50 | * configure.in: Remove redundant test for term.h. Test for difftime. |
| 47 | difftime. | ||
| 48 | 51 | ||
| 49 | 2003-05-20 Dave Love <fx@gnu.org> | 52 | 2003-05-20 Dave Love <fx@gnu.org> |
| 50 | 53 | ||
| @@ -145,7 +148,7 @@ | |||
| 145 | 148 | ||
| 146 | 2003-01-14 Francesco Potort,Al(B <pot@gnu.org> | 149 | 2003-01-14 Francesco Potort,Al(B <pot@gnu.org> |
| 147 | 150 | ||
| 148 | * configure.in (m68k-motorola-sysv): Removed (obsolete). | 151 | * configure.in (m68k-motorola-sysv): Remove (obsolete). |
| 149 | 152 | ||
| 150 | 2003-01-07 Steven Tamm <steventamm@mac.com> | 153 | 2003-01-07 Steven Tamm <steventamm@mac.com> |
| 151 | 154 | ||
| @@ -161,8 +164,7 @@ | |||
| 161 | 164 | ||
| 162 | 2003-01-06 David Kastrup <dak@gnu.org> | 165 | 2003-01-06 David Kastrup <dak@gnu.org> |
| 163 | 166 | ||
| 164 | * Makefile.in (INSTALL_INFO): Get install-info command from | 167 | * Makefile.in (INSTALL_INFO): Get install-info command from configure. |
| 165 | configure. | ||
| 166 | 168 | ||
| 167 | * configure.in: Add tests for install-info | 169 | * configure.in: Add tests for install-info |
| 168 | 170 | ||
| @@ -182,8 +184,8 @@ | |||
| 182 | 2002-11-27 Dave Love <fx@gnu.org> | 184 | 2002-11-27 Dave Love <fx@gnu.org> |
| 183 | 185 | ||
| 184 | * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST. | 186 | * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST. |
| 185 | Check for __sys_siglist too. Check for memset. Use | 187 | Check for __sys_siglist too. Check for memset. |
| 186 | AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target. | 188 | Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target. |
| 187 | 189 | ||
| 188 | 2002-11-22 Juanma Barranquero <lektu@terra.es> | 190 | 2002-11-22 Juanma Barranquero <lektu@terra.es> |
| 189 | 191 | ||
| @@ -195,12 +197,12 @@ | |||
| 195 | 197 | ||
| 196 | 2002-11-15 Dave Love <fx@gnu.org> | 198 | 2002-11-15 Dave Love <fx@gnu.org> |
| 197 | 199 | ||
| 198 | * configure.in: Tidy up various quoting issues throughout. Use | 200 | * configure.in: Tidy up various quoting issues throughout. |
| 199 | AC_GNU_SOURCE. | 201 | Use AC_GNU_SOURCE. |
| 200 | (AH_BOTTOM): Fix #endif protecting config.h. Maybe include | 202 | (AH_BOTTOM): Fix #endif protecting config.h. Maybe include |
| 201 | alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT. | 203 | alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT. |
| 202 | Maybe define bcopy, bzero, bcmp. | 204 | Maybe define bcopy, bzero, bcmp. |
| 203 | (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Removed (use | 205 | (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use |
| 204 | non-existent machine file). | 206 | non-existent machine file). |
| 205 | (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for. | 207 | (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for. |
| 206 | (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. | 208 | (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. |
| @@ -220,14 +222,13 @@ | |||
| 220 | 222 | ||
| 221 | 2002-11-08 Dave Love <fx@gnu.org> | 223 | 2002-11-08 Dave Love <fx@gnu.org> |
| 222 | 224 | ||
| 223 | * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf | 225 | * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54. |
| 224 | 2.54. | ||
| 225 | (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t. | 226 | (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t. |
| 226 | 227 | ||
| 227 | 2002-11-07 Miles Bader <miles@gnu.org> | 228 | 2002-11-07 Miles Bader <miles@gnu.org> |
| 228 | 229 | ||
| 229 | * Makefile.in (maybe_bootstrap): Fix shell variable usage. Handle | 230 | * Makefile.in (maybe_bootstrap): Fix shell variable usage. |
| 230 | separate-build-dir case. | 231 | Handle separate-build-dir case. |
| 231 | 232 | ||
| 232 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | 233 | 2002-11-06 Richard M. Stallman <rms@gnu.org> |
| 233 | 234 | ||
| @@ -238,9 +239,8 @@ | |||
| 238 | 239 | ||
| 239 | * configure.in: Require autoconf 2.53. Test for pty.h, | 240 | * configure.in: Require autoconf 2.53. Test for pty.h, |
| 240 | sys/mman.h, sys/param.h, mremap, memmove. | 241 | sys/mman.h, sys/param.h, mremap, memmove. |
| 241 | (AH_BOTTOM): Maybe include strings.h. Add local variables for | 242 | (AH_BOTTOM): Maybe include strings.h. Add local variables for mode. |
| 242 | mode. | 243 | (AC_PROG_YACC): Delete. |
| 243 | (AC_PROG_YACC): Deleted. | ||
| 244 | (size_t): Use AC_CHECK_TYPES. | 244 | (size_t): Use AC_CHECK_TYPES. |
| 245 | (AH_TOP): Up-date copyright. | 245 | (AH_TOP): Up-date copyright. |
| 246 | 246 | ||
| @@ -307,7 +307,7 @@ | |||
| 307 | (epaths-force): Insert value of gamedir into PATH_GAME. | 307 | (epaths-force): Insert value of gamedir into PATH_GAME. |
| 308 | 308 | ||
| 309 | * configure.in (gamedir): Handle it like lispdir. | 309 | * configure.in (gamedir): Handle it like lispdir. |
| 310 | (--with-game-dir option): Deleted. | 310 | (--with-game-dir option): Delete. |
| 311 | 311 | ||
| 312 | 2002-06-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 312 | 2002-06-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 313 | 313 | ||
| @@ -523,7 +523,7 @@ | |||
| 523 | * Makefile.in: bootstrap should not delete dumped executables. | 523 | * Makefile.in: bootstrap should not delete dumped executables. |
| 524 | (bootstrap-clean-before): New target. | 524 | (bootstrap-clean-before): New target. |
| 525 | (bootstrap): Use bootstrap-clean-before instead of clean. | 525 | (bootstrap): Use bootstrap-clean-before instead of clean. |
| 526 | (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed. | 526 | (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed. |
| 527 | 527 | ||
| 528 | 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> | 528 | 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 529 | 529 | ||
| @@ -1662,10 +1662,6 @@ case "${canonical}" in | |||
| 1662 | ## NetBSD ports | 1662 | ## NetBSD ports |
| 1663 | *-*-netbsd* ) | 1663 | *-*-netbsd* ) |
| 1664 | opsys=netbsd | 1664 | opsys=netbsd |
| 1665 | if test -f /usr/lib/crti.o; then | ||
| 1666 | AC_DEFINE(HAVE_CRTIN) | ||
| 1667 | fi | ||
| 1668 | |||
| 1669 | case "${canonical}" in | 1665 | case "${canonical}" in |
| 1670 | alpha*-*-netbsd*) machine=alpha ;; | 1666 | alpha*-*-netbsd*) machine=alpha ;; |
| 1671 | i[3456]86-*-netbsd*) machine=intel386 ;; | 1667 | i[3456]86-*-netbsd*) machine=intel386 ;; |