/
githubmirror
/
libidn2
Обзор
Документация
Войти
/
githubmirror
/
libidn2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libidn2-0.13
bootstrap.conf
71 строка
2 KB
Simon Josefsson
Libunistring required.
29 дек 2016, 13:01
Не верифицирован
29 дек 2016, 13:01
7e5ccaf
Код
Авторство
О чём код?
# 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 use_libtool=1 SKIP_PO=1 checkout_only_file= gnulib_modules=" gendocs gettext-h gnupload lib-symbol-versions lib-symbol-visibility libunistring localcharset maintainer-makefile manywarnings progname strchrnul strverscmp update-copyright valgrind-tests version-etc unictype/joiningtype-of " # Bloats library even with libunistring-optional?! FIXME #uniconv/u8-strconv-from-locale #unictype/bidiclass-of #unictype/category-M #unictype/category-test #unictype/joiningtype-of #unictype/scripts #uninorm/base #uninorm/nfc #uninorm/u32-normalize #unistr/u32-to-u8 #unistr/u8-to-u32 # Build prerequisites buildreq="\ autoconf 2.62 automake 1.11.1 gettext 0.17 git 1.4.4 perl 5.5 " bootstrap_post_import_hook () { # Automake requires that ChangeLog exist. touch ChangeLog || return 1 }