summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipa-client/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac
index ee41a964d..cce4e1865 100644
--- a/ipa-client/configure.ac
+++ b/ipa-client/configure.ac
@@ -3,6 +3,8 @@ m4_include(version.m4)
AC_INIT([ipa-client],
IPA_VERSION,
[https://hosted.fedoraproject.org/projects/freeipa/newticket])
+LT_INIT()
+AC_PROG_LIBTOOL
AC_CONFIG_SRCDIR([ipaclient/__init__.py])
AC_CONFIG_HEADERS([config.h])