This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
noah
/
isync
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
5ace6fc45e
Větve
Značky
master
isync
/
autogen.sh
autogen.sh
96 B
Historie
Surový
1
2
3
4
5
6
7
8
#! /bin/sh
# $Id$
set -e -v
aclocal
autoheader
automake --add-missing
autoconf
./configure "$@"