Commit ca403f6 1 parent 5c554ea commit ca403f6 Copy full SHA for ca403f6
File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Print a version string.
3
- scriptversion=2021-01-10.00 ; # UTC
3
+ scriptversion=2021-04-11.09 ; # UTC
4
4
5
5
# Bootstrap this package from checked-out sources.
6
6
@@ -115,6 +115,12 @@ Running without arguments will suffice in most cases.
115
115
EOF
116
116
}
117
117
118
+ copyright_year=` echo " $scriptversion " | sed -e ' s/[^0-9].*//' `
119
+ copyright=" Copyright (C) ${copyright_year} Free Software Foundation, Inc.
120
+ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
121
+ This is free software: you are free to change and redistribute it.
122
+ There is NO WARRANTY, to the extent permitted by law."
123
+
118
124
# warnf_ FORMAT-STRING ARG1...
119
125
warnf_ ()
120
126
{
337
343
--help)
338
344
usage
339
345
exit ;;
346
+ --version)
347
+ set -e
348
+ echo " bootstrap $scriptversion "
349
+ echo " $copyright "
350
+ exit 0
351
+ ;;
340
352
--gnulib-srcdir=* )
341
353
GNULIB_SRCDIR=${option# --gnulib-srcdir=} ;;
342
354
--skip-po)
Submodule gnulib updated from e639e55 to 7e3a9c5
Original file line number Diff line number Diff line change 190
190
/hash-triple.h
191
191
/hash.c
192
192
/hash.h
193
+ /ialloc.c
194
+ /ialloc.h
193
195
/iconv.c
194
196
/iconv.h
195
197
/iconv.in.h
304
306
/readline.h
305
307
/readlink.c
306
308
/realloc.c
309
+ /reallocarray.c
307
310
/ref-add.sed
308
311
/ref-del.sed
309
312
/relocatable.c
Original file line number Diff line number Diff line change 174
174
/readline.m4
175
175
/readlink.m4
176
176
/realloc.m4
177
+ /reallocarray.m4
177
178
/relocatable-lib.m4
178
179
/relocatable.m4
179
180
/rename.m4
You can’t perform that action at this time.
0 commit comments