From ff6a6940aafa2164c5f53b1d4c09dfe995b562b8 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Tue, 23 Sep 2014 21:43:52 -0400 Subject: fix a typo in gbuild help and improve a autoconf error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e Reviewed-on: https://gerrit.libreoffice.org/11616 Reviewed-by: Matúš Kukan Tested-by: Matúš Kukan --- solenv/gbuild/gbuild.help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 986c91065e51..de69c33fd94a 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -123,6 +123,6 @@ INTERACTIVE VARIABLES: gb_FULLDEPS Generate and use dependencies (on by default, handle with care). gb_COLOR Use ASCII color output. gb_TITLES Show progress in terminal title. - gb_Side Either "host" of "build" (default to "host"). + gb_Side Either "host" or "build" (default to "host"). determine if config_host.mk or config_build.mk is used to set the build environment. -- cgit