[JDEV] autoconf stuff
David Le Corfec
david.le-corfec at idealx.com
Fri Oct 6 15:02:36 CDT 2000
In attachment you'll find a tarball with the following :
jabber2/configure.in
jabber2/jabber.xml.in
jabber2/configs/Makefile.am
jabber2/docs/Makefile.am
jabber2/jabberd/gen/Makefile.am
jabber2/jabberd/io/Makefile.am
jabber2/jabberd/log/Makefile.am
jabber2/jabberd/xdb/Makefile.am
jabber2/jabberd/Makefile.am
jabber2/jsm/modules/Makefile.am
jabber2/jsm/Makefile.am
jabber2/pthsock/Makefile.am
jabber2/xdb_file/Makefile.am
jabber2/dnsrv/Makefile.am
jabber2/Makefile.am
jabber2/acinclude.m4
; empty files :
jabber2/NEWS
jabber2/AUTHORS
jabber2/ChangeLog
You need to do the following :
cd cvs/jabber (or wherever your cvs working directory is)
tar zxvf jab2_ac_am.tgz
cd jabber2
aclocal
automake --add-missing
autoconf
then you can proceed as usual, eg :
CFLAGS="-O2 -g" ~/cvs/jabber/jabber2/configure --prefix=$HOME/opt
make
make install
All shared objects are installed in the same dir
(in $prefix/lib/jabber/$major.$minor/,
eg. /usr/lib/jabber/1.1/)
note: jabberd launched (normally, I guess) with
io_select starting to listen on 5222 [(null)]
io_select starting to listen on 5269 [(null)]
but I didn't test with a client (haven't any under hand)
Better release this stuff now than later :)
I hope it will help, and make its way to the jabber.org CVS :)
--
David Le Corfec
IDEALX Open Source Engineering, http://www.idealx.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jab2_ac_am.tgz
Type: application/octet-stream
Size: 4535 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20001006/9ee1bb26/attachment-0002.obj>
More information about the JDev
mailing list