Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[build.flags]
skip_tests = true
[dependencies]
runtime = [
"glibc",
"sh",
"gawk",
"diffutils",
"m4",
"perl",
]
[package]
description = "programs for producing shell scripts that can automatically configure source code"
homepage = "https://www.gnu.org/software/autoconf/"
license = "GPL-3.0-or-Later"
name = "autoconf"
version = "2.72"
[[source]]
extract_dir = "$name-$version"
sha256 = "ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a"
url = "https://mirrors.kernel.org/gnu/autoconf/autoconf-$version.tar.xz"