Change some libtool macro names to non-deprecated ones.

Add AC_LIBTOOL_LANG_..._CONFIG magic to cut down configure speed a bit on
some platforms (as suggested by Andreas).


SVN revision: 31406
This commit is contained in:
Kim Woelders 2007-08-19 19:25:40 +00:00
parent ecd9c13ca7
commit 24a9e5ef19
1 changed files with 5 additions and 2 deletions

View File

@ -37,9 +37,12 @@ AC_PROG_LN_S
AC_HEADER_STDC
AM_ENABLE_SHARED
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
AC_ENABLE_SHARED
AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
AC_PATH_X
AC_PATH_XTRA