Message-Id: <200001262042.PAA12634@delorie.com> From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Wed, 26 Jan 2000 15:47:31 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: bash203s.zip updated In-reply-to: <200001261834.NAA20073@indy.delorie.com> References: <200001202150 DOT QAA12871 AT delorie DOT com> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > This still doesn't build for me if I just type "bash build.sh", > without running the configure script. The problem seems to be that > all the Makefile's say this: > > BUILD_DIR = c:/djgpp/gnu/bash-2.03 > configure.in sets it using this method: BUILD_DIR=`pwd` AC_SUBST(BUILD_DIR) which is why the $DJDIR and /dev/env magic don't seem to work. The only way I see to make things work right is by deleting the files generated by the configure script and tell folks they will have to run configure themselves so the right directories are set. Any suggestions or alternatives? Mark