source: diffutils/vendor/current/m4/strptime.m4@ 530

Last change on this file since 530 was 530, checked in by Yuri Dario, 12 years ago

diffutils: initial vendor import of diffutils 3.2.0.

File size: 597 bytes
Line 
1# strptime.m4 serial 7
2dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_FUNC_STRPTIME],
8[
9 AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
10 AC_REQUIRE([AC_C_RESTRICT])
11 AC_CHECK_FUNCS_ONCE([strptime])
12 if test $ac_cv_func_strptime != yes; then
13 HAVE_STRPTIME=0
14 fi
15])
16
17# Prerequisites of lib/strptime.c.
18AC_DEFUN([gl_PREREQ_STRPTIME],
19[
20 AC_REQUIRE([gl_TM_GMTOFF])
21 :
22])
Note: See TracBrowser for help on using the repository browser.