/
githubmirror
/
adcli
Обзор
Документация
Войти
/
githubmirror
/
adcli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.4
autogen.sh
18 строк
358 B
Stef Walter
Complete lots of infrastructure
10 май 2012, 13:40
10 май 2012, 13:40
6d5e074
Код
Авторство
О чём код?
#!/bin/sh -e set -e # Some boiler plate to get git setup as expected if test -d .git; then if test -f .git/hooks/pre-commit.sample && \ test ! -f .git/hooks/pre-commit; then cp -pv .git/hooks/pre-commit.sample .git/hooks/pre-commit fi fi set -x autoreconf --force --install --verbose if test x"$NOCONFIGURE" = x; then exec ./configure "$@" fi