From: Andreas Schwab Date: Sat, 21 Apr 2012 08:03:41 +0000 (+0200) Subject: Fixes: debbugs:11285 X-Git-Tag: emacs-24.2.90~471^2~327 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/5e6ab4e675efb7a590c2934c226a3223bd75a253 Fixes: debbugs:11285 * m4/gl-comp.m4: Update. --- diff --git a/ChangeLog b/ChangeLog index 3b48ce4250..ab3ecfd692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-21 Andreas Schwab + + * m4/gl-comp.m4: Update. (Bug#11285) + 2012-04-20 Ludovic Courtès * configure.in: Don't use the -R option (Bug#11251). diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 4894f84030..42a0ed9723 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -1,5 +1,5 @@ # DO NOT EDIT! GENERATED AUTOMATICALLY! -# Copyright (C) 2002-2011 Free Software Foundation, Inc. +# Copyright (C) 2002-2012 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 @@ -562,6 +562,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/largefile.m4 m4/longlong.m4 m4/lstat.m4 + m4/manywarnings.m4 m4/md5.m4 m4/mktime.m4 m4/multiarch.m4 @@ -596,5 +597,6 @@ AC_DEFUN([gl_FILE_LIST], [ m4/tm_gmtoff.m4 m4/unistd_h.m4 m4/warn-on-use.m4 + m4/warnings.m4 m4/wchar_t.m4 ])