* 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

View file

@ -22,6 +22,7 @@
AC_PREREQ([2.61])
AC_INIT([spot], [0.4a])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.10 gnits nostdinc tar-ustar])
# If the user didn't supplied a CFLAGS value,
@ -48,8 +49,7 @@ AX_BOOST_BASE([1.34])
AC_CHECK_FUNCS([srand48 drand48])
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
LT_INIT([win32-dll])
spot_INTEL
CF_GXX_WARNINGS