From fad5e5c2629ac0539d02feaf1184c5061b8a5696 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 23 Jun 2025 17:29:29 +0200 Subject: [PATCH] dnsdist: We no longer need to call `set-configure-ac-version.sh` during tarball generation Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/meson-dist-script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/dnsdistdist/meson-dist-script.sh b/pdns/dnsdistdist/meson-dist-script.sh index 4cf1028747..ce7a441a62 100755 --- a/pdns/dnsdistdist/meson-dist-script.sh +++ b/pdns/dnsdistdist/meson-dist-script.sh @@ -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 -- 2.47.2