diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-21 10:15:03 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-21 10:15:03 -0700 |
commit | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (patch) | |
tree | bd36f3e122f26a705ee3ce60ffb98005c764b971 /m4 | |
parent | 7dd51bf1c26ff6b830d7cfad78014742afcc2e2a (diff) | |
download | emacs-9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0.tar.gz |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gl-comp.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 42a0ed97234..73a26c41324 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -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 @@ AC_DEFUN([gl_EARLY], # 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 @@ AC_DEFUN([gl_EARLY], # 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 @@ fi 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 |