mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
autoconf-*: remove some simple pregend files
This commit is contained in:
parent
d163ae3ca5
commit
31fbbb11af
11 changed files with 29 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ b687370caaa654ba2fc622188240f50ea305a1c926accbced153df9179697adf autoconf-2.53_
|
|||
836f0ec53e05a05602d9ef4ae050eb294735337bf647715e227d1b5bc0526c6b autoconf-2.61_0.tar.bz2
|
||||
7702fe8724549641eb6a03c737f2414faecb23297a5bdb57e42326e98153de41 autoconf-2.64_0.tar.bz2
|
||||
b363f22b42418fb2507bf722b0a6b5b03410ac58c44c400767d650d828696eaa autoconf-2.69_0.tar.bz2
|
||||
204aeb532e074001dc0f01dc51fcefe3f7483d388dc334a098fa340475c91191 autoconf-2.71_0.tar.bz2
|
||||
cde51b816fcce47742064f9dc0b4871e4194190be5065dc1852b39339cc9115b autoconf-2.71_0.tar.bz2
|
||||
6ff691e3ddd4f3d1796d28b07a2a96691dbd9801844c99ccbe660da59dabd74b autoconf-archive-2021.02.19_0.tar.bz2
|
||||
f095fe12baf0d5899d8a5a6b735da014f8e087ff5cf5183e03b6c0b454be2f30 autogen-5.18.16_0.tar.bz2
|
||||
02a426e82a52d4a2cd7e73fe3dc5a2c58b3ed100f24a92c57e42511fd86e247c automake-1.10.3_0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_compile() {
|
||||
rm doc/standards.info doc/autoconf.info
|
||||
rm doc/*.info
|
||||
cp autoconf.in autoconf
|
||||
sed -i -e "s# @SHELL@#/bin/sh#" -e 's/@M4@/m4/' -e 's/@AWK@/awk/' \
|
||||
-e 's/@PACKAGE_NAME@/Autoconf/' -e 's/@VERSION@/2.52/' \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ src_prepare() {
|
|||
default
|
||||
|
||||
rm -- Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 configure
|
||||
rm doc/standards.info doc/autoconf.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
src_prepare() {
|
||||
rm bin/autoconf.in
|
||||
rm -- Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 configure
|
||||
rm doc/standards.info doc/autoconf.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
src_prepare() {
|
||||
rm bin/autoconf.in
|
||||
rm -- Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 configure
|
||||
rm doc/standards.info doc/autoconf.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
src_prepare() {
|
||||
rm bin/autoconf.in
|
||||
rm doc/standards.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
src_prepare() {
|
||||
rm bin/autoconf.in
|
||||
rm doc/standards.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info man/*.1
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
sed -i -e '/AC_PROG_GREP/d' -e '/AC_PROG_SED/d' configure.ac
|
||||
|
||||
AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 AUTOM4TE=autom4te-2.59 AUTOCONF=autoconf-2.59 autoreconf-2.59 -f
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info man/*.1
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
|
||||
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info man/*.1
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
autoreconf-2.69 -fi
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue