* configure.ac: Switch from Libtool 1.5.x to Libtool 2.x, and

add an AC_CONFIG_MACRO_DIR call.
* m4/libtool.m4, tools/ltmain.sh: Remove.
This commit is contained in:
Alexandre Duret-Lutz 2009-08-28 17:00:50 +02:00
parent b19ea79f43
commit 9eecd6aed5
5 changed files with 11 additions and 13531 deletions

15
HACKING
View file

@ -11,6 +11,7 @@ generally if you plan to regenerate some of the generated files.
GNU Autoconf >= 2.61
GNU Automake >= 1.10
GNU Libtool >= 2.2
GNU Flex (the version seems to matters, we used 2.5.31)
GNU Bison >= 2.4
SWIG >= 1.3.31
@ -18,7 +19,7 @@ generally if you plan to regenerate some of the generated files.
Bootstrap the CVS tree by running
autoreconf -vi
autoreconf -vfi
and then go on with the usual
@ -26,18 +27,6 @@ and then go on with the usual
make
We also use
GNU Libtool >= 1.4
however since many distributions modify their version, some
(e.g. Debian) in a way that break Spot, we have our own copy of
ltmain.sh and libtool.m4 in the CVS repository of Spot. That means
you do not need an installed copy of Libtool. If you want to
overwrite these files with those from your copy of Libtool, use
`autoreconf -vfi' instead of `autoreconf -vi'.
Coding conventions:
===================