summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-02-02 09:09:03 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-08 20:02:27 +0100
commitebbb2eba5bdf3eee9eca3e3db2b8964db5d8131f (patch)
treebdab1bac8e044d56c61808c1bced3d7e3b1f3b6d /client
parent3e45c9be0aefb03751665a951f426ac59c50a551 (diff)
downloadfreeipa-ebbb2eba5bdf3eee9eca3e3db2b8964db5d8131f.tar.gz
freeipa-ebbb2eba5bdf3eee9eca3e3db2b8964db5d8131f.tar.xz
freeipa-ebbb2eba5bdf3eee9eca3e3db2b8964db5d8131f.zip
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>
Diffstat (limited to 'client')
-rw-r--r--client/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/configure.ac b/client/configure.ac
index 8e3a71f7b..58f23afa7 100644
--- a/client/configure.ac
+++ b/client/configure.ac
@@ -3,8 +3,7 @@ m4_include(version.m4)
AC_INIT([ipa-client],
IPA_VERSION,
[https://hosted.fedoraproject.org/projects/freeipa/newticket])
-LT_INIT()
-AC_PROG_LIBTOOL
+LT_INIT
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SUBDIRS([../asn1])