diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-31 15:58:59 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-31 15:58:59 +0100 |
commit | b83328369a82aa35fec714d7edd703e2243cc40e (patch) | |
tree | 145b0d3856adde9cb015ddeed20223108d9d799d /configure.ac | |
parent | 95e1696e37cf1bae3239acf41d351951364f11ef (diff) | |
download | blogc-b83328369a82aa35fec714d7edd703e2243cc40e.tar.gz blogc-b83328369a82aa35fec714d7edd703e2243cc40e.tar.bz2 blogc-b83328369a82aa35fec714d7edd703e2243cc40e.zip |
Revert "Revert "build: added git-version-gen support""
This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9ceed22..f837f1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.7.2], [https://github.com/blogc/blogc], [blogc], - [https://blogc.rgm.io]) +AC_INIT([blogc], m4_esyscmd([build-aux/git-version-gen .tarball-version]), + [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |