summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3e9f6d5..d20951d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ AC_SUBST(ROOTDIR)
OBJDIR=$ROOTDIR/obj
AC_SUBST(OBJDIR)
+EXECDIR=$ROOTDIR/bin
+AC_SUBST(EXECDIR)
+
OOO_INSTALL_PATH=$with_ooo
AC_MSG_CHECKING([OOo installation])
if test -f "$OOO_INSTALL_PATH/program/soffice.bin"; then