configure.ac revision 23cc430238d6a0303e09bc00bd8c0c3f91f437da
AC_INIT([sssd], [0.4.1], [freeipa-devel@redhat.com])
AC_CONFIG_SRCDIR([BUILD.txt])
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL
AC_CONFIG_SUBDIRS([replace common server sss_client])
AC_CONFIG_FILES([Makefile sssd.spec])
AC_OUTPUT