2016-09-26 19:35:35 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2018-10-08 14:32:57 +00:00
|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
origcflags="$CFLAGS"
|
2016-09-26 19:35:35 +00:00
|
|
|
|
2022-04-22 20:29:35 +00:00
|
|
|
AC_PREREQ(2.69)
|
2016-09-26 19:35:35 +00:00
|
|
|
-AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
|
2022-04-22 18:30:19 +00:00
|
|
|
+AC_INIT([tinc], [1.1~pre18])
|
2016-09-26 19:35:35 +00:00
|
|
|
AC_CONFIG_SRCDIR([src/tincd.c])
|
|
|
|
AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall])
|
2018-10-08 14:32:57 +00:00
|
|
|
AC_CONFIG_HEADERS([config.h])
|