CONFIGURE: Replace obsolete macros

The AC_PROG_LIBTOOL macro is obsoleted by since libtool-2.0
which is already in rhel6+

https://fedorahosted.org/FedoraReview/wiki/AutoTools

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Lukas Slebodnik
2016-02-02 09:09:03 +01:00
committed by Martin Basti
parent 3e45c9be0a
commit ebbb2eba5b
4 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ AC_INIT([ipa-server],
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC_C99
AC_PROG_LIBTOOL
LT_INIT
AM_INIT_AUTOMAKE([foreign])