[ooo-build-commit] configure.in
René Engelhard
rene at kemper.freedesktop.org
Sun Oct 11 19:50:53 PDT 2009
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71f300596c850ed2e8d30b9c651a9c6f8a7aef3f
Author: Rene Engelhard <rene at debian.org>
Date: Mon Oct 12 04:48:04 2009 +0200
support OOO320 in determining with patch dir to use, remove ancient stuff
* configure.in:
diff --git a/configure.in b/configure.in
index 60d13af..58e9647 100644
--- a/configure.in
+++ b/configure.in
@@ -507,7 +507,7 @@ else
GREP=grep
fi
-if echo "$with_tag" | $GREP -E ['^(src680-m2[4-9][0-9]|dev300|beb300|BEB300|ooo300|OOO300|ooo310|OOO310)'] >/dev/null 2>/dev/null ; then
+if echo "$with_tag" | $GREP -E ['^(dev300|ooo320|OOO320)'] >/dev/null 2>/dev/null ; then
APPLY_DIR="$TOOLSDIR/patches/dev300"
else
APPLY_DIR="$TOOLSDIR/patches/$with_tag"
More information about the ooo-build-commit
mailing list