Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
17b3d9f6
Commit
17b3d9f6
authored
Nov 08, 2002
by
Dave Love
Browse files
Use AC_CONFIG_LIBOBJ_DIR and require autoconf
2.54. (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
parent
63e9e99c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
configure.in
configure.in
+9
-1
No files found.
configure.in
View file @
17b3d9f6
...
...
@@ -23,7 +23,7 @@ dnl along with GNU Emacs; see the file COPYING. If not, write to the
dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330,
dnl Boston, MA 02111-1307, USA.
AC_PREREQ(2.5
3
)dnl
AC_PREREQ(2.5
4
)dnl
AC_INIT(src/lisp.h)
AC_CONFIG_HEADER(src/config.h:src/config.in)
...
...
@@ -1382,6 +1382,9 @@ else
CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
fi
dnl For AC_FUNC_GETLOADAVG, at least:
AC_CONFIG_LIBOBJ_DIR(src)
dnl Do this early because it can frob feature test macros for Unix-98 &c.
AC_SYS_LARGEFILE
...
...
@@ -1394,6 +1397,8 @@ if test "${with_sound}" != "no"; then
fi
dnl checks for header files
dnl NB. On Solaris 8 there's a warning from the check for term.h because
dnl it needs something else (curses.h?) to define `bool'.
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 \
termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h pty.h sys/mman.h \
...
...
@@ -2607,6 +2612,9 @@ extern char *getenv ();
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifndef HAVE_SIZE_T
typedef size_t unsigned
#endif
#endif
/* Define HAVE_X_I18N if we have usable i18n support. */
...
...
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