X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrptime.m4;h=b2086c76670ed9404115c19414f9c218b1ee6a3a;hb=3a9002d3cc63da7110f133b1040d2d2b0aad8305;hp=1e4e95d2451ce266c45cef5326a275c740f2e03f;hpb=3361b6d48f06367906059ba220639436b50dbe4d;p=gnulib.git diff --git a/m4/strptime.m4 b/m4/strptime.m4 index 1e4e95d24..b2086c766 100644 --- a/m4/strptime.m4 +++ b/m4/strptime.m4 @@ -1,5 +1,5 @@ -# strptime.m4 serial 6 -dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +# strptime.m4 serial 7 +dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -11,8 +11,6 @@ AC_DEFUN([gl_FUNC_STRPTIME], AC_CHECK_FUNCS_ONCE([strptime]) if test $ac_cv_func_strptime != yes; then HAVE_STRPTIME=0 - AC_LIBOBJ([strptime]) - gl_PREREQ_STRPTIME fi ])