From: sth@hacon.de (Stefan Hornburg)
Subject: AC_PATH_PROG fails if blanks within PATH
24 Mar 1998 17:57:45 -0800
Message-ID: <u3egd5w5s.fsf.cygnus.gnu-win32@hacon.de>
To: gnu-win32@cygnus.com


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@cygnus.com" with one line of text: "help".
