mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Add bison 3.8.6
This commit is contained in:
parent
1b784cdf04
commit
6a77c8f426
8 changed files with 217 additions and 0 deletions
107
steps/bison-3.8.2/import-gnulib.sh
Executable file
107
steps/bison-3.8.2/import-gnulib.sh
Executable file
|
|
@ -0,0 +1,107 @@
|
|||
#!/bin/bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Samuel Tyler <samuel@samuelt.me>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
../gnulib-7818455/gnulib-tool --import --local-dir=gl \
|
||||
--lib=libbison \
|
||||
--source-base=lib \
|
||||
--m4-base=m4 \
|
||||
--po-base=gnulib-po \
|
||||
--doc-base=doc \
|
||||
--tests-base=tests \
|
||||
--aux-dir=build-aux \
|
||||
--makefile-name=gnulib.mk \
|
||||
--conditional-dependencies \
|
||||
--no-libtool \
|
||||
--macro-prefix=gl \
|
||||
--po-domain=bison \
|
||||
argmatch \
|
||||
array-list \
|
||||
assert \
|
||||
assure \
|
||||
attribute \
|
||||
bitsetv \
|
||||
c-strcase \
|
||||
calloc-posix \
|
||||
close \
|
||||
closeout \
|
||||
config-h \
|
||||
configmake \
|
||||
dirname \
|
||||
error \
|
||||
execute \
|
||||
extensions \
|
||||
fdl \
|
||||
fopen-safer \
|
||||
fprintf-posix \
|
||||
fstrcmp \
|
||||
getopt-gnu \
|
||||
gettext-h \
|
||||
git-version-gen \
|
||||
gitlog-to-changelog \
|
||||
gpl-3.0 \
|
||||
hash-map \
|
||||
intprops \
|
||||
inttypes \
|
||||
isnan \
|
||||
javacomp-script \
|
||||
javaexec-script \
|
||||
ldexpl \
|
||||
libtextstyle-optional \
|
||||
linked-list \
|
||||
malloc-gnu \
|
||||
mbfile \
|
||||
mbswidth \
|
||||
non-recursive-gnulib-prefix-hack \
|
||||
obstack \
|
||||
obstack-printf \
|
||||
perror \
|
||||
printf-posix \
|
||||
progname \
|
||||
quote \
|
||||
quotearg \
|
||||
rbtreehash-list \
|
||||
readline \
|
||||
readme-release \
|
||||
realloc-posix \
|
||||
relocatable-prog \
|
||||
relocatable-script \
|
||||
rename \
|
||||
snprintf-posix \
|
||||
spawn-pipe \
|
||||
sprintf-posix \
|
||||
stdbool \
|
||||
stpcpy \
|
||||
stpncpy \
|
||||
strdup-posix \
|
||||
strerror \
|
||||
strtod \
|
||||
strverscmp \
|
||||
sys_ioctl \
|
||||
termios \
|
||||
timevar \
|
||||
unicodeio \
|
||||
unistd \
|
||||
unistd-safer \
|
||||
unlink \
|
||||
unlocked-io \
|
||||
unsetenv \
|
||||
update-copyright \
|
||||
verify \
|
||||
vsnprintf-posix \
|
||||
vsprintf-posix \
|
||||
warnings \
|
||||
winsz-ioctl \
|
||||
winsz-termios \
|
||||
xalloc \
|
||||
xalloc-die \
|
||||
xconcat-filename \
|
||||
xhash \
|
||||
xlist \
|
||||
xmap \
|
||||
xmemdup0 \
|
||||
xstrndup
|
||||
|
||||
build-aux/prefix-gnulib-mk --lib-name=libbison lib/gnulib.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue