summaryrefslogtreecommitdiffstats
path: root/patches/libtheora-1.1.1/autogen.sh
blob: e0a6f14ab1b4ca360ac4485aef8126b1771c6af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

./autogen.sh --help


echo "Generating configuration files for $package, please wait...."

echo "  aclocal -I m4"
aclocal -I m4 || exit 1
echo "  libtoolize --automake --force"
libtoolize --automake --force || exit 1
echo "  autoheader"
autoheader || exit 1
echo "  automake --add-missing"
automake --add-missing || exit 1
echo "  autoconf"
autoconf || exit 1