diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-27 02:32:29 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-27 02:32:29 +0800 |
commit | 3b9fcc5e6f6635d8dc4ab3fa1bbecf19526d0a32 (patch) | |
tree | 5c0971ed2012269483215af3c1891041e210004b /configure.ac | |
parent | a6b4f9fee2b4c672be889d280fc2512b24c230d1 (diff) | |
download | fastalg-protocol-master.tar.gz fastalg-protocol-master.tar.zst fastalg-protocol-master.zip |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 77fea34..07ae321 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,9 @@ # Process this file with autoconf to produce a configure script. # vim: set sw=4 ts=4 sts=4 et: -AC_INIT([fastalg-protocol], [0.1.3], [BUG-REPORT-ADDRESS]) +AC_INIT([fastalg-protocol], + [m4_esyscmd([build-aux/git-version-gen .tarball-version])], + [BUG-REPORT-ADDRESS]) AC_CONFIG_SRCDIR([falgproto/falgproto.c]) AC_CONFIG_HEADERS([config.h]) |