mirror of
https://github.com/curl/curl.git
synced 2026-04-14 14:51:40 +03:00
buildconf: remove
Not used since85868537d6(Aug 2020) Removed from the release tarballs since91fcbc5d1a(Aug 2024) Closes #21210
This commit is contained in:
parent
b1784ead8e
commit
e96cb8b1d8
3 changed files with 0 additions and 10 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -2,7 +2,6 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
buildconf eol=lf
|
||||
configure.ac eol=lf
|
||||
*.m4 eol=lf
|
||||
*.in eol=lf
|
||||
|
|
|
|||
1
.github/scripts/distfiles.sh
vendored
1
.github/scripts/distfiles.sh
vendored
|
|
@ -11,7 +11,6 @@ set -eu
|
|||
gitonly=".git*
|
||||
^.*
|
||||
^appveyor.*
|
||||
^buildconf
|
||||
^GIT-INFO.md
|
||||
^README.md
|
||||
^renovate.json
|
||||
|
|
|
|||
|
|
@ -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 "${@}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue