autoreconf -i
no ,just follow the telive procedure
I thought I would give this a go, I have installed Kali, but when I work through the docs and type autoreconf -i I get the following:
root@root:~/libosmocore-sq5bpf# autoreconf -i
src/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:7: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:7: If `LT_INIT' is in `configure.ac', make sure
src/Makefile.am:7: its definition is in aclocal's search path.
src/codec/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/codec/Makefile.am:7: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/codec/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/codec/Makefile.am:7: If `LT_INIT' is in `configure.ac', make sure
src/codec/Makefile.am:7: its definition is in aclocal's search path.
src/gb/Makefile.am:11: Libtool library used but `LIBTOOL' is undefined
src/gb/Makefile.am:11: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/gb/Makefile.am:11: to `configure.ac' and run `aclocal' and `autoconf' again.
src/gb/Makefile.am:11: If `LT_INIT' is in `configure.ac', make sure
src/gb/Makefile.am:11: its definition is in aclocal's search path.
src/gsm/Makefile.am:12: Libtool library used but `LIBTOOL' is undefined
src/gsm/Makefile.am:12: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/gsm/Makefile.am:12: to `configure.ac' and run `aclocal' and `autoconf' again.
src/gsm/Makefile.am:12: If `LT_INIT' is in `configure.ac', make sure
src/gsm/Makefile.am:12: its definition is in aclocal's search path.
src/vty/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
src/vty/Makefile.am:8: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/vty/Makefile.am:8: to `configure.ac' and run `aclocal' and `autoconf' again.
src/vty/Makefile.am:8: If `LT_INIT' is in `configure.ac', make sure
src/vty/Makefile.am:8: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
Any ideas ?
EDIT : Got sorted, Installed the following
sudo apt-get update
sudo apt-get install libtool