]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
buildconf: remove rc-8_20_0-1
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Apr 2026 21:04:01 +0000 (23:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Apr 2026 09:35:24 +0000 (11:35 +0200)
Not used since 85868537d6d5b (Aug 2020)

Removed from the release tarballs since 91fcbc5d1a489c (Aug 2024)

Closes #21210

.gitattributes
.github/scripts/distfiles.sh
buildconf [deleted file]

index 41a5aff8dcbc498e0359423bd7cb29d061aaf2cd..fc4480fb721d3be29a45eba4ade142878484f5c8 100644 (file)
@@ -2,7 +2,6 @@
 #
 # SPDX-License-Identifier: curl
 
-buildconf eol=lf
 configure.ac eol=lf
 *.m4 eol=lf
 *.in eol=lf
index 630c9900323b7653bf7ae90ab2121a744cce04b8..5eb6a470a8ecc0e8ca1c0acd06b3bf24bc4f29ad 100755 (executable)
@@ -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 (executable)
index ee6a280..0000000
--- a/buildconf
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-#
-# SPDX-License-Identifier: curl
-
-echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2
-exec ${AUTORECONF:-autoreconf} -fi "${@}"