--


I did a cvs update today into a fresh directory to continue                
using jserv after a year of pausing.

It's a bit puzzling that there is no configure script in
the repository.

I got autoconf-2.13, installed it and tried to generate
configure to no avail.

I'm getting an obscure error:

/home/kuku/jserv> autoconf
autoconf: Undefined macros:
configure.in:64:AC_PROG_JAVA
configure.in:65:AC_PROG_JAVAC
configure.in:66:AC_PROG_JAR
/home/kuku/jserv> 
/home/kuku/jserv> ./configure
creating cache ./config.cache
Configuring ApacheJServ/1.0.1-dev-1
./configure: 589: Syntax error: word unexpected (expecting ")")
/home/kuku/jserv> 

That's the code found around line 589 in configure:




  
echo "$ac_t""Configuring ${PACKAGE}/${VERSION}" 1>&6

AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})

# We don't need static libs
AM_DISABLE_STATIC
AM_PROG_LIBTOOL




-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]





--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to