diff options
| author | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2015-11-04 13:56:16 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2015-11-04 13:56:16 -0500 |
| commit | 29fa86fba99751d8052700a8c97379d38fd02b76 (patch) | |
| tree | 00a718b33272473c1d1eb707dc2d2681f27000c8 /configure.ac | |
| parent | ded46d4768498c7d27fedcc438fe80a59ad63d0c (diff) | |
| download | mrsync-29fa86fba99751d8052700a8c97379d38fd02b76.tar.gz | |
automake the project
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..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]) |
