X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=89087da5a44d6eb3ca80af382b263658bf3d2215;hp=39abe9d96fef19e8171e02e2b7401084a66229e8;hb=696dc2ad9743c62e56a6d21addb8c4e8efbffec1;hpb=a0baeddb8aa745007d0302ed06247cabb8facb32 diff --git a/configure.ac b/configure.ac index 39abe9d9..89087da5 100644 --- a/configure.ac +++ b/configure.ac @@ -255,6 +255,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 gui/Makefile test/Makefile systemd/Makefile]) AC_OUTPUT