2 Try to use system libtextstyle for output of styled text.
6 m4/libtextstyle-optional.m4
17 # You need to invoke gl_LIBTEXTSTYLE_OPTIONAL yourself, possibly with arguments.
20 BUILT_SOURCES += $(TEXTSTYLE_H)
22 # We need the following in order to create a dummy placeholder for
23 # <textstyle.h> when the system doesn't have one.
24 if GL_GENERATE_TEXTSTYLE_H
25 textstyle.h: textstyle.in.h $(top_builddir)/config.status
26 $(AM_V_GEN)rm -f $@-t $@ && \
27 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
28 cat $(srcdir)/textstyle.in.h; \
32 textstyle.h: $(top_builddir)/config.status
35 MOSTLYCLEANFILES += textstyle.h textstyle.h-t
38 #include <textstyle.h>
41 $(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise
47 Bruno Haible, Akim Demaille