X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=85e51e983a67e6a037c5b44fb3f8b41f7d4d8c55;hp=e4079bb5fa666e87ec287cc946a515d579dda24d;hb=0a95c77f23352aafb08edd85da1c044c02bcb0b7;hpb=33fe936c74a9d332d22e48e855827dee9faca087 diff --git a/configure.ac b/configure.ac index e4079bb5..85e51e98 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tinc], [1.0.32]) +AC_INIT([tinc], [1.0.33]) AC_CONFIG_SRCDIR([src/tincd.c]) AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall info-in-builddir]) AC_CONFIG_HEADERS([config.h]) @@ -242,6 +242,11 @@ AC_ARG_ENABLE(jumbograms, ] ) +dnl Ensure runstatedir is set if we are using a version of autoconf that does not suppport it +if test "x$runstatedir" = "x"; then + AC_SUBST([runstatedir], ['${localstatedir}/run']) +fi + AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile distro/Makefile]) AC_OUTPUT