summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-10 12:49:39 +0100
committerBruno Haible <bruno@clisp.org>2019-02-10 16:02:45 +0100
commit341723e1b879d70a08afdf4d8c566606f267e081 (patch)
treeb17aab2702179059bea90e6517df0b4413aff595 /modules
parent30f8dae4c7a629eb5d227b1a39bc56b373e7ce12 (diff)
downloadgnulib-341723e1b879d70a08afdf4d8c566606f267e081.tar.gz
libtextstyle: New module.
* m4/libtextstyle.m4: New file. * modules/libtextstyle: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/libtextstyle27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/libtextstyle b/modules/libtextstyle
new file mode 100644
index 0000000000..e086c41724
--- /dev/null
+++ b/modules/libtextstyle
@@ -0,0 +1,27 @@
+Description:
+Output of styled text.
+
+Files:
+m4/libtextstyle.m4
+
+Depends-on:
+havelib
+
+configure.ac:
+gl_LIBTEXTSTYLE
+
+Makefile.am:
+
+Include:
+#if HAVE_LIBTEXTSTYLE
+# include <textstyle.h>
+#endif
+
+Link:
+$(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise
+
+License:
+GPL
+
+Maintainer:
+all