diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 000000000..8359f64bd --- /dev/null +++ b/configure.ac @@ -0,0 +1,11 @@ +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 |