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
c6c16736
Kaydet (Commit)
c6c16736
authored
Kas 10, 2010
tarafından
Sebastian Spaeth
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Pull some common options as defaults and only change them if needed
üst
813eb5d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
14 deletions
+10
-14
configure.in
configure.in
+10
-14
No files found.
configure.in
Dosyayı görüntüle @
c6c16736
...
@@ -1544,14 +1544,16 @@ dnl The following is a list of supported systems.
...
@@ -1544,14 +1544,16 @@ dnl The following is a list of supported systems.
dnl Sequential to keep the logic very simple
dnl Sequential to keep the logic very simple
dnl These values may be checked and reset later.
dnl These values may be checked and reset later.
dnl ===================================================================
dnl ===================================================================
#defaults unless the os test overrides this:
test_cairo=yes
test_randr=yes
case "$build_os" in
case "$build_os" in
solaris*)
solaris*)
test_gtk=yes
test_gtk=yes
test_cairo=yes
build_gstreamer=yes
build_gstreamer=yes
test_kde=yes
test_kde=yes
test_cups=yes
test_cups=yes
test_randr=yes
test_freetype=yes
test_freetype=yes
_os=SunOS
_os=SunOS
AC_PATH_PROG( GNUTAR, gtar,,$PATH:/usr/sfw/bin)
AC_PATH_PROG( GNUTAR, gtar,,$PATH:/usr/sfw/bin)
...
@@ -1581,30 +1583,29 @@ case "$build_os" in
...
@@ -1581,30 +1583,29 @@ case "$build_os" in
;;
;;
linux-gnu*|k*bsd*-gnu*)
linux-gnu*|k*bsd*-gnu*)
test_gtk=yes
test_gtk=yes
test_cairo=yes
build_gstreamer=yes
build_gstreamer=yes
test_kde=yes
test_kde=yes
test_kde4=yes
test_kde4=yes
test_cups=yes
test_cups=yes
test_randr=yes
test_freetype=yes
test_freetype=yes
test_unix_quickstarter=yes
test_unix_quickstarter=yes
_os=Linux
_os=Linux
;;
;;
gnu)
gnu)
test_randr=no
test_cairo=no
test_cups=no
test_cups=no
_os=GNU
_os=GNU
;;
;;
cygwin*) # Windows
cygwin*) # Windows
test_cups=no
test_cups=no
test_
cairo=yes
test_
randr=no
test_freetype=no
test_freetype=no
_os=WINNT
_os=WINNT
;;
;;
darwin*) # Mac OS X
darwin*) # Mac OS X
test_cups=yes
test_cups=yes
test_gtk=yes
test_gtk=yes
test_cairo=yes
test_randr=no
test_randr=no
test_freetype=no
test_freetype=no
_os=Darwin
_os=Darwin
...
@@ -1615,21 +1616,19 @@ case "$build_os" in
...
@@ -1615,21 +1616,19 @@ case "$build_os" in
fi
fi
;;
;;
os2*)
os2*)
test_x=no
test_cups=no
test_cups=no
test_randr=no
test_randr=no
test_gtk=no
test_gtk=no
test_cairo=no
test_freetype=no
test_freetype=no
_os=OS2
_os=OS2
;;
;;
freebsd*)
freebsd*)
test_gtk=yes
test_gtk=yes
test_cairo=yes
build_gstreamer=yes
build_gstreamer=yes
test_kde=yes
test_kde=yes
test_kde4=yes
test_kde4=yes
test_cups=yes
test_cups=yes
test_randr=yes
test_freetype=yes
test_freetype=yes
AC_MSG_CHECKING([the FreeBSD operating system release])
AC_MSG_CHECKING([the FreeBSD operating system release])
if test -n "$with_os_version"; then
if test -n "$with_os_version"; then
...
@@ -1654,17 +1653,16 @@ case "$build_os" in
...
@@ -1654,17 +1653,16 @@ case "$build_os" in
;;
;;
osf)
osf)
test_cups=no
test_cups=no
test_cairo=no
test_randr=no
test_randr=no
_os=OSF1
_os=OSF1
;;
;;
*netbsd*)
*netbsd*)
test_gtk=yes
test_gtk=yes
test_cairo=yes
build_gstreamer=yes
build_gstreamer=yes
test_kde=yes
test_kde=yes
test_kde4=yes
test_kde4=yes
test_cups=yes
test_cups=yes
test_randr=yes
test_freetype=yes
test_freetype=yes
PTHREAD_CFLAGS="-pthread"
PTHREAD_CFLAGS="-pthread"
PTHREAD_LIBS="-pthread -lpthread"
PTHREAD_LIBS="-pthread -lpthread"
...
@@ -1673,18 +1671,16 @@ case "$build_os" in
...
@@ -1673,18 +1671,16 @@ case "$build_os" in
aix*)
aix*)
test_cups=no
test_cups=no
test_randr=no
test_randr=no
test_cairo=no
test_freetype=yes
test_freetype=yes
PTHREAD_LIBS=-pthread
PTHREAD_LIBS=-pthread
_os=AIX
_os=AIX
;;
;;
openbsd*)
openbsd*)
test_x=yes
test_gtk=yes
test_gtk=yes
build_cairo=yes
test_kde=yes
test_kde=yes
test_cups=yes
test_cups=yes
test_freetype=yes
test_freetype=yes
test_randr=yes
PTHREAD_CFLAGS="-pthread -D_THREAD_SAFE"
PTHREAD_CFLAGS="-pthread -D_THREAD_SAFE"
PTHREAD_LIBS="-pthread"
PTHREAD_LIBS="-pthread"
_os=OpenBSD
_os=OpenBSD
...
...
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