mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Assume gnulib does largefile.
Gnulib does the largefile configuration anyway, so when configure.in invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily. * admin/merge-gnulib (GNULIB_MODULES): Add largefile. * configure.in (AC_SYS_LARGEFILE): Remove. * lib/gnulib.mk: Autoupdate.
This commit is contained in:
parent
57b81a9f51
commit
50c4645e2c
5 changed files with 15 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
Assume gnulib does largefile.
|
||||||
|
Gnulib does the largefile configuration anyway, so when configure.in
|
||||||
|
invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
|
||||||
|
* configure.in (AC_SYS_LARGEFILE): Remove.
|
||||||
|
* lib/gnulib.mk: Autoupdate.
|
||||||
|
|
||||||
2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
|
2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Merge from gnulib. (Bug#11527)
|
Merge from gnulib. (Bug#11527)
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
Assume gnulib does largefile.
|
||||||
|
* merge-gnulib (GNULIB_MODULES): Add largefile.
|
||||||
|
|
||||||
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Remove src/m/*.
|
Remove src/m/*.
|
||||||
|
|
|
@ -29,7 +29,7 @@ GNULIB_MODULES='
|
||||||
alloca-opt
|
alloca-opt
|
||||||
careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512
|
careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512
|
||||||
dtoastr dup2
|
dtoastr dup2
|
||||||
filemode getloadavg getopt-gnu ignore-value intprops lstat
|
filemode getloadavg getopt-gnu ignore-value intprops largefile lstat
|
||||||
manywarnings mktime pthread_sigmask readlink
|
manywarnings mktime pthread_sigmask readlink
|
||||||
socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
|
socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
|
||||||
warnings
|
warnings
|
||||||
|
|
|
@ -942,9 +942,6 @@ AC_DEFUN([AC_TYPE_SIZE_T])
|
||||||
# Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them.
|
# Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them.
|
||||||
AC_DEFUN([AC_TYPE_UID_T])
|
AC_DEFUN([AC_TYPE_UID_T])
|
||||||
|
|
||||||
dnl Do this early because it can frob feature test macros for Unix-98 &c.
|
|
||||||
AC_SYS_LARGEFILE
|
|
||||||
|
|
||||||
|
|
||||||
LIB_MATH=-lm
|
LIB_MATH=-lm
|
||||||
LIB_STANDARD=
|
LIB_STANDARD=
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# the same distribution terms as the rest of that program.
|
# the same distribution terms as the rest of that program.
|
||||||
#
|
#
|
||||||
# Generated by gnulib-tool.
|
# Generated by gnulib-tool.
|
||||||
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat manywarnings mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat warnings
|
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops largefile lstat manywarnings mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat warnings
|
||||||
|
|
||||||
|
|
||||||
MOSTLYCLEANFILES += core *.stackdump
|
MOSTLYCLEANFILES += core *.stackdump
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue