X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=7e49afad53e7dca02212e9d195fddd10644981fd;hb=362b79176439a2eb643612633aa0ff210a6a4d81;hp=9a9bf0192b3554037fd58068846b8304ba9f257a;hpb=cfe9285adf391ab66faeb5def811fe08e47a221a;p=tinc diff --git a/configure.ac b/configure.ac index 9a9bf019..7e49afad 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_s((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.