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
66538663
Kaydet (Commit)
66538663
authored
Ara 30, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move PRODUCT and PROEXT determination earlier in configure.
the is a prep work to migrate IN/OUTPATH out of set_soenv.in
üst
e5bbb4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
40 deletions
+41
-40
configure.in
configure.in
+41
-40
No files found.
configure.in
Dosyayı görüntüle @
66538663
...
...
@@ -2219,6 +2219,47 @@ printf ("hello world\n");
fi
AC_SUBST(HAVE_LD_BSYMBOLIC_FUNCTIONS)
dnl Set the ENABLE_DBGUTIL variable
dnl ===================================================================
AC_MSG_CHECKING([whether to build with additional debug utilities])
if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
PROEXT=""
PRODUCT=""
AC_MSG_RESULT([yes])
# cppunit and graphite expose STL in public headers
if test "$with_system_cppunit" = "yes"; then
AC_MSG_ERROR([--with-system-cppunit conflicts with DBG_UTIL build])
else
with_system_cppunit=no
fi
if test "$with_system_graphite" = "yes"; then
AC_MSG_ERROR([--with-system-graphite conflicts with DBG_UTIL build])
else
with_system_graphite=no
fi
if test "$with_system_mysql_cppconn" = "yes"; then
AC_MSG_ERROR([--with-system-mysql-cppconn conflicts with DBG_UTIL build])
else
with_system_mysql_cppconn=no
fi
if test $_os = WINNT -a \
\( "$enable_mozilla" != no -o \
"$enable_build_mozilla" != no \); then
# We can't build against the Mozilla stuff if using _DEBUG, will get linking errors
# See connectivity/drivers/mozab
AC_MSG_WARN([Also disabling Mozilla stuff then])
enable_mozilla=no
enable_build_mozilla=no
fi
else
PRODUCT="full"
PROEXT=".pro"
AC_MSG_RESULT([no, full product build])
fi
AC_SUBST(PRODUCT)
AC_SUBST(PROEXT)
dnl ===================================================================
dnl Set up a different compiler to produce tools to run on the build
dnl machine when doing cross-compilation
...
...
@@ -2427,46 +2468,6 @@ else
fi
AC_SUBST(ENABLE_DEBUG)
dnl Set the ENABLE_DBGUTIL variable
dnl ===================================================================
AC_MSG_CHECKING([whether to build with additional debug utilities])
if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
PROEXT=""
PRODUCT=""
AC_MSG_RESULT([yes])
# cppunit and graphite expose STL in public headers
if test "$with_system_cppunit" = "yes"; then
AC_MSG_ERROR([--with-system-cppunit conflicts with DBG_UTIL build])
else
with_system_cppunit=no
fi
if test "$with_system_graphite" = "yes"; then
AC_MSG_ERROR([--with-system-graphite conflicts with DBG_UTIL build])
else
with_system_graphite=no
fi
if test "$with_system_mysql_cppconn" = "yes"; then
AC_MSG_ERROR([--with-system-mysql-cppconn conflicts with DBG_UTIL build])
else
with_system_mysql_cppconn=no
fi
if test $_os = WINNT -a \
\( "$enable_mozilla" != no -o \
"$enable_build_mozilla" != no \); then
# We can't build against the Mozilla stuff if using _DEBUG, will get linking errors
# See connectivity/drivers/mozab
AC_MSG_WARN([Also disabling Mozilla stuff then])
enable_mozilla=no
enable_build_mozilla=no
fi
else
PRODUCT="full"
PROEXT=".pro"
AC_MSG_RESULT([no, full product build])
fi
AC_SUBST(PRODUCT)
AC_SUBST(PROEXT)
dnl Determine whether to use linkoo for the smoketest installation
dnl ===================================================================
...
...
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