configure.ac | 2 +- solenv/gbuild/gbuild.help.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ff6a6940aafa2164c5f53b1d4c09dfe995b562b8 Author: Peter Foley <pefol...@pefoley.com> Date: Tue Sep 23 21:43:52 2014 -0400 fix a typo in gbuild help and improve a autoconf error message Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e Reviewed-on: https://gerrit.libreoffice.org/11616 Reviewed-by: Matúš Kukan <matus.ku...@collabora.com> Tested-by: Matúš Kukan <matus.ku...@collabora.com> diff --git a/configure.ac b/configure.ac index a896810..ee434df 100644 --- a/configure.ac +++ b/configure.ac @@ -9680,7 +9680,7 @@ dnl Checking for patch dnl *************************************** AC_PATH_PROG(PATCH, patch) if test -z "$PATCH"; then - AC_MSG_ERROR([\"patch\" not found in \$PATH, install it]) + AC_MSG_ERROR(["patch" not found in \$PATH, install it]) fi dnl On Solaris, FreeBSD or MacOS X, check if --with-gnu-patch was used diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 986c910..de69c33 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.
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits