From ea965193324096e3794e736cb34fe9be4ec4d565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 18 Feb 2023 11:13:09 +0800 Subject: [PATCH] Move autoconf-2.69 to sysa. --- parts.rst | 10 +++++----- {sysc => sysa}/autoconf-2.69/autoconf-2.69.sh | 0 sysa/autoconf-2.69/sources | 1 + sysa/run.sh | 2 ++ sysc/autoconf-2.69/sources | 1 - sysc/init | 1 + sysc/run2.sh | 2 -- 7 files changed, 9 insertions(+), 8 deletions(-) rename {sysc => sysa}/autoconf-2.69/autoconf-2.69.sh (100%) create mode 100644 sysa/autoconf-2.69/sources delete mode 100644 sysc/autoconf-2.69/sources diff --git a/parts.rst b/parts.rst index 5562886..6d910ef 100644 --- a/parts.rst +++ b/parts.rst @@ -547,6 +547,11 @@ automake 1.11.2 GNU Automake from 1.11 series. This is not the latest point release as newer ones need Autoconf 2.68. +autoconf 2.69 +============= + +This is a much newer version of GNU Autoconf. + libtool 1.4 =========== @@ -712,11 +717,6 @@ libtool 2.4.7 A modern version of libtool with better compatiblitiy with newer versions of GNU Autotools. -autoconf 2.69 -============= - -This is a much newer version of GNU Autoconf. - automake 1.15.1 =============== diff --git a/sysc/autoconf-2.69/autoconf-2.69.sh b/sysa/autoconf-2.69/autoconf-2.69.sh similarity index 100% rename from sysc/autoconf-2.69/autoconf-2.69.sh rename to sysa/autoconf-2.69/autoconf-2.69.sh diff --git a/sysa/autoconf-2.69/sources b/sysa/autoconf-2.69/sources new file mode 100644 index 0000000..965512b --- /dev/null +++ b/sysa/autoconf-2.69/sources @@ -0,0 +1 @@ +https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.gz 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969 diff --git a/sysa/run.sh b/sysa/run.sh index e7dc187..bc9faa4 100755 --- a/sysa/run.sh +++ b/sysa/run.sh @@ -198,6 +198,8 @@ build autoconf-2.64 build automake-1.11.2 +build autoconf-2.69 + build libtool-1.4 build binutils-2.14 diff --git a/sysc/autoconf-2.69/sources b/sysc/autoconf-2.69/sources deleted file mode 100644 index a7ed7bc..0000000 --- a/sysc/autoconf-2.69/sources +++ /dev/null @@ -1 +0,0 @@ -http://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 diff --git a/sysc/init b/sysc/init index 5bf04f5..7db96e7 100755 --- a/sysc/init +++ b/sysc/init @@ -36,6 +36,7 @@ install_tar coreutils-5.0 0 install_tar sed-4.0.9 0 install_tar autoconf-2.64 0 +install_tar autoconf-2.69 0 install_tar automake-1.11.2 0 install_tar binutils-2.14 0 install_tar bzip2-1.0.8 0 diff --git a/sysc/run2.sh b/sysc/run2.sh index f60c358..62c09f3 100755 --- a/sysc/run2.sh +++ b/sysc/run2.sh @@ -28,8 +28,6 @@ build file-5.44 build libtool-2.4.7 -build autoconf-2.69 - build automake-1.15.1 build tar-1.34