buildconf: remove

Not used since 85868537d6 (Aug 2020)

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

Closes #21210
This commit is contained in:
Daniel Stenberg 2026-04-03 23:04:01 +02:00
parent b1784ead8e
commit e96cb8b1d8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 0 additions and 10 deletions

1
.gitattributes vendored
View File

@ -2,7 +2,6 @@
#
# SPDX-License-Identifier: curl
buildconf eol=lf
configure.ac eol=lf
*.m4 eol=lf
*.in eol=lf

View File

@ -11,7 +11,6 @@ set -eu
gitonly=".git*
^.*
^appveyor.*
^buildconf
^GIT-INFO.md
^README.md
^renovate.json

View File

@ -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 "${@}"