repo.or.cz
/
xiph-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git]
/
vorbis-tools
/
autogen.sh
blob
7bf5cf2a6803ad463a957c187a04a2b24f730318
1
#!/bin/sh
2
# Run this to set up the build system: configure, makefiles, etc.
3
set -e
4
5
srcdir
=
`dirname
$0
`
6
test -n
"
$srcdir
"
&&
cd
"
$srcdir
"
7
8
echo
"Updating build configuration files for vorbis-tools, please wait...."
9
10
ACLOCAL_FLAGS
=
"-I m4"
11
autoreconf
-isf