summaryrefslogtreecommitdiff
path: root/modules/libtextstyle
Commit message (Collapse)AuthorAgeFilesLines
* libtextstyle[-optional]: Allow requesting a minimum version.Bruno Haible2020-08-011-1/+1
| | | | | | | | | | | | * 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.
* libtextstyle: New module.Bruno Haible2019-02-101-0/+27
* m4/libtextstyle.m4: New file. * modules/libtextstyle: New file.