tslib problems

PJvG
Hi,

I'm following this blog:
http://linux-dvbh.blogspot.com/2006/12/tslib-download-and-cross-compile-...

I'm getting problems when I'm running autoconf:

.../tslib$ sh autogen.sh
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf
line 190.
Use of uninitialized value $libtoolize in pattern match (m//) at
/usr/bin/autoreconf line 190.
configure.ac:25: error: possibly undefined macro: AC_DISABLE_STATIC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:27: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

I can't find the solution anywhere... I'm confused.

I'm running Ubuntu 9.10 and I'm working on a mini2440 with Linux

PJvG
Oh I feel so silly..
I found the solution already. :)

I just had to do "sudo apt-get install libtool" to get the libtool package,
now autoconf works..

Ruben
thank you for posting this, it was exactly my problem.

elaine
Thank you for the solution! It saved me much time:)

Ala
Idem for me, Thanks a lot  :D

Luong Van Diep
sudo PATH=/Cross/Compiler/ARM/bin:$PATH ./configure
--host=arm-angstrom-linux-gnueabi --prefix=/usr/local/tslib --enable-static
--enable-shared

sudo PATH=/Cross/Compiler/ARM/bin:$PATH make 

sudo PATH=/Cross/Compiler/ARM/bin:$PATH make install