From: Geoffrey F. <fu...@us...> - 2002-01-21 19:00:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27410/cf Modified Files: configure.in Log Message: SunOS 5.7's /bin/sh doesn't implement the for as documented in the man page, or as is done on other Unices. Introdcue an explicit "$*" to work around this bug. This lets us configure on Solaris again. Changed the handling of java configuration so that we use a variable to specify the name of the configure-time java source file. That way if java is disabled, we don't get silly warning messages from configure. |