summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-12-09 17:35:34 +0900
committerDaiki Ueno <ueno@gnu.org>2015-12-09 19:07:06 +0900
commit898e184a596c43abf1067089a03df3e79b4e4527 (patch)
treee9f5596bb75f8a0ba47f9b34d26346f53d981613 /autogen.sh
parentf6dde6baeef8e6cb5ec92bc6c67c5c0304ba4396 (diff)
downloadexternal_gettext-898e184a596c43abf1067089a03df3e79b4e4527.zip
external_gettext-898e184a596c43abf1067089a03df3e79b4e4527.tar.gz
external_gettext-898e184a596c43abf1067089a03df3e79b4e4527.tar.bz2
build: Remove expat dependency
* DEPENDENCIES: Suggest libxml2 instead of expat. * gnulib-local/lib/markup.c: New file. * gnulib-local/lib/markup.h: New file. * gnulib-local/modules/markup: New file. * autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add markup module. * gettext-tools/configure.ac: Remove checks for expat. * gettext-tools/gnulib-lib/.gitignore: Ignore modules pulled by gnulib-tool due to the markup module usage. * gettext-tools/gnulib-tests/.gitignore: Likewise. * gettext-tools/libgettextpo/.gitignore: Likewise. * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Remove ../src/libexpat-compat.c. (libgettextpo_la_LDFLAGS): Remove @LTLIBEXPAT@. * gettext-tools/src/Makefile.am (noinst_HEADERS): Remove libexpat-compat.h. (libgettextsrc_la_SOURCES): Remove libexpat-compat.c. (libgettextsrc_la_LDFLAGS): Remove @LTLIBEXPAT@. * gettext-tools/src/format-kde-kuit.c: Use functions from markup.h, when the file is being compiled as part of libgettextpo. Otherwise use libxml2. * gettext-tools/src/libexpat-compat.c: Remove. * gettext-tools/src/libexpat-compat.h: Remove.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index d498be8..604a059 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -342,6 +342,7 @@ if ! $skip_gnulib; then
hash
iconv
libunistring-optional
+ markup
minmax
open
ostream