/
githubmirror
/
acl
Обзор
Документация
Войти
/
githubmirror
/
acl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
m4/package_attrdev.m4
24 строки
1 KB
Andreas Gruenbacher
Remove unused m4 macros
23 июн 2026, 14:36
23 июн 2026, 14:36
149da70
Код
Авторство
О чём код?
dnl Copyright (C) 2003, 2004, 2006, 2007 Silicon Graphics, Inc. dnl dnl This program is free software: you can redistribute it and/or modify it dnl under the terms of the GNU General Public License as published by dnl the Free Software Foundation, either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. AC_DEFUN([AC_PACKAGE_NEED_ATTR_ERROR_H], [ AC_CHECK_HEADERS([attr/error_context.h]) if test "$ac_cv_header_attr_error_context_h" != "yes"; then echo echo 'FATAL ERROR: attr/error_context.h does not exist.' echo 'Install the extended attributes (attr) development package.' echo 'Alternatively, run "make install-dev" from the attr source.' exit 1 fi ])