summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-29 16:50:08 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-29 16:50:08 -0500
commit26113c0b9ca1822f7aa8d187679abdd290ccc272 (patch)
treed62fa6fd455fe3eac99bddd619a9c150dd06e5bc /autogen.sh
parente7f255f9cb73bb51957bcdc87981d20a0a3f58b0 (diff)
Added configure check for xls-dump script.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ff0a152..6d773d3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,5 @@
#!/bin/sh
autoconf || exit 1
-./configure --with-ooo=/usr/lib/ooo3
+./configure \
+ --with-ooo=/usr/lib/ooo3 \
+ --with-xls-dump=$HOME/ooo/ooo-build/scratch/mso-dumper/xls-dump.py