To completely autoconfiscate a project run the following: libtoolize --force --copy aclocal autoconf autoheader - configure.in automake -a
You should then have a good configure script Note that the bootstrap shell script should do this for you. Justin On Mon, 2003-09-15 at 08:20, Bernino Lind wrote: > Dear sirs, > > Anyone who can give me a tip howto make cvs version of jabberd 2 behave > when trying to create a configure script? > > I suppose one needs to run autoconf in order to get the makefile/configure > script - however this is what I get: > > [EMAIL PROTECTED] ~/jabberd2-cvs> autoconf257 > configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER > configure.in:37: error: possibly undefined macro: AM_ICONV > configure.in:39: error: possibly undefined macro: AC_DISABLE_STATIC > configure.in:40: error: possibly undefined macro: AC_PROG_LIBTOOL > zsh: 93392 exit 1 autoconf257 > [EMAIL PROTECTED] ~/jabberd2-cvs> > > > And the configure script makes some Makefile which not useable. > > Best regards, > Bernino Lind > > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- Justin Kirby <[EMAIL PROTECTED]> OpenAether _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
