From 341723e1b879d70a08afdf4d8c566606f267e081 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 Feb 2019 12:49:39 +0100 Subject: libtextstyle: New module. * m4/libtextstyle.m4: New file. * modules/libtextstyle: New file. --- modules/libtextstyle | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/libtextstyle (limited to 'modules') 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 +#endif + +Link: +$(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise + +License: +GPL + +Maintainer: +all -- cgit v1.2.1