Mercurial > hg > xemacs-beta
comparison configure.ac @ 3072:4c038e89d563
[xemacs-hg @ 2005-11-16 07:22:37 by stephent]
Assorted minor fixes.
TODO comment in configure.ac:
<87irutytzq.fsf@tleepslib.sk.tsukuba.ac.jp>
Avoid warning, don't redefine integer types on Mac OS X:
<87ek5hytvq.fsf@tleepslib.sk.tsukuba.ac.jp>
Fix uninitialized variable:
<87acg5yttp.fsf@tleepslib.sk.tsukuba.ac.jp>
Eliminate warnings for unused parameters and functions:
<8764qtytrp.fsf@tleepslib.sk.tsukuba.ac.jp>
Quiet byte-compiler in select.el:
<871x1hytow.fsf@tleepslib.sk.tsukuba.ac.jp>
Quiet compiler about unused parameters in sound.el:
<87wtj9xf16.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 16 Nov 2005 07:22:46 +0000 |
parents | 7679bfa253c2 |
children | 0ae46b360391 |
comparison
equal
deleted
inserted
replaced
3071:a80f978d8342 | 3072:4c038e89d563 |
---|---|
2761 AC_TYPE_SIZE_T | 2761 AC_TYPE_SIZE_T |
2762 AC_TYPE_PID_T | 2762 AC_TYPE_PID_T |
2763 AC_TYPE_UID_T | 2763 AC_TYPE_UID_T |
2764 AC_TYPE_MODE_T | 2764 AC_TYPE_MODE_T |
2765 AC_TYPE_OFF_T | 2765 AC_TYPE_OFF_T |
2766 dnl #### deprecated 2.13-ism | |
2766 AC_CHECK_TYPE(ssize_t, int) | 2767 AC_CHECK_TYPE(ssize_t, int) |
2767 | 2768 |
2768 dnl not AC_CHECK_TYPE; lisp.h does hairy conditional typedef | 2769 dnl not AC_CHECK_TYPE; lisp.h does hairy conditional typedef |
2769 if test "$ac_cv_header_inttypes_h" != "yes"; then | 2770 if test "$ac_cv_header_inttypes_h" != "yes"; then |
2770 AC_MSG_CHECKING(for intptr_t in sys/types.h) | 2771 AC_MSG_CHECKING(for intptr_t in sys/types.h) |