From: Bob_McGowan AT xstor DOT com (Bob McGowan) Subject: RE: AC_PATH_PROG fails if blanks within PATH 30 Mar 1998 01:18:03 -0800 Message-ID: <8B40B8756FA1D111BCB900A02495E24F0154D9.cygnus.gnu-win32@Neptune.xstor.com> Mime-Version: 1.0 Content-Type: text/plain To: Stefan Hornburg Cc: gnu-win32 AT cygnus DOT com This is because the B19 code has now added the ash shell as /.../sh and it has not been modified to work with these sorts of things (spaces in paths and symbolic links, to name 2). You might try renaming sh to ash and putting a copy of bash in as sh. This made my stuff work much better. ---- Bob McGowan i'm bobmcgow at xstor dot com Storage Dimensions, Inc. -----Original Message----- From: Stefan Hornburg [mailto:sth AT hacon DOT de] Sent: Friday, March 20, 1998 5:28 AM To: gnu-win32 AT cygnus DOT com Subject: AC_PATH_PROG fails if blanks within PATH The program itclsh is located at //D/Program Files/Itcl2.2/bin/itclsh. Configure doesn't find the program. Moving the binary to a directory without blanks in the path, configure works fine. The corresponding snippet of configure.in is: dnl Check the presence of [incr Tcl] dnl -------------------------------- AC_PATH_PROG(ITCLSH,itclsh) if test -z "$ITCLSH"; then itcl_default=no else itcl_default=yes fi Is there a known workaround ? Ciao Stefan -- MKDIR pipe on netware with Windows* makes you wonder :-) - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help". - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".