summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-02 20:48:15 +0000
committerJim Meyering <jim@meyering.net>2005-08-02 20:48:15 +0000
commit309ee82143f496d0596a5785557078192504cd6e (patch)
treed56bb3c05fe79deaaf02c1b5b27d526463a30e3d /m4
parentc5739dcf8ee1970e6dbf5e508de43c06c85da9d0 (diff)
downloadcoreutils-309ee82143f496d0596a5785557078192504cd6e.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/xanstrftime.m422
1 files changed, 22 insertions, 0 deletions
diff --git a/m4/xanstrftime.m4 b/m4/xanstrftime.m4
new file mode 100644
index 000000000..01f64d781
--- /dev/null
+++ b/m4/xanstrftime.m4
@@ -0,0 +1,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
+])