]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: We no longer need to call `set-configure-ac-version.sh` during tarball gener... 15717/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Jun 2025 15:29:29 +0000 (17:29 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Jun 2025 15:29:52 +0000 (17:29 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/meson-dist-script.sh

index 4cf102874741cdf479e4e8945efaab46b64c892b..ce7a441a624105810065d244eda2cd4378959d69 100755 (executable)
@@ -18,8 +18,6 @@ cmp "$MESON_SOURCE_ROOT"/../../builder-support/gen-version "$MESON_PROJECT_DIST_
 # Extract them over the existing symbolic links
 tar -C "$MESON_SOURCE_ROOT" -hcf - $symlinks | tar -xf - -C "$MESON_PROJECT_DIST_ROOT"
 
-# set the proper version in configure.ac
-"$MESON_SOURCE_ROOT"/../../builder/helpers/set-configure-ac-version.sh
 # Run autoconf for people using autotools to build, this creates a configure script with VERSION set
 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