2004.02.22 $Id: README.autotools,v 1.6 2004/02/24 16:08:52 alan Exp $ USING AUTOTOOLS WITH RESIPROCATE ================================ You are seeing this file because you have checked out a 'HEAD' version of reSIProcate. In order to use reSIProcate with the autotools, you'll need to run the 'use-autotools.sh' script in this directory. This script will remove the 'old' build system in 'build' and update the required files for autotools by moving them to the b-autotools branch. You will need fairly recent autotools to make this all work. This documentation will be updated shortly. After running use-autotools.sh, you need to run 'autogen.sh' in the sip directory to 'bootstrap' the autotools files. You should run autogen.sh in it's own sub-shell: % bash autogen.sh Once this step is complete, you no longer need to mess around with autogen.sh. A simple autoreconf will do in case you add files to the Makefile.am's. Any questions, please mail the devel list resiprocate-devel@list.sipfoundry.org