> in the cvs dir I get:
> 
> [root@rhodes midgard]# autoconf
> autoconf: configure.in: No such file or directory

You need to be in the source directory for this to work. What I do:

( cd lib && aclocal && libtoolize && automake -a && autoconf )
( cd mod && aclocal && automake -a; autoconf )
( cd php && autoconf )

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to