diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..aca10ae --- /dev/null +++ b/configure.ac @@ -0,0 +1,7 @@ +AC_PREREQ([2.60]) +AC_INIT([gentoo-systemd-integration], [0]) +AC_CONFIG_AUX_DIR([build-aux]) +AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 subdir-objects]) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |