Lines Matching refs:installed
15 * gettext-tools/configure.ac: New option --with-installed-libtextstyle.
22 * configure.ac: Filter out --with-installed-libtextstyle from inherited --help
26 --with-installed-libtextstyle.
46 @@ -42,7 +42,7 @@ The 'libtextstyle' binary package can be installed by doing
47 The 'gettext-tools' binary package can be installed by doing
51 + ./configure --with-installed-libtextstyle
76 …_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; } | grep -v installed.libtextstyle; } …
89 +AC_ARG_WITH([installed-libtextstyle],
90 + [AS_HELP_STRING([--with-installed-libtextstyle],
91 + [Use an already installed libtextstyle.])],
98 …ithout building the entire gettext package, you need to pass the --with-installed-libtextstyle opt…