]> git.wh0rd.org - patches.git/blame - ode-autogen-sanity.patch
more random patches. who knows.
[patches.git] / ode-autogen-sanity.patch
CommitLineData
5e993f12 1Index: autogen.sh
2===================================================================
3--- autogen.sh (revision 987)
4+++ autogen.sh (working copy)
5@@ -29,13 +29,13 @@ echo "Please make sure that you use auto
6 echo "Warnings about underquoted definitions are harmless"
7
8 echo "Running aclocal"
9-aclocal -I .
10+aclocal -I . || exit 1
11 echo "Running autoheader"
12-autoheader
13+autoheader || exit 1
14 echo "Running automake"
15-automake --foreign --include-deps --add-missing --copy
16+automake --foreign --include-deps --add-missing --copy || exit 1
17 echo "Running autoconf"
18-autoconf
19+autoconf || exit 1
20
21 #./configure $*
22