/
githubmirror
/
opusfile
Обзор
Документация
Войти
/
githubmirror
/
opusfile
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
autogen.sh
10 строк
228 B
Ralph Giles
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
26 сен 2015, 04:08
26 сен 2015, 04:08
cfe0329
Код
Авторство
О чём код?
#!/bin/sh # Run this to set up the build system: configure, makefiles, etc. set -e srcdir=`dirname $0` test -n "$srcdir" && cd "$srcdir" echo "Updating build configuration files for opusfile, please wait...." autoreconf -isf