summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-15 12:49:33 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-15 14:48:05 +0200
commitab5ce3f70a5635c3ca141b5c8928a104b522e1bb (patch)
tree198a96bb9122a668edc299a2db72e5cd03a9a3fc /configure.in
parentspadmin.bin belongs to BRAND layer (diff)
downloadcore-ab5ce3f70a5635c3ca141b5c8928a104b522e1bb.tar.gz
core-ab5ce3f70a5635c3ca141b5c8928a104b522e1bb.zip
make the needed change to soffice.sh at configure time
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4d5ceedbfcf4..0560d607d17d 100755
--- a/configure.in
+++ b/configure.in
@@ -3681,6 +3681,7 @@ if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then
JITC_PROCESSOR_TYPE=6
export JITC_PROCESSOR_TYPE
fi
+AC_SUBST([JITC_PROCESSOR_TYPE])
if test $_os = "WINNT"; then
WITH_VC_REDIST="TRUE"
@@ -9353,7 +9354,10 @@ else
echo > set_soenv.last
fi
-AC_OUTPUT([set_soenv Makefile bin/repo-list])
+AC_OUTPUT([set_soenv Makefile bin/repo-list desktop/scripts/soffice.sh])
+
+# make sure this is executable
+chmod +x desktop/scripts/soffice.sh
# touch the config timestamp file set_soenv.stamp
if test ! -f set_soenv.stamp; then