mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
gnulib: update
This commit is contained in:
14
bootstrap
14
bootstrap
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Print a version string.
|
# Print a version string.
|
||||||
scriptversion=2021-01-10.00; # UTC
|
scriptversion=2021-04-11.09; # UTC
|
||||||
|
|
||||||
# Bootstrap this package from checked-out sources.
|
# Bootstrap this package from checked-out sources.
|
||||||
|
|
||||||
@@ -115,6 +115,12 @@ Running without arguments will suffice in most cases.
|
|||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
copyright_year=`echo "$scriptversion" | sed -e 's/[^0-9].*//'`
|
||||||
|
copyright="Copyright (C) ${copyright_year} Free Software Foundation, Inc.
|
||||||
|
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
|
||||||
|
This is free software: you are free to change and redistribute it.
|
||||||
|
There is NO WARRANTY, to the extent permitted by law."
|
||||||
|
|
||||||
# warnf_ FORMAT-STRING ARG1...
|
# warnf_ FORMAT-STRING ARG1...
|
||||||
warnf_ ()
|
warnf_ ()
|
||||||
{
|
{
|
||||||
@@ -337,6 +343,12 @@ do
|
|||||||
--help)
|
--help)
|
||||||
usage
|
usage
|
||||||
exit;;
|
exit;;
|
||||||
|
--version)
|
||||||
|
set -e
|
||||||
|
echo "bootstrap $scriptversion"
|
||||||
|
echo "$copyright"
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
--gnulib-srcdir=*)
|
--gnulib-srcdir=*)
|
||||||
GNULIB_SRCDIR=${option#--gnulib-srcdir=};;
|
GNULIB_SRCDIR=${option#--gnulib-srcdir=};;
|
||||||
--skip-po)
|
--skip-po)
|
||||||
|
|||||||
2
gnulib
2
gnulib
Submodule gnulib updated: e639e557f1...7e3a9c5bde
3
lib/.gitignore
vendored
3
lib/.gitignore
vendored
@@ -190,6 +190,8 @@
|
|||||||
/hash-triple.h
|
/hash-triple.h
|
||||||
/hash.c
|
/hash.c
|
||||||
/hash.h
|
/hash.h
|
||||||
|
/ialloc.c
|
||||||
|
/ialloc.h
|
||||||
/iconv.c
|
/iconv.c
|
||||||
/iconv.h
|
/iconv.h
|
||||||
/iconv.in.h
|
/iconv.in.h
|
||||||
@@ -304,6 +306,7 @@
|
|||||||
/readline.h
|
/readline.h
|
||||||
/readlink.c
|
/readlink.c
|
||||||
/realloc.c
|
/realloc.c
|
||||||
|
/reallocarray.c
|
||||||
/ref-add.sed
|
/ref-add.sed
|
||||||
/ref-del.sed
|
/ref-del.sed
|
||||||
/relocatable.c
|
/relocatable.c
|
||||||
|
|||||||
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@@ -174,6 +174,7 @@
|
|||||||
/readline.m4
|
/readline.m4
|
||||||
/readlink.m4
|
/readlink.m4
|
||||||
/realloc.m4
|
/realloc.m4
|
||||||
|
/reallocarray.m4
|
||||||
/relocatable-lib.m4
|
/relocatable-lib.m4
|
||||||
/relocatable.m4
|
/relocatable.m4
|
||||||
/rename.m4
|
/rename.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user