1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/libtextstyle
Bruno Haible c1e59f5ad1 libtextstyle[-optional]: Allow requesting a minimum version.
* m4/libtextstyle.m4 (gl_LIBTEXTSTYLE): Allow an optional argument.
(gl_LIBTEXTSTYLE_NEWEST_VERSION, gl_LIBTEXTSTYLE_INITIALIZE,
gl_LIBTEXTSTYLE_SEARCH): New macros.
* modules/libtextstyle (configure.ac): Don't invoke gl_LIBTEXTSTYLE.
* m4/libtextstyle-optional.m4 (gl_LIBTEXTSTYLE_OPTIONAL): Allow an
optional argument. Invoke, not require, gl_LIBTEXTSTYLE.
* modules/libtextstyle-optional (configure.ac): Don't invoke
gl_LIBTEXTSTYLE_OPTIONAL.
* NEWS: Mention the changes.
2020-08-01 15:04:52 +02:00

28 lines
357 B
Plaintext

Description:
Output of styled text.
Files:
m4/libtextstyle.m4
Depends-on:
havelib
configure.ac:
# You need to invoke gl_LIBTEXTSTYLE yourself, possibly with arguments.
Makefile.am:
Include:
#if HAVE_LIBTEXTSTYLE
# include <textstyle.h>
#endif
Link:
$(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise
License:
GPL
Maintainer:
all