/
githubmirror
/
libidn2
Обзор
Документация
Войти
/
githubmirror
/
libidn2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libidn2-0.12
bootstrap.conf
53 строки
1 KB
Simon Josefsson
Don't modify .gitignore.
27 дек 2016, 00:14
Не верифицирован
27 дек 2016, 00:14
8a3fdfe
Код
Авторство
О чём код?
# Copyright (C) 2016 Tim Rühsen # Copyright (C) 2016 Simon Josefsson # 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 <http://www.gnu.org/licenses/>. # bootstrapping docs printf "gdoc_MANS =\ngdoc_TEXINFOS =\n" > doc/Makefile.gdoc # gnulib library name gnulib_name=libgnu gnulib_tool_option_extras="--makefile-name=gnulib.mk" use_libtool=1 SKIP_PO=1 checkout_only_file= vc_files=false gnulib_modules=" gendocs gettext-h lib-symbol-versions lib-symbol-visibility libunistring-optional localcharset maintainer-makefile manywarnings progname strchrnul strverscmp unictype/joiningtype-of uninorm/base valgrind-tests version-etc " # Build prerequisites buildreq="\ autoconf 2.62 automake 1.11.1 gettext 0.17 git 1.4.4 perl 5.5 "