summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-08-07check only iOS|Android to exclude GLIB from BUILD_TYPEEike Rathke
Change-Id: I146731bd9e9046ff948c0af2709569dfc539063b
2012-08-07We don't want to use liblangtag on Android or iOSTor Lillqvist
We don't need GLib then either. For now just a quick dummy replacement for liblangtag in i18npool that will crash at run-time. Improve once it starts to get used, and once it is clear what functionality is needed. Change-Id: I9777c2c776dd6e479e1d6f0fb073f289ea6ff2f4
2012-08-06maybe I'll get this right one time ... BUILD_TYPE GLIB only if not systemEike Rathke
Change-Id: I94cea4d8ea33d89a5a2883e6434a97a2692bc505
2012-08-06added GLIB to BUILD_TYPEEike Rathke
Change-Id: Iad491070b5a199aab4652d955cdbc7839c07c70b
2012-08-06configure SYSTEM_LIBLANGTAGEike Rathke
2012-08-02Using NDK r8b seems to work now so drop warning commentsTor Lillqvist
Change-Id: Ia789a228918ded1283433289f4fd9ab80bd78ae9
2012-08-01Warn that the CoreText code is WIPTor Lillqvist
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
2012-08-01Building against SDKs 10.7 and 10.8 seems to succeed nowTor Lillqvist
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
2012-07-31More NDK r8b fixesTor Lillqvist
Change-Id: Ib91d60bc66860ad44541b28fbe89aa01d89cdee2
2012-07-31More NDK r8b adaptationTor Lillqvist
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
2012-07-30Add "support" for building against the 10.8 SDKTor Lillqvist
Presumably like building against the 10.7 SDK, --enable-coretext should be used to avoid compilation errors, and it will likely get into a loop at run-time quite quickly. Change-Id: Ib773368a0c5f79dafd3264a8229c5133943f88d6
2012-07-30Avoid "note: the mangling of 'va_list' has changed in GCC 4.4" messagesTor Lillqvist
Change-Id: I289aa31a6ef984931f888c127c1a7c30f64b53fc
2012-07-30configure.in: don't remove AC_SUBST(COMPATH)Michael Stahl
Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6
2012-07-30Use the toolchain version subdir in -L and -I flags when necessaryTor Lillqvist
Change-Id: I3dcfee60cc28efd593241f0381fbcf07fd6ef646
2012-07-30Remove unused SERIALIZER_JARStephan Bergmann
...which is likely a leftover. There is a LIBSERIALIZER_JAR that is acutally used. Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0
2012-07-30Let's try to use the gold linker when using NDK r8b's GCC 4.6 or newerTor Lillqvist
Change-Id: Ie122a5f3ef8cda58c4fc29f6366bd1d6f6d86dd2
2012-07-30configure: remove check for empty $COMPATHMichael Stahl
It would be extremely suprising if we could get to line 11075 in the configure script if there isn't actually a C++ compiler available, and the test does fail on Fedora 17 without ccache installed because $CC is /bin/gcc. Change-Id: I727ba171a3d647e2ba974d196794943b6450ce6e
2012-07-30The 'r' in unxandr stands for ARMTor Lillqvist
Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e
2012-07-30Add --with-android-ndk-toolchain-version. NDK r8b support still work in progressTor Lillqvist
2012-07-30We use four-column indentation stepsTor Lillqvist
2012-07-30--with-android-arch is pointless, that's what host_cpu is forTor Lillqvist
2012-07-30Add comment about NDK r8bTor Lillqvist
2012-07-27update mdds checkDavid Tardon
Change-Id: I652d84f60a92369466f153a502022ac519312b22
2012-07-27Improved check for winegcc.Jan Holesovsky
Change-Id: I307459f35d960ca901cd8dd609195734ab6db98b
2012-07-27Revert "set WINEGCC only when cross compiling"Jan Holesovsky
WINEGCC is needed for the 'build' part of the configuration, and the build part does not know anything of actually being setting up cross-compilation. This reverts commit e7dec2887e511a18a5f9927884c1a1df45fc35f0.
2012-07-26set WINEGCC only when cross compilingDavid Ostrovsky
Change-Id: I598490aa71b658844d912008c0cf14e225bda0db
2012-07-25WINEGCC has to be present even in the build_config.mk.Jan Holesovsky
Change-Id: If0ca390da0f3ae2a36573cf54834685bd64042e3
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann
Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
2012-07-24Allow specification of --with-package-format=msi regardless of EPM setting.Jan Holesovsky
Change-Id: I32c80cb7ffd6cedee854d03f198f21afd94a664c
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
2012-07-23Use config_host.mk.source when configuring 'build' for cross-compilation.Jan Holesovsky
Change-Id: I2e6e2a98bbaf515ececa75948d6b20bf9a093fe5
2012-07-23Propagate also the OS X SDK version we are building against to the environmentTor Lillqvist
Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e
2012-07-23Use xcode-select -print-path for 10.6 and 10.7 SDKsTor Lillqvist
Change-Id: I79d71c682c07f49b70c6791953c000868bf65cd9
2012-07-23Eventually build the lanedo msi* tools soonFridrich Štrba
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
2012-07-23Check for uuidgen and for winegccFridrich Štrba
Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080
2012-07-20android: x86 porting work.Michael Meeks
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann
...had been missing. Old dmake-based build system did not add -source/-target when using gcj (unless gcj really was Eclipse Java Compiler, in which case those -source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is no longer necessary. (Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.) Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
2012-07-19Detect failing Clang with GCC 4.7 headers and --std=gnu++0x scenariosStephan Bergmann
Change-Id: I6caa48a428ac7fef23f7c3e6fc7896b7e3a8d0fc
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson
I added these to the recently-released telepathy-glib 0.18.0 mainly to let us simplify the code here. With this new API, tp-glib takes care of waiting for the state changes, creating the GDBusConnection, etc.
2012-07-17configure: Depend on new enough tp-glib for FT apiWill Thompson
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson
2012-07-17expand pkg_config flags for telepathyMichael Meeks
2012-07-17implementing Telepathy Tubes interfaceEike Rathke
2012-07-16there is no --with-openldap option anymoreMatúš Kukan
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-15STLPort on Solaris only makes sense with SunStudioMichael Stahl
Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe
2012-07-10about.svg no longer bears brand differences.Thorsten Behrens
Change-Id: I28ce335b4fafc8c628a0ec71dd097a09d683b2be
2012-07-09configure: remove silly un-terminated s[dw]ext msgMichael Stahl
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77
2012-07-09configure: don't fail if ant home contains spaceMichael Stahl
Change-Id: I70ee8a557cb0e9aee393939e886cf82d8a9fc79c