]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix previous fix
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 5 Nov 2013 21:58:38 +0000 (22:58 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 5 Nov 2013 21:58:38 +0000 (22:58 +0100)
autogen.sh

index 974ee3e1b26285ef3db8f73ec9323a3c4008225d..0ef7c28bf2c948d1f267b0a886ab7680c504f219 100755 (executable)
@@ -25,7 +25,7 @@ if test -z `which autopoint`; then
 fi
 
 autopoint --force
-AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose || exit 1
+AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose || exit $?
 
 cd "$olddir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"