/
niceSOFT
/
inetutils
Обзор
Документация
Войти
/
niceSOFT
/
inetutils
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
inetutils-1_6
bootstrap.conf
85 строк
2 KB
Sergey Poznyakoff
Some more work on inetd.
12 дек 2008, 17:29
12 дек 2008, 17:29
2ccf063
Код
Авторство
О чём код?
# Bootstrap configuration. # Copyright (C) 2006, 2007, 2008 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, 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, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # gnulib library name gnulib_name=libgnu # gnulib modules used by this package. gnulib_modules=" alloca alloca-opt argp autobuild error exit exitfail extensions free getcwd getline getopt getpass gettext gettext-h getusershell glob malloc memcmp memcpy memmove mempcpy memset minmax obstack poll readline readutmp realloc regex setenv size_max snprintf stdbool stdint strcase strchrnul strdup strerror strndup strnlen sysexits unistd-safer unlocked-io vasnprintf version-etc-fsf vsnprintf xalloc xalloc-die xgetcwd xsize " # Read local configuration file if [ -r .bootstrap ]; then echo "$0: Reading configuration file .bootstrap" eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*" fi # Work around a silly `bug' in bootstrap. test -d m4 || mkdir m4