From 7d6bde8216f8871137053dcfa54d23752244237b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 28 Aug 2025 16:47:10 +0200 Subject: [PATCH] rec/dnsdist: add (back) the line that sets the version in configure.ac Partial revert of #15717 Signed-off-by: Otto Moerbeek --- pdns/dnsdistdist/meson-dist-script.sh | 2 ++ pdns/recursordist/meson-dist-script.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pdns/dnsdistdist/meson-dist-script.sh b/pdns/dnsdistdist/meson-dist-script.sh index 9ebfc2462..b379bb6b7 100755 --- a/pdns/dnsdistdist/meson-dist-script.sh +++ b/pdns/dnsdistdist/meson-dist-script.sh @@ -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 diff --git a/pdns/recursordist/meson-dist-script.sh b/pdns/recursordist/meson-dist-script.sh index 890dfe732..f196c38a7 100755 --- a/pdns/recursordist/meson-dist-script.sh +++ b/pdns/recursordist/meson-dist-script.sh @@ -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 -- 2.47.3