/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
autogen.sh
13 строк
276 B
Rainer Gerhards
maintain ChangeLog
16 дек 2015, 19:26
16 дек 2015, 19:26
65e4a11
Код
Авторство
О чём код?
#!/bin/sh autoreconf -v --install || exit 1 # If there are any options, assume the user wants to run configure. # To run configure w/o any options, use ./autogen.sh --configure if [ $# -gt 0 ] ; then case "$1" in --conf*) shift 1 ;; esac exec ./configure "$@" fi