2 Try to use system libtextstyle for output of styled text.
6 m4/libtextstyle-optional.m4
18 # You need to invoke gl_LIBTEXTSTYLE_OPTIONAL yourself, possibly with arguments.
19 if test -z "$GL_GENERATE_TEXTSTYLE_H"; then
20 GL_GENERATE_TEXTSTYLE_H=false
22 gl_CONDITIONAL_HEADER([textstyle.h])
26 BUILT_SOURCES += $(TEXTSTYLE_H)
28 # We need the following in order to create a dummy placeholder for
29 # <textstyle.h> when the system doesn't have one.
30 if GL_GENERATE_TEXTSTYLE_H
31 textstyle.h: textstyle.in.h $(top_builddir)/config.status
32 @NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
33 $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/textstyle.in.h
36 textstyle.h: $(top_builddir)/config.status
39 MOSTLYCLEANFILES += textstyle.h textstyle.h-t
42 #include <textstyle.h>
45 $(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise
51 Bruno Haible, Akim Demaille