Message-Id: <199907181839.SAA155584@out2.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 18 Jul 1999 14:40:01 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: config.site review request X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com > ac_default_prefix="/dev/env/DJDIR" > if test -d $ac_default_prefix; then Oops, should be: if test ! -d $ac_default_prefix; then > ac_default_prefix="\${DJDIR}" > fi > --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/