mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
28 lines
357 B
Plaintext
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
|