Re: [HACKERS] Solaris configure problems.

2000-09-30 Thread Peter Eisentraut
Keith Parks writes: > for pgac_dir; do > if test -r "$pgac_dir/tclConfig.sh"; then > TCL_CONFIG_SH=$pgac_dir/tclConfig.sh > break > fi > done > > fails Thanks. The semicolon is actually only needed (allowed) with an `in' clause. -- Peter Eisen

[HACKERS] Solaris configure problems.

2000-09-30 Thread Keith Parks
Hi, There seems to be a problem in the configure script for solaris. (Recent CVS copy) ./configure checking for POSIX signal interface... (cached) yes ./configure: syntax error at line 6907: `;' unexpected A "for" construct, traced back to config/tcl.m4, is upsetting the shell interpr