diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
commit | 8aeb5be96aa28c4770299a54758a8fb339993a97 (patch) | |
tree | dbf3821be90ab7a043a6552aa9b838a6259677e4 /m4/strftime.m4 | |
parent | 4bba86e6210a74326e843a8fdc8409127105e1fe (diff) | |
download | emacs-8aeb5be96aa28c4770299a54758a8fb339993a97.tar.gz emacs-8aeb5be96aa28c4770299a54758a8fb339993a97.tar.bz2 emacs-8aeb5be96aa28c4770299a54758a8fb339993a97.zip |
Merge from gnulib: lib/gnulib.mk, m4/*.m4.
Diffstat (limited to 'm4/strftime.m4')
-rw-r--r-- | m4/strftime.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4 index d9de341bf6d..dd30ccfc054 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -1,4 +1,4 @@ -# serial 32 +# serial 33 # Copyright (C) 1996-1997, 1999-2007, 2009-2011 Free Software Foundation, Inc. # @@ -16,8 +16,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME], # These are the prerequisite macros for GNU's strftime.c replacement. AC_DEFUN([gl_FUNC_STRFTIME], [ - AC_LIBOBJ([strftime]) - # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE. AC_REQUIRE([AC_STRUCT_TIMEZONE]) |