Hi,
I got the following errors when building cbgp :
configure.ac:133: error: possibly undefined macro: AC_CHECK_CLASSPATH If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:134: error: possibly undefined macro: AC_PROG_JAVAC configure.ac:135: error: possibly undefined macro: AC_PROG_JAVA configure.ac:136: error: possibly undefined macro: AC_PROG_JAVADOC make: *** [configure] Error 1
On the second run of ./configure --prefix=$HOME/local, I get :
./configure: line 11888: syntax error near unexpected tokenAC_CHECK_CLASSPATH' ./configure: line 11888: AC_CHECK_CLASSPATH'
Can you help me ?
Hi,
I got the following errors when building cbgp :
configure.ac:133: error: possibly undefined macro: AC_CHECK_CLASSPATH If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:134: error: possibly undefined macro: AC_PROG_JAVAC configure.ac:135: error: possibly undefined macro: AC_PROG_JAVA configure.ac:136: error: possibly undefined macro: AC_PROG_JAVADOC make: *** [configure] Error 1On the second run of
./configure --prefix=$HOME/local, I get :./configure: line 11888: syntax error near unexpected tokenAC_CHECK_CLASSPATH'./configure: line 11888:AC_CHECK_CLASSPATH'Can you help me ?