mcst-linux-kernel/patches-2024.06.26/pdsh-2.34/0001-hardcoded-acinit-versi...

14 lines
461 B
Diff

diff -Naur orig/configure.ac new/configure.ac
--- orig/configure.ac 2021-08-25 23:22:01.560175024 +0300
+++ new/configure.ac 2021-08-25 23:22:15.022006080 +0300
@@ -6,8 +6,7 @@
#
# This file is to be processed with autoconf to generate a configure script.
-AC_INIT([pdsh],
- m4_esyscmd([git describe --always | awk '/.*/ {sub(/^pdsh-/, ""); printf "%s",$1; exit}']))
+AC_INIT([pdsh], [2.34])
AC_CONFIG_SRCDIR([pdsh])
AC_CONFIG_AUX_DIR([config])