X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=configure.ac;h=7287726827d67fe8d85baf905bb1a8d843bb82d4;hp=e4079bb5fa666e87ec287cc946a515d579dda24d;hb=061c3fcaf9c63978009dc2707071f8daef8751b2;hpb=33fe936c74a9d332d22e48e855827dee9faca087 diff --git a/configure.ac b/configure.ac index e4079bb..7287726 100644 --- a/configure.ac +++ b/configure.ac @@ -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