diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 2 | ||||
| -rw-r--r-- | configure.in | 3 | ||||
| -rw-r--r-- | lib/gnulib.mk | 2 |
5 files changed, 15 insertions, 5 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-05-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume gnulib does largefile. | ||
| 4 | Gnulib does the largefile configuration anyway, so when configure.in | ||
| 5 | invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily. | ||
| 6 | * configure.in (AC_SYS_LARGEFILE): Remove. | ||
| 7 | * lib/gnulib.mk: Autoupdate. | ||
| 8 | |||
| 1 | 2012-05-26 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Merge from gnulib. (Bug#11527) | 11 | Merge from gnulib. (Bug#11527) |
diff --git a/admin/ChangeLog b/admin/ChangeLog index c9e9d4a1acc..f278206494b 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume gnulib does largefile. | ||
| 4 | * merge-gnulib (GNULIB_MODULES): Add largefile. | ||
| 5 | |||
| 1 | 2012-05-22 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-05-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Remove src/m/*. | 8 | Remove src/m/*. |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index fa082d94664..7f91b788f40 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -29,7 +29,7 @@ GNULIB_MODULES=' | |||
| 29 | alloca-opt | 29 | alloca-opt |
| 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 | 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 |
| 31 | dtoastr dup2 | 31 | dtoastr dup2 |
| 32 | filemode getloadavg getopt-gnu ignore-value intprops lstat | 32 | filemode getloadavg getopt-gnu ignore-value intprops largefile lstat |
| 33 | manywarnings mktime pthread_sigmask readlink | 33 | manywarnings mktime pthread_sigmask readlink |
| 34 | socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat | 34 | socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat |
| 35 | warnings | 35 | warnings |
diff --git a/configure.in b/configure.in index 3a7e42965e8..15cc35f6289 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -942,9 +942,6 @@ AC_DEFUN([AC_TYPE_SIZE_T]) | |||
| 942 | # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them. | 942 | # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them. |
| 943 | AC_DEFUN([AC_TYPE_UID_T]) | 943 | AC_DEFUN([AC_TYPE_UID_T]) |
| 944 | 944 | ||
| 945 | dnl Do this early because it can frob feature test macros for Unix-98 &c. | ||
| 946 | AC_SYS_LARGEFILE | ||
| 947 | |||
| 948 | 945 | ||
| 949 | LIB_MATH=-lm | 946 | LIB_MATH=-lm |
| 950 | LIB_STANDARD= | 947 | LIB_STANDARD= |
diff --git a/lib/gnulib.mk b/lib/gnulib.mk index 863ae5cef42..3572e5bc170 100644 --- a/lib/gnulib.mk +++ b/lib/gnulib.mk | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | # the same distribution terms as the rest of that program. | 21 | # the same distribution terms as the rest of that program. |
| 22 | # | 22 | # |
| 23 | # Generated by gnulib-tool. | 23 | # Generated by gnulib-tool. |
| 24 | # 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 | 24 | # 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 |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | MOSTLYCLEANFILES += core *.stackdump | 27 | MOSTLYCLEANFILES += core *.stackdump |