> > > Aha. Further investigation reveals that it's not automake that is to > blame per se, automake in its infinite wisdom only hides what's going on. > > Apparently, you need to specify --with-apache-src, because of > AM_CONDITIONAL(MAKE_LIBJSERV, test x$apache_dir_is_src = xfalse) > in configure.in >
Hmmm, but your doc at http://java.apache.org/jserv/install/howto.unix_install.html says that I only have to give --with-apache-src for a static compile, which is not what I want to do. Then why this test in configure.in? How do I get this thing to build as a DSO? - Godmar
