summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:26:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:26:54 +0000
commit8cec6716df710bb289e975066619bb73715b0c1d (patch)
treee2d7f31eec0c0716c914238be8a5c0b64bcc398e /m4
parent3833e2bc3402fadfa2a1d256210a2cd35ba3f062 (diff)
downloadcoreutils-8cec6716df710bb289e975066619bb73715b0c1d.tar.xz
Remove; no longer used.
Diffstat (limited to 'm4')
-rw-r--r--m4/xanstrftime.m422
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
-])