/
niceSOFT
/
gzip
Обзор
Документация
Войти
/
niceSOFT
/
gzip
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
bootstrap.conf
124 строки
2 KB
Paul Eggert
maint: avoid wchar-h
09 июл 2026, 03:57
09 июл 2026, 03:57
f630fb7
Код
Авторство
О чём код?
# Bootstrap configuration. # Copyright (C) 2006-2007, 2009-2026 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # gnulib modules used by this package. gnulib_modules=" alignasof announce-gen assert-h c-ctype calloc-gnu close crc-x86_64 dirname-lgpl fclose fcntl fcntl-safer fdatasync fdopendir filename fsync getopt-gnu git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload ignore-value intprops inttypes-h largefile lib-ignore limits-h lstat maintainer-makefile malloc-gnu manywarnings openat-safer quotearg readme-release realloc-posix savedir sigaction sigprocmask stat-time stdcountof-h strerror sys_stat-h time unistd-safer unlinkat unlocked-io update-copyright utimens xalloc year2038 yesno " # Additional gnulib-tool options to use. Use "\newline" to break lines. # We don't need the getline and rpmatch, since yesno doesn't do i18n. gnulib_tool_option_extras="\ --avoid c32isprint\ --avoid getline\ --avoid gnulib-i18n\ --avoid mbrtoc32\ --avoid mbsinit\ --avoid mbszero\ --avoid threadlib\ --avoid rpmatch\ --avoid windows-once\ --avoid windows-spin\ --avoid windows-tls\ --avoid uchar-h\ --avoid wchar-h\ --symlink\ --makefile-name=gnulib.mk\ " # Build prerequisites buildreq="\ autoconf 2.61 automake 1.11 autopoint 0.19.2 gettext - git 1.4.4 makeinfo - perl 5.5 tar - texi2pdf 6.1 xz - " bootstrap_epilogue() { perl -pi -e "s/\@PACKAGE\@/$package/g" README-release } # Automake requires that ChangeLog exist. bootstrap_post_import_hook() { touch ChangeLog || exit # Copy tests/init.sh from Gnulib. $gnulib_tool --copy-file tests/init.sh # configure.ac defines dummies for gt_LOCALE_EN_UTF8, gt_TYPE_WINT_T. rm m4/locale-en.m4 rm m4/wint_t.m4 }