From 223174595323fdcee164f1ca077da5658d1e055f Mon Sep 17 00:00:00 2001 From: Elizaveta Morozova Date: Thu, 2 Mar 2023 10:36:59 +0300 Subject: [PATCH] nut-2.8.0-alt-dont-autoreconf --- autogen.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index e521e45a1..5f165c092 100755 --- a/autogen.sh +++ b/autogen.sh @@ -103,8 +103,3 @@ fi >&2 # scripts, and need you to explicitly say which version you want, e.g. # export AUTOCONF_VERSION=2.65 AUTOMAKE_VERSION=1.10 # If you get issues with AC_DISABLE_STATIC make sure you have libtool. -echo "Calling autoreconf..." -autoreconf -iv && { - sh -n configure 2>/dev/null >/dev/null \ - || { echo "FAILED: configure script did not pass shell interpreter syntax checks" >&2 ; exit 1; } -} -- 2.33.5