From 19fb4ec9dd91a947c4e3df6b57f0849388ce7fe9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 19 Oct 2006 12:06:11 +0000 Subject: Move the libgettextpo library to the libgettextpo directory. Remove its dependencies to libgettextsrc and libgettextlib. Hide its exported symbols. --- autogen.sh | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e503853..ea40fcc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -166,6 +166,42 @@ if test -n "$GNULIB_TOOL"; then ' $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --libtool --local-dir=gnulib-local \ --import $GNULIB_MODULES_FOR_SRC $GNULIB_MODULES_OTHER + # In gettext-tools/libgettextpo: + # This is a subset of the GNULIB_MODULES_FOR_SRC. + GNULIB_MODULES_FOR_LIBGETTEXTPO=' + basename + c-ctype + c-strcase + c-strstr + error + error-progname + exit + fstrcmp + fwriteerror + gcd + getline + gettext-h + hash + iconv + linebreak + minmax + pathname + progname + stdbool + ucs4-utf8 + utf8-ucs4 + utf16-ucs4 + vasprintf + xalloc + xallocsa + xerror + xstriconv + xvasprintf + ' + GNULIB_MODULES_OTHER='' + $GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --macro-prefix=gtpo --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \ + --import $GNULIB_MODULES_FOR_LIBGETTEXTPO $GNULIB_MODULES_OTHER + rm -rf gettext-tools/libgettextpo/gnulib-m4 fi (cd autoconf-lib-link -- cgit v1.1