trouble compiling LKSCTP-tools-1.0.6



Hi,

I am trying to build user level apps to try out a few things. I am
following
instructions that come with the .tar file. I get to the initial
"./bootstrap"
and get stuck there. I am trying this on a Linux 2.6.19 kernel on which
SCTP is
compiled as a module.

Any hints/suggestions welcome. Thanks.

root@b> more bootstrap
#!/usr/bin/env bash
# -*- sh -*-
set -ex # exit on error
libtoolize --force --copy
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf
if [ "$1" = "-a" ]; then
./configure --prefix=/usr --enable-shared --enable-static
make
make dist
fi
root@b>
root@b>
root@b> ./bootstrap
+ libtoolize --force --copy
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `bin'.
+ aclocal

/* GETS STUCK HERE FOREVER */

.