X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=89087da5a44d6eb3ca80af382b263658bf3d2215;hp=39abe9d96fef19e8171e02e2b7401084a66229e8;hb=61b441dc995c1e6dd21fd85e2014dd981e9c9350;hpb=42d2dff33306beae8ddbd9cc991ad80f135950a6 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