mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Adjust to recent Gnulib changes
* admin/merge-gnulib: Also remove the new Gnulib file m4/off64_t.m4, as Emacs doesn’t need off64_t. * configure.ac (gl_TYPE_OFF64_T): Define a nearly no-op.
This commit is contained in:
parent
dcb6a9ebcb
commit
2e13c2adba
2 changed files with 5 additions and 0 deletions
|
|
@ -1584,6 +1584,10 @@ AC_DEFUN([gt_TYPE_WINT_T],
|
|||
AC_DEFUN_ONCE([gl_STDLIB_H],
|
||||
[AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
|
||||
gl_NEXT_HEADERS([stdlib.h])])
|
||||
# Emacs does not need to check for off64_t.
|
||||
AC_DEFUN([gl_TYPE_OFF64_T],
|
||||
[HAVE_OFF64_T=1
|
||||
AC_SUBST([HAVE_OFF64_T])])
|
||||
|
||||
# Initialize gnulib right after choosing the compiler.
|
||||
dnl Amongst other things, this sets AR and ARFLAGS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue