mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add m4 1.4.19
This commit is contained in:
parent
ba9d182471
commit
6b4ec19e19
6 changed files with 118 additions and 0 deletions
87
steps/m4-1.4.19/import-gnulib.sh
Normal file
87
steps/m4-1.4.19/import-gnulib.sh
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
../gnulib-3639c57/gnulib-tool --import --local-dir=gl \
|
||||
--lib=libm4 \
|
||||
--source-base=lib \
|
||||
--m4-base=m4 \
|
||||
--doc-base=doc \
|
||||
--tests-base=tests \
|
||||
--aux-dir=build-aux \
|
||||
--with-tests \
|
||||
--with-c++-tests \
|
||||
--makefile-name=gnulib.mk \
|
||||
--no-conditional-dependencies \
|
||||
--no-libtool \
|
||||
--macro-prefix=M4 \
|
||||
--avoid=getopt-posix-tests \
|
||||
--avoid=lock-tests \
|
||||
--avoid=tls-tests \
|
||||
announce-gen \
|
||||
assert \
|
||||
attribute \
|
||||
autobuild \
|
||||
avltree-oset \
|
||||
binary-io \
|
||||
c-ctype \
|
||||
c-stack \
|
||||
clean-temp \
|
||||
close-stream \
|
||||
closein \
|
||||
config-h \
|
||||
configmake \
|
||||
dirname \
|
||||
do-release-commit-and-tag \
|
||||
error \
|
||||
execute \
|
||||
fclose \
|
||||
fdl-1.3 \
|
||||
fflush \
|
||||
filenamecat \
|
||||
fopen-gnu \
|
||||
fopen-safer \
|
||||
fseeko \
|
||||
gendocs \
|
||||
getopt-gnu \
|
||||
gettext-h \
|
||||
git-version-gen \
|
||||
gitlog-to-changelog \
|
||||
gnu-web-doc-update \
|
||||
gnumakefile \
|
||||
gnupload \
|
||||
gpl-3.0 \
|
||||
ignore-value \
|
||||
intprops \
|
||||
maintainer-makefile \
|
||||
manywarnings \
|
||||
memchr2 \
|
||||
mkstemp \
|
||||
obstack \
|
||||
progname \
|
||||
propername \
|
||||
regex \
|
||||
rename \
|
||||
setlocale \
|
||||
sigaction \
|
||||
sigpipe \
|
||||
spawn-pipe \
|
||||
stdbool \
|
||||
stdint \
|
||||
stdlib-safer \
|
||||
strsignal \
|
||||
strstr \
|
||||
strtod \
|
||||
unlocked-io \
|
||||
update-copyright \
|
||||
vc-list-files \
|
||||
verify \
|
||||
verror \
|
||||
version-etc \
|
||||
version-etc-fsf \
|
||||
wait-process \
|
||||
xalloc \
|
||||
xoset \
|
||||
xprintf \
|
||||
xvasprintf-posix
|
||||
20
steps/m4-1.4.19/pass1.sh
Normal file
20
steps/m4-1.4.19/pass1.sh
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
rm doc/*.1
|
||||
|
||||
rm lib/iconv_open*.h
|
||||
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
LDFLAGS="-latomic" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}"
|
||||
}
|
||||
2
steps/m4-1.4.19/sources
Normal file
2
steps/m4-1.4.19/sources
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
https://mirrors.kernel.org/gnu/m4/m4-1.4.19.tar.xz 63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96
|
||||
http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-3639c57.tar.gz 97dfbad67832641bc7f73437617b78abeafb9946723f19cf4c2ceecfc65fa48d
|
||||
Loading…
Add table
Add a link
Reference in a new issue