From: Remi Gacogne Date: Mon, 23 Jun 2025 15:29:29 +0000 (+0200) Subject: dnsdist: We no longer need to call `set-configure-ac-version.sh` during tarball gener... X-Git-Tag: rec-5.3.0-alpha1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad5e5c2629ac0539d02feaf1184c5061b8a5696;p=thirdparty%2Fpdns.git dnsdist: We no longer need to call `set-configure-ac-version.sh` during tarball generation Signed-off-by: Remi Gacogne --- 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