summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-14 23:10:32 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-14 23:10:32 -0500
commit725007b7e9e3079e74e31de61f1ecf5804573781 (patch)
tree3d82f9a936361135b7c3ca4933dcc112e70e9c08
parenta1932948b44b3452dcb824c14c25656b9d643582 (diff)
Added autogen.sh to automate autoconf etc.
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..ff0a152
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+autoconf || exit 1
+./configure --with-ooo=/usr/lib/ooo3