Date: Wed, 22 Jan 1997 14:28:45 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne cc: Mark Habersack , DJGPP workers Subject: Re: Configure scripts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 22 Jan 1997, Robert Hoehne wrote: > configure --prefix=$(DJDIR) > > ? I haven't tried it but will it put > the in the makefile > > prefix=$(DJDIR) Yes, I've thought about this too. It won't be so easy, because the `$' character is special to bash and needs to be protected to prevent its expansion by bash itself (in which case it will put there DJDIR on my machine), but I think I can come up with some such that works. Thanks.