/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3
configure.ac
7 строк
333 B
David Paleino
Merge branch 'master' into 1.x
09 янв 2011, 20:19
09 янв 2011, 20:19
a5e203c
Код
Авторство
О чём код?
AC_PREREQ([2.59]) AC_INIT([bash-completion], [1.3]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror]) AC_SUBST(bashcompdir, $sysconfdir/bash_completion.d) AC_SUBST(helpersdir, $sysconfdir/bash_completion.d/helpers) AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile]) AC_OUTPUT