configure.ac: disable libtool
Since we're not building the local mp4ff library anymore, we can remove AC_PROG_LIBTOOL.
This commit is contained in:
parent
1110a6d410
commit
befecb1d47
@ -9,15 +9,8 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_SUBST(MPD_LIBS)
|
||||
AC_SUBST(MPD_CFLAGS)
|
||||
|
||||
dnl Remove the check for c++ and fortran compiler
|
||||
m4_defun([_LT_AC_LANG_CXX_CONFIG], [:])
|
||||
m4_defun([_LT_AC_LANG_F77_CONFIG], [:])
|
||||
|
||||
AC_LANG(C)
|
||||
AC_PROG_CC_C99
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_MAKE_SET
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
Loading…
Reference in New Issue
Block a user