From: Daniel Stenberg Date: Fri, 3 Apr 2026 21:04:01 +0000 (+0200) Subject: buildconf: remove X-Git-Tag: rc-8_20_0-1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96cb8b1d8ec5cee7e3aaa6463cb3314987c8fff;p=thirdparty%2Fcurl.git buildconf: remove Not used since 85868537d6d5b (Aug 2020) Removed from the release tarballs since 91fcbc5d1a489c (Aug 2024) Closes #21210 --- diff --git a/.gitattributes b/.gitattributes index 41a5aff8dc..fc4480fb72 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: curl -buildconf eol=lf configure.ac eol=lf *.m4 eol=lf *.in eol=lf diff --git a/.github/scripts/distfiles.sh b/.github/scripts/distfiles.sh index 630c990032..5eb6a470a8 100755 --- a/.github/scripts/distfiles.sh +++ b/.github/scripts/distfiles.sh @@ -11,7 +11,6 @@ set -eu gitonly=".git* ^.* ^appveyor.* -^buildconf ^GIT-INFO.md ^README.md ^renovate.json diff --git a/buildconf b/buildconf deleted file mode 100755 index ee6a2800be..0000000000 --- a/buildconf +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# Copyright (C) Daniel Stenberg, , et al. -# -# SPDX-License-Identifier: curl - -echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2 -exec ${AUTORECONF:-autoreconf} -fi "${@}"