ooo-build r13956 - trunk
- From: szalaik svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13956 - trunk
- Date: Fri, 19 Sep 2008 06:33:31 +0000 (UTC)
Author: szalaik
Date: Fri Sep 19 06:33:30 2008
New Revision: 13956
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13956&view=rev
Log:
2008-09-19 Kalman Szalai - KAMI <kamihir freemail hu>
* configure.in: Introduce --with-sun-templates option.
Currently no effect on build but it will download and integrating
the requested SUN templates pack...
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Sep 19 06:33:30 2008
@@ -308,6 +308,14 @@
--with-openclipart=/usr/share/openclipart],
,)
+
+AC_ARG_WITH(sun-templates,
+[
+ --with-sun-templates Provides automatic download and integration of SUN
+ Microsystems' template packages relesead to Extensions site.],
+,)
+
+
AC_ARG_WITH(dejavu-fonts,
[
--with-dejavu-fonts Download and install updated DejaVu Fonts. The parameter is
@@ -851,6 +859,7 @@
AC_SUBST(OPENCLIPART_VER)
AC_SUBST(OPENCLIPART_DIR)
+
AC_MSG_CHECKING([for DejaVu Fonts])
DEJAVU_FONTS_VER=
DEJAVU_FONTS_PACK_NAME=
@@ -1196,6 +1205,20 @@
fi
AC_SUBST(SYSTEM_LIBWPG)
+
+AC_MSG_CHECKING([for SUN templates intergration])
+if test "z$with_sun_templates" = "zyes" ; then
+ SUNTEMPLATES_LANG="$with_lang"
+elif test "z$with_sun_templates" = "z" -o "z$with_lang" = "zno" ; then
+ SUNTEMPLATES_LANG=""
+ AC_MSG_RESULT([no])
+else
+ SUNTEMPLATES_LANG="$with_sun_templates"
+fi
+AC_MSG_RESULT([$SUNTEMPLATES_LANG])
+AC_SUBST(SUNTEMPLATES_LANG)
+
+
AC_MSG_CHECKING([whether to enable debugging code])
if test "$enable_dbgutil" = "yes" ; then
build_product=debug
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]