[antlr-interest] Re: ANTLR build and package layout

antoinelevyde levylambert at tiscali-dsl.de
Sun Mar 9 12:48:07 PST 2003


suggested fix for configure to make it run under cygwin :




put this starting line 2609 of configure :




cygwin=false;


case "`uname`" in


  CYGWIN*) cygwin=true ;;


esac


if [ $cygwin ]; then


    CLASSPATH=$CLASSPATH;.


else


    CLASSPATH=$CLASSPATH:.


fi




instead of 




CLASSPATH=$CLASSPATH:.





 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list