/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.9
configure.ac
17 строк
366 B
Ville Skyttä
Release 2.9
27 апр 2019, 11:51
27 апр 2019, 11:51
aa5b46e
Код
Авторство
О чём код?
AC_PREREQ([2.60]) AC_INIT([bash-completion], [2.9]) AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Wno-portability -Werror]) AC_PROG_LN_S AC_PROG_MKDIR_P AC_PROG_SED AC_SUBST(compatdir, $sysconfdir/bash_completion.d) AC_CONFIG_FILES([ Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile test/t/Makefile test/t/unit/Makefile ]) AC_OUTPUT