From 79029e8179e4f49aa54e25363db08ba0ebf7b73d Mon Sep 17 00:00:00 2001 From: rcrit Date: Tue, 30 Jun 2009 16:07:29 -0400 Subject: Fix configure with newer auto* and libtool on Fedora-11 --- ipa-client/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-client') diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac index ee41a964..cce4e186 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]) -- cgit