configure.ac revision 84ae5edab16ad6be5e3be956cb6fa031c1428eb5
AC_INIT([sssd], [0.4.0], [sgallagh@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