summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-10-08 10:43:12 +0200
committerAndras Timar <andras.timar@collabora.com>2015-10-28 00:20:09 +0100
commitc276d5ba1491dc237812cdf3d877a4ecec2ee1dc (patch)
treee2847a5608c7f6a7ab51b2e85481b4de01679619 /configure.ac
parent58fca586668421ad13448622a90f230917a0b3e2 (diff)
Collabora Office branding
Change-Id: I9e79c07aa3cbb70076d9bab07294062df4be02c6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 555cdc47ffd1..dcd62d121c2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([LibreOffice],[5.0.10.5],[],[],[https://libreoffice-from-collabora.com/])
+AC_INIT([Collabora Office],[5.0.10.6],[],[],[https://CollaboraOffice.com/])
AC_PREREQ([2.59])
@@ -117,7 +117,7 @@ AC_MSG_CHECKING([for product name])
if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
PRODUCTNAME=AC_PACKAGE_NAME"Dev"
else
- PRODUCTNAME=AC_PACKAGE_NAME
+ PRODUCTNAME="AC_PACKAGE_NAME"
fi
AC_MSG_RESULT([$PRODUCTNAME])
AC_SUBST(PRODUCTNAME)