Fix configure with newer auto* and libtool on Fedora-11

This commit is contained in:
rcrit 2009-06-30 16:07:29 -04:00 committed by Rob Crittenden
parent e46fd3401e
commit 79029e8179

View File

@ -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])