[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107986: Sync from gnulib version 4f1
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107986: Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc |
Date: |
Sat, 21 Apr 2012 10:15:03 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107986
fixes bug(s): http://debbugs.gnu.org/
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2012-04-21 10:15:03 -0700
message:
Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
dated 2011-10-07. Regenerating from current gnulib would be a
pervasive change, and currently the trunk isn't open to such changes.
* configure.in (WARN_CFLAGS): Remove; no longer needed now
that gnulib does it.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
modified:
ChangeLog
configure.in
lib/gnulib.mk
m4/gl-comp.m4
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-04-21 08:03:41 +0000
+++ b/ChangeLog 2012-04-21 17:15:03 +0000
@@ -1,3 +1,12 @@
+2012-04-21 Paul Eggert <address@hidden>
+
+ Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
+ dated 2011-10-07. Regenerating from current gnulib would be a
+ pervasive change, and currently the trunk isn't open to such changes.
+ * configure.in (WARN_CFLAGS): Remove; no longer needed now
+ that gnulib does it.
+ * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+
2012-04-21 Andreas Schwab <address@hidden>
* m4/gl-comp.m4: Update. (Bug#11285)
=== modified file 'configure.in'
--- a/configure.in 2012-04-20 08:48:50 +0000
+++ b/configure.in 2012-04-21 17:15:03 +0000
@@ -787,8 +787,6 @@
gl_WARN_ADD([-fdiagnostics-show-option])
gl_WARN_ADD([-funit-at-a-time])
- AC_SUBST([WARN_CFLAGS])
-
AC_DEFINE([lint], [1], [Define to 1 if the compiler is checking for lint.])
AC_DEFINE([_FORTIFY_SOURCE], [2],
[enable compile-time and run-time bounds-checking, and some warnings])
=== modified file 'lib/gnulib.mk'
--- a/lib/gnulib.mk 2012-02-01 06:04:34 +0000
+++ b/lib/gnulib.mk 2012-04-21 17:15:03 +0000
@@ -21,7 +21,7 @@
# the same distribution terms as the rest of that program.
#
# 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 mktime pthread_sigmask readlink socklen stdarg
stdio strftime strtoimax strtoumax symlink sys_stat
+# 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
MOSTLYCLEANFILES += core *.stackdump
=== modified file 'm4/gl-comp.m4'
--- a/m4/gl-comp.m4 2012-04-21 08:03:41 +0000
+++ b/m4/gl-comp.m4 2012-04-21 17:15:03 +0000
@@ -1,5 +1,5 @@
# DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2011 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -62,6 +62,7 @@
# Code from module largefile:
AC_REQUIRE([AC_SYS_LARGEFILE])
# Code from module lstat:
+ # Code from module manywarnings:
# Code from module mktime:
# Code from module multiarch:
# Code from module nocrash:
@@ -100,6 +101,7 @@
# Code from module u64:
# Code from module unistd:
# Code from module verify:
+ # Code from module warnings:
])
# This macro should be invoked from ./configure.in, in the section
@@ -216,6 +218,7 @@
gl_TIME_MODULE_INDICATOR([time_r])
AC_REQUIRE([AC_C_INLINE])
gl_UNISTD_H
+AC_SUBST([WARN_CFLAGS])
gl_gnulib_enabled_dosname=false
gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
gl_gnulib_enabled_pathmax=false
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107986: Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc,
Paul Eggert <=