(gl_XFTS): New file/macro.
authorJim Meyering <jim@meyering.net>
Sun, 19 Jun 2005 08:25:46 +0000 (08:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Jun 2005 08:25:46 +0000 (08:25 +0000)
m4/xfts.m4 [new file with mode: 0644]

diff --git a/m4/xfts.m4 b/m4/xfts.m4
new file mode 100644 (file)
index 0000000..92f6330
--- /dev/null
@@ -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.
+  :
+])