blob: 01f64d781d347f4314f9be26daca34fd5887c3c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#serial 1
# Copyright (C) 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# Written by Jim Meyering.
AC_DEFUN([gl_FUNC_XANSTRFTIME],
[
AC_LIBSOURCES([xanstrftime.c, xanstrftime.h])
AC_LIBOBJ([xanstrftime])
# depends on
# xalloc
# xalloc-die
# stdbool
# strftime
# memcpy
# free
])
|