Error installing CVS copy of SDL

I’ve downloaded the CVS from the homepage.

[stephan at maskinen ~/tmp/SDL]$ CFLAGS="-O6 -mpentium" ./configure
creating cache ./config.cache
checking for a BSD compatible install… /usr/bin/install -c

creating sdl-config
creating sdl.spec
[stephan at maskinen ~/tmp/SDL]$ make
cd . && aclocal
aclocal: configure.in: 51: macro `AM_PROG_LIBTOOL’ not found
in library
make: *** [aclocal.m4] Error 1

Why is that? Same thing happends without the CFLAGS at
configure-time.–

-Stephan /
/ tisprut productions [tm]

        http://wiktor.dk/~stephan

Stephan Dragehjerte writes:

I’ve downloaded the CVS from the homepage.

[stephan at maskinen ~/tmp/SDL]$ CFLAGS="-O6 -mpentium" ./configure
creating cache ./config.cache
checking for a BSD compatible install… /usr/bin/install -c

creating sdl-config
creating sdl.spec
[stephan at maskinen ~/tmp/SDL]$ make
cd . && aclocal
aclocal: configure.in: 51: macro `AM_PROG_LIBTOOL’ not found
in library
make: *** [aclocal.m4] Error 1

Why is that? Same thing happends without the CFLAGS at
configure-time.

You need to install GNU libtool.

ftp://alpha.gnu.org/gnu/libtool/

If you are using Debian GNU/Linux, you could simply:

apt-get install libtool