From 36652576fb2f313972ba24e159f6642ccf760eae Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 18 Jul 2000 20:02:33 +0000 Subject: [PATCH] Update solaris building instructions. 'bash' is no longer required and --with-included-gettext is required. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2594 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/build-solaris.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/build-solaris.txt b/doc/build-solaris.txt index a5a910ae4c..083dfc4d81 100644 --- a/doc/build-solaris.txt +++ b/doc/build-solaris.txt @@ -1,7 +1,10 @@ Solaris hints: ------------- -Use bash when running configure and GNU make 'gmake' to build: +Provide the --with-included-gettext argument to configure: -bash ./configure -gmake SHELL=/bin/bash + ./configure --use-included-gettext + +Use GNU gmake to build: + + gmake