www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/04/01/05:28:24

Date: Wed, 1 Apr 1998 13:26:45 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Bill Hogan <billh AT autobahn DOT org>
cc: Bill Hogan <billh AT ferrari DOT autobahn DOT org>, djgpp AT delorie DOT com
Subject: Re: ./configure
In-Reply-To: <Pine.LNX.3.95.980401014727.473A-100000@bedlam>
Message-ID: <Pine.SUN.3.91.980401132546.4477E-100000@is>
MIME-Version: 1.0

On Wed, 1 Apr 1998, Bill Hogan wrote:

> AC_PATH_PROGS(MAKE_SHELL, sh.exe bash.exe zsh.exe ksh.exe)
> if test -z "$MAKE_SHELL"; then
>   echo oops - no usable shell for make or me! Configure is exiting.
>   exit 1
> fi
> ---------------------------- unquote -------------------------
> 
>   etc, and used this to generate a new, djgpp-specific ./configure script.

Changing "test -f" into "test -x" will have the same effect (except that 
you don't need to run Autoconf).

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019