Here we use the third approach listed in gettext-tools/woe32dll/export.h, not
the fourth approach.
* libtextstyle/Makefile.am: Remove code that was never enabled.
* libtextstyle/lib/Makefile.am: Likewise.
* libtextstyle/configure.ac (false): Remove conditional.
EXTRA_DIST += gnulib-m4/gnulib-cache.m4
-# Cygwin support.
-
-#TEMPORARY
-#EXTRA_DIST += woe32dll/export.h
-
-
# Windows support.
EXTRA_DIST += INSTALL.windows
esac
AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
-dnl TEMPORARY.
-AM_CONDITIONAL([false], [false])
-
dnl Checks for types, header files, functions and declarations.
gl_INIT
MAINTAINERCLEANFILES += libtextstyle.sym
EXTRA_DIST += libtextstyle.sym declared.sh
-# TEMPORARY
-if false
-
-## Tell the mingw or Cygwin linker which symbols to export.
-#if WOE32DLL
-#libtextstyle_la_SOURCES += ../woe32dll/unistring-exports.c
-#libtextstyle_la_LDFLAGS += -Wl,--export-all-symbols
-#endif
-
-endif
-
# Hide undesired symbols that are defined by libtextstyle_la_SOURCES or
# gl_LIBOBJS or the dependency libraries from the global namespace,
# by prefixing them with "libtextstyle_".