aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..f6cf35f
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,7 @@
+AC_INIT([mrsync], [5.0.0], [guillaume.horel@gmail.com], [http://blog.flameeyes.eu/tag/autotoolsmythbuster])
+AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
+AC_CONFIG_HEADER(config.h)
+AC_PROG_CC
+AC_SUBST([VERSION])
+AC_CONFIG_FILES([src/main.h])
+AC_OUTPUT([Makefile])