Comment 1 for bug 717084

Revision history for this message
Gunnar Beutner (gunnarbeutner) wrote :

Works just fine here. Steps I tried to reproduce this issue:

1. Install Debian lenny
2. Add the lenny-backports repository (for a more recent version of libtool)
3. Install dependencies: aptitude install autoconf build-essential git-core libtool/lenny-backports swig libc-ares-dev libssl-dev tcl8.5-dev
4. Check out git repository: git clone git://github.com/gunnarbeutner/shroudbnc.git
5. cd shroudbnc; ./autogen.sh; ./configure; make

Works for me.