]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec/dnsdist: add (back) the line that sets the version in configure.ac 16058/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 28 Aug 2025 14:47:10 +0000 (16:47 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 28 Aug 2025 14:50:31 +0000 (16:50 +0200)
Partial revert of #15717
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnsdistdist/meson-dist-script.sh
pdns/recursordist/meson-dist-script.sh

index 9ebfc2462bdbd4da9feedd7b319d1816fdc881e2..b379bb6b792426e4c27738db0131ad213c6e38ed 100755 (executable)
@@ -19,6 +19,8 @@ cmp "$MESON_SOURCE_ROOT"/../../builder-support/gen-version "$MESON_PROJECT_DIST_
 tar -C "$MESON_SOURCE_ROOT" -hcf - $symlinks | tar -xf - -C "$MESON_PROJECT_DIST_ROOT"
 
 # Run autoconf for people using autotools to build, this creates a configure script with VERSION set
+# set the proper version in configure.ac
+"$MESON_SOURCE_ROOT"/../../builder/helpers/set-configure-ac-version.sh
 echo Running autoreconf -vi so distfile is still usable for autotools building
 # Run autoconf for people using autotools to build, this creates a configure sc
 autoreconf -vi
index 890dfe732c0e915f9efc4c1f69490891b1d38eb2..f196c38a797bdb18ba76f8f5258e3e254a667b13 100755 (executable)
@@ -19,6 +19,8 @@ cmp "$MESON_SOURCE_ROOT"/../../builder-support/gen-version "$MESON_PROJECT_DIST_
 tar -C "$MESON_SOURCE_ROOT" -hcf - $symlinks | tar -xf - -C "$MESON_PROJECT_DIST_ROOT"
 
 # Run autoconf for people using autotools to build, this creates a configure script with VERSION set
+# set the proper version in configure.ac
+"$MESON_SOURCE_ROOT"/../../builder/helpers/set-configure-ac-version.sh
 echo Running autoreconf -vi so distfile is still usable for autotools building
 # Run autoconf for people using autotools to build, this creates a configure sc
 autoreconf -vi