Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f089450d
Kaydet (Commit)
f089450d
authored
Nis 09, 2008
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i88067# set default ENABLE_MINIMIZER=YES
üst
7e42791d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
configure
config_office/configure
+10
-1
configure.in
config_office/configure.in
+5
-2
No files found.
config_office/configure
Dosyayı görüntüle @
f089450d
#
! /bin/sh
#
From
configure
.
in
Revision
:
1.26
0
.
#
From
configure
.
in
Revision
:
1.26
1
.
#
Guess
values
for
system
-
dependent
variables
and
create
Makefiles
.
#
Generated
by
GNU
Autoconf
2.59
.
#
...
...
@@ -1004,6 +1004,8 @@ Optional Features:
--disable-reportdesign disables the build of the Report Builder extension
--disable-minimizer disables the build of the Presentation Minimizer extension
--disable-neon Disable neon and the compilation of webdav binding
--disable-Xaw Disables the use of Xaw for the Netscape/Mozilla
...
...
@@ -2349,6 +2351,13 @@ if test "${enable_reportdesign+set}" = set; then
enableval="
$
enable_reportdesign
"
fi;
# Check whether --enable-minimizer or --disable-minimizer was given.
if test "
${
enable_minimizer
+
set
}
" = set; then
enableval="
$
enable_minimizer
"
else
enable_minimizer=yes
fi;
# Check whether --with-system-jfreereport or --without-system-jfreereport was given.
if test "
${
with_system_jfreereport
+
set
}
" = set; then
...
...
config_office/configure.in
Dosyayı görüntüle @
f089450d
...
...
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl
*
dnl
*
Name
:
configure
.
in
dnl
*
Auth
:
Willem
van
Dorp
,
Ross
Nicholson
,
Oisin
Boydell
-
Sun
Microsystems
Ireland
dnl
*
Date
:
$
Date
:
2008
-
04
-
0
8
15
:
16
:
57
$
dnl
*
Date
:
$
Date
:
2008
-
04
-
0
9
16
:
42
:
18
$
dnl
*
dnl
*
Desc
:
This
file
serves
as
input
for
the
GNU
autoconf
package
dnl
*
in
order
to
create
a
configure
script
.
...
...
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl
*
dnl
*
dnl
******************************************************************/
AC_REVISION
(
$
Revision
:
1.26
1
$
)
AC_REVISION
(
$
Revision
:
1.26
2
$
)
AC_PREREQ
(
2.50
)
AC_INIT
()
echo
"$@"
>
config
.
parms
...
...
@@ -367,6 +367,9 @@ AC_ARG_ENABLE(ogltrans,
AC_ARG_ENABLE
(
reportdesign
,
[
--
disable
-
reportdesign
disables
the
build
of
the
Report
Builder
extension
],,)
AC_ARG_ENABLE
(
minimizer
,
[
--
disable
-
minimizer
disables
the
build
of
the
Presentation
Minimizer
extension
],,
enable_minimizer
=
yes
)
AC_ARG_WITH
(
system
-
jfreereport
,
[
--
with
-
system
-
jfreereport
Use
JFreeReport
already
on
system
],,)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment