Lines Matching refs:gettext

4 Subject: [PATCH] build: Restore the ability to build gettext-tools separately, part 1.
14 * autogen.sh: Copy libtextstyle.m4 for use by gettext-tools.
15 * gettext-tools/configure.ac: New option --with-installed-libtextstyle.
17 * gettext-tools/src/Makefile.am (textstyle.h): Disable rule if
25 * PACKAGING: Document that gettext-tools's configure needs to be invoked with
29 https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=e4b3a3f56fa6fc2a51769e286545f0631…
38 gettext-tools/configure.ac | 16 ++++++++++++++++
39 gettext-tools/src/Makefile.am | 8 +++++++-
47 The 'gettext-tools' binary package can be installed by doing
49 cd gettext-tools
60 …$GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 …
63 + $GNULIB_TOOL --copy-file m4/libtextstyle.m4 gettext-tools/gnulib-m4/libtextstyle.m4 || exit $?
64 # In gettext-tools/libgrep:
75gettext-runtime && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2…
76gettext-runtime && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2])' --trace=AC_ARG_WITH:'$n([$1],[$2…
80 diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
82 --- a/gettext-tools/configure.ac
83 +++ b/gettext-tools/configure.ac
88 +dnl This option allows to build gettext-tools without (re)building libtextstyle.
98 + AC_MSG_ERROR([When building the gettext-tools package without building the entire gettext pack…
107 diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
109 --- a/gettext-tools/src/Makefile.am
110 +++ b/gettext-tools/src/Makefile.am