bug in sawfish autogen.sh
- From: Mark Diekhans <markd kermodei com>
- To: <sawfish-list gnome org>
- Subject: bug in sawfish autogen.sh
- Date: Mon, 2 Feb 2009 00:12:12 -0800
Sawfish autogen.sh doesn't check for intltoolize failing. Here
is the patch:
--- autogen.sh.org 2009-02-02 00:09:41.000000000 -0800
+++ autogen.sh 2009-02-02 00:09:50.000000000 -0800
@@ -26,7 +26,7 @@
fi
fi
echo "Running intltoolize"
- intltoolize --force --copy
+ intltoolize --force --copy || exit 1
echo "Running aclocal $ACLOCAL_FLAGS"
aclocal -I m4 -I /usr/share/aclocal/ $ACLOCAL_FLAGS || exit 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]