mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Add libtool 2.4.7
Instead of using the pre-generated "bootstrap" script, execute the relevant bootstrap operations manually. This doesn't actually change the build output; the final package hash remains identical.
This commit is contained in:
parent
e9d53f1e6e
commit
5aae443d65
9 changed files with 229 additions and 11 deletions
34
sysc/libtool-2.4.7/import-gnulib.sh
Executable file
34
sysc/libtool-2.4.7/import-gnulib.sh
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
set -e
|
||||
|
||||
../gnulib-a521820/gnulib-tool \
|
||||
--no-changelog \
|
||||
--avoid=dummy \
|
||||
--libtool \
|
||||
--macro-prefix=GL \
|
||||
--with-tests \
|
||||
--tests-base=gnulib-tests \
|
||||
--aux-dir=build-aux \
|
||||
--m4-base=m4 \
|
||||
--local-dir=gl \
|
||||
--local-dir=gl-mod/bootstrap \
|
||||
--symlink \
|
||||
--import announce-gen \
|
||||
bootstrap \
|
||||
do-release-commit-and-tag \
|
||||
extract-trace \
|
||||
gendocs \
|
||||
git-version-gen \
|
||||
gitlog-to-changelog \
|
||||
gnu-web-doc-update \
|
||||
gnupload \
|
||||
inline-source \
|
||||
maintainer-makefile \
|
||||
options-parser \
|
||||
readme-release \
|
||||
update-copyright
|
||||
Loading…
Add table
Add a link
Reference in a new issue