ooo-build r13957 - branches/ooo-build-3-0
- From: szalaik svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13957 - branches/ooo-build-3-0
- Date: Fri, 19 Sep 2008 06:34:18 +0000 (UTC)
Author: szalaik
Date: Fri Sep 19 06:34:18 2008
New Revision: 13957
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13957&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:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/configure.in
Modified: branches/ooo-build-3-0/configure.in
==============================================================================
--- branches/ooo-build-3-0/configure.in (original)
+++ branches/ooo-build-3-0/configure.in Fri Sep 19 06:34:18 2008
@@ -301,6 +301,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
@@ -1183,6 +1191,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]