diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xanstrftime.m4 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/m4/xanstrftime.m4 b/m4/xanstrftime.m4 deleted file mode 100644 index 01f64d781..000000000 --- a/m4/xanstrftime.m4 +++ /dev/null @@ -1,22 +0,0 @@ -#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 -]) |