1. 20 Oct, 2023 1 commit
  2. 18 Oct, 2023 13 commits
  3. 17 Oct, 2023 7 commits
  4. 16 Oct, 2023 1 commit
  5. 13 Oct, 2023 2 commits
  6. 11 Oct, 2023 3 commits
  7. 06 Oct, 2023 1 commit
  8. 04 Oct, 2023 5 commits
    • Nils Goroll's avatar
      Renovate autoconf and varnish.m4 · 8997e88d
      Nils Goroll authored
      this is required for autoconf 2.71, but I have kept the required
      version at 2.69 and tested that the changes are compatible.
      
      Most of the changes come from autoupdate, with this change:
      
      AC_PROG_CC_STDC is obsolete, but older autoconf versions
      do not set the highest possible c standard.
      
      So we keep AC_PROG_CC_C99 because we actually require
      c99, while AC_PROG_CC_STDC could fall back to c89
      
      For varnish.m4, we should apply the same canonical settings
      as for varnishd itself
      8997e88d
    • Nils Goroll's avatar
      Update autoconf macros · c8bb85b5
      Nils Goroll authored
      ... except for ax_with_curses.m4 which requires PKG_CHECK_EXISTS which,
      apparently, cci does not have
      
      should we consider again to not have them and rather require autoconf-archive
      be installed?
      c8bb85b5
    • Dridi Boukelmoune's avatar
      507ca25e
    • Dridi Boukelmoune's avatar
      build: Make things up better about daemons · 304ebd24
      Dridi Boukelmoune authored
      Otherwise we end up with a broken output outside of MacOS:
      
          checking whether daemon() works... checking for daemon... yes
      
      Now it's one or the other:
      
          checking whether daemon() works... no
          checking for daemon... yes
      
      If we want to lie, we should at least be good at it.
      304ebd24
    • Dridi Boukelmoune's avatar
      build: Squash automake warning on vmod_debug.vcc · 8da085a6
      Dridi Boukelmoune authored
      By conditionally setting vmod_*_vcc variables in includes we can get rid
      of a double definition warning.
      8da085a6
  9. 02 Oct, 2023 3 commits
  10. 26 Sep, 2023 4 commits