summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02Using NDK r8b seems to work now so drop warning commentsTor Lillqvist1-9/+0
Change-Id: Ia789a228918ded1283433289f4fd9ab80bd78ae9
2012-08-01Warn that the CoreText code is WIPTor Lillqvist1-1/+2
Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009
2012-08-01Building against SDKs 10.7 and 10.8 seems to succeed nowTor Lillqvist1-4/+0
Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202
2012-07-31More NDK r8b fixesTor Lillqvist1-2/+10
Change-Id: Ib91d60bc66860ad44541b28fbe89aa01d89cdee2
2012-07-31More NDK r8b adaptationTor Lillqvist1-15/+32
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
2012-07-30Add "support" for building against the 10.8 SDKTor Lillqvist1-4/+22
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 Lillqvist1-2/+2
Change-Id: I289aa31a6ef984931f888c127c1a7c30f64b53fc
2012-07-30configure.in: don't remove AC_SUBST(COMPATH)Michael Stahl1-0/+2
Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6
2012-07-30Use the toolchain version subdir in -L and -I flags when necessaryTor Lillqvist1-4/+11
Change-Id: I3dcfee60cc28efd593241f0381fbcf07fd6ef646
2012-07-30Remove unused SERIALIZER_JARStephan Bergmann1-5/+0
...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 Lillqvist1-1/+13
Change-Id: Ie122a5f3ef8cda58c4fc29f6366bd1d6f6d86dd2
2012-07-30configure: remove check for empty $COMPATHMichael Stahl1-5/+0
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 Lillqvist1-1/+1
Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e
2012-07-30Add --with-android-ndk-toolchain-version. NDK r8b support still work in progressTor Lillqvist1-2/+14
2012-07-30We use four-column indentation stepsTor Lillqvist1-31/+31
2012-07-30--with-android-arch is pointless, that's what host_cpu is forTor Lillqvist1-13/+5
2012-07-30Add comment about NDK r8bTor Lillqvist1-0/+6
2012-07-27update mdds checkDavid Tardon1-22/+2
Change-Id: I652d84f60a92369466f153a502022ac519312b22
2012-07-27Improved check for winegcc.Jan Holesovsky1-2/+14
Change-Id: I307459f35d960ca901cd8dd609195734ab6db98b
2012-07-27Revert "set WINEGCC only when cross compiling"Jan Holesovsky1-2/+1
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 Ostrovsky1-1/+2
Change-Id: I598490aa71b658844d912008c0cf14e225bda0db
2012-07-25WINEGCC has to be present even in the build_config.mk.Jan Holesovsky1-1/+1
Change-Id: If0ca390da0f3ae2a36573cf54834685bd64042e3
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann1-2/+7
Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky1-1/+6
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
2012-07-24Allow specification of --with-package-format=msi regardless of EPM setting.Jan Holesovsky1-88/+95
Change-Id: I32c80cb7ffd6cedee854d03f198f21afd94a664c
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky1-2/+18
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
2012-07-23Use config_host.mk.source when configuring 'build' for cross-compilation.Jan Holesovsky1-2/+2
Change-Id: I2e6e2a98bbaf515ececa75948d6b20bf9a093fe5
2012-07-23Propagate also the OS X SDK version we are building against to the environmentTor Lillqvist1-5/+6
Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e
2012-07-23Use xcode-select -print-path for 10.6 and 10.7 SDKsTor Lillqvist1-8/+2
Change-Id: I79d71c682c07f49b70c6791953c000868bf65cd9
2012-07-23Eventually build the lanedo msi* tools soonFridrich Štrba1-1/+1
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
2012-07-23Check for uuidgen and for winegccFridrich Štrba1-0/+7
Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080
2012-07-20android: x86 porting work.Michael Meeks1-8/+21
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann1-5/+2
...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 Bergmann1-0/+3
Change-Id: I6caa48a428ac7fef23f7c3e6fc7896b7e3a8d0fc
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson1-1/+1
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 Thompson1-1/+1
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-1/+1
2012-07-17expand pkg_config flags for telepathyMichael Meeks1-1/+1
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+30
2012-07-16there is no --with-openldap option anymoreMatúš Kukan1-2/+1
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba1-46/+24
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-15STLPort on Solaris only makes sense with SunStudioMichael Stahl1-1/+1
Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe
2012-07-10about.svg no longer bears brand differences.Thorsten Behrens1-2/+0
Change-Id: I28ce335b4fafc8c628a0ec71dd097a09d683b2be
2012-07-09configure: remove silly un-terminated s[dw]ext msgMichael Stahl1-2/+0
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77
2012-07-09configure: don't fail if ant home contains spaceMichael Stahl1-11/+7
Change-Id: I70ee8a557cb0e9aee393939e886cf82d8a9fc79c
2012-07-09configure.in: typosMichael Stahl1-2/+2
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56
2012-07-04add note about rsvg being a hard dep nowBjoern Michaelsen1-0/+4
Change-Id: Ice373ab8ceba1d5de37bd5c08e38b6bb6d140b74
2012-07-04check for Digest::MD5 Perl moduleAndras Timar1-1/+1
Change-Id: I11ee3d8ea0245758570cfd482a99f7012c0ad869
2012-07-03Add new splash screen by Andrea SorognaStefan Knorr (astron)1-4/+4
With some modifications to fit the brand colors etc. by myself. * The visible progress bar frame is now in the image itself which has two advantages - it is always there (otherwise the splash could come up without any progress bar frame at all, and then would appear a second later) - you can have arbitrary distances between the bar frame and the bar The frame defined in configure.in is now in a barely visible colour. Change-Id: Ief361b68d6a8665afa8da42325ac39fa750654ef
2012-06-29Google Docs extension passive registrationAndras Timar1-1/+1
Change-Id: I1ca4a35ccdc93b55fa84ca85cd4769a53545ca79