K 10 svn:author V 4 ahze K 8 svn:date V 27 2005-03-11T07:58:35.000000Z K 7 svn:log V 259 - Chase rerolled distfile only the following added to configure in new distfile +if test "x$JAVAC" != "x" ; then + javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` + echo JAVAC VERSION $javac_version + JAVAC="$JAVAC -source 1.4" +fi END