* libtextstyle/lib/Makefile.am: Treat windows* as equivalent to mingw*.
libtextstyle.sym : $(srcdir)/libtextstyle.sym.in
cat $(srcdir)/libtextstyle.sym.in \
| case "@host_os@" in \
- mingw*) cat ;; \
+ mingw* | windows*) cat ;; \
*) grep -v '^libtextstyle_isatty$$' ;; \
esac \
> $@-t
echo; \
echo '#endif /* LIBTEXTSTYLE_CONFIG_H */'; \
case "@host_os@" in \
- mingw*) echo '#define isatty libtextstyle_isatty' ;; \
+ mingw* | windows*) echo '#define isatty libtextstyle_isatty' ;; \
esac; \
} > config.h && \
if test -n "$(NAMESPACING)" && test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \