summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-19 08:25:46 +0000
committerJim Meyering <jim@meyering.net>2005-06-19 08:25:46 +0000
commit01baf7f071869da520895dd693f69cfc1180b588 (patch)
treebab1580f8cf5c61fc96977fc5234a09e74c735aa /m4
parent2c4bb16c0329b25f54c7c93dff8ec44653e61de7 (diff)
downloadcoreutils-01baf7f071869da520895dd693f69cfc1180b588.tar.xz
(gl_XFTS): New file/macro.
Diffstat (limited to 'm4')
-rw-r--r--m4/xfts.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/xfts.m4 b/m4/xfts.m4
new file mode 100644
index 000000000..92f63303a
--- /dev/null
+++ b/m4/xfts.m4
@@ -0,0 +1,14 @@
+#serial 1
+dnl Copyright (C) 2005 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_XFTS],
+[
+ AC_LIBSOURCES([xfts.c, xfts.h])
+ AC_LIBOBJ([xfts])
+
+ dnl Prerequisites of lib/xfts.c.
+ :
+])