X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=2672e1c5fd0dc90a0dc0cab21bccb767d7345b39;hb=b109e8b16488f9bbfdc4aefe0e9b00c4f202e905;hp=9a9bf0192b3554037fd58068846b8304ba9f257a;hpb=1c77069064e0cf0e0ddd81bab1b1354a8952fb33;p=tinc diff --git a/configure.ac b/configure.ac index 9a9bf019..2672e1c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tinc], [1.1pre11]) +AC_INIT([tinc], m4_esyscmd([echo -n "`git describe || echo UNKNOWN | sed 's/release-//'`"])) AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE -AM_INIT_AUTOMAKE([check-news std-options subdir-objects -Wall]) +AM_INIT_AUTOMAKE([std-options subdir-objects -Wall]) AC_CONFIG_HEADERS([config.h]) # Enable GNU extensions.