summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist1-5/+22
2012-08-16Having a pkg-config on the Mac *will* break the build, so error outTor Lillqvist1-5/+3
2012-08-15Be less picky about how the Android SDK is configuredTor Lillqvist1-1/+1
2012-08-15Don't bother having configure look for stuff not needed for the build platformTor Lillqvist1-1/+4
2012-08-15Let --with-system-libs not affect hsqldb and saxonMiklos Vajna1-4/+2
2012-08-15add build support for libexsltDavid Tardon1-0/+7
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara1-17/+0
2012-08-14nss is now required unconditionally in vclMatúš Kukan1-3/+1
2012-08-13Fir a couple of typos, thanks to James Chen for noticingTor Lillqvist1-2/+2
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky1-24/+26
2012-08-10Look for the 10.6 SDK in the same places as the 10.[78] onesTor Lillqvist1-6/+1
2012-08-10make avmedia build with gstreamer-0.10David Tardon1-1/+1
2012-08-09Don't check $cross_compiling until it has been detected more reliablyTor Lillqvist1-8/+8
2012-08-09Building the internal Python fails when using a more modern Mac SDKTor Lillqvist1-1/+4
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-5/+36
2012-08-09Automagic Mac SDK location/version detectionTor Lillqvist1-81/+168
2012-08-08Use LIBS not LDFLAGS to not fail with enforced as-needed.Tomas Chvatal1-3/+3
2012-08-07check only iOS|Android to exclude GLIB from BUILD_TYPEEike Rathke1-2/+8
2012-08-07We don't want to use liblangtag on Android or iOSTor Lillqvist1-2/+9
2012-08-06maybe I'll get this right one time ... BUILD_TYPE GLIB only if not systemEike Rathke1-1/+2
2012-08-06added GLIB to BUILD_TYPEEike Rathke1-0/+1
2012-08-06configure SYSTEM_LIBLANGTAGEike Rathke1-0/+6
2012-08-02Using NDK r8b seems to work now so drop warning commentsTor Lillqvist1-9/+0
2012-08-01Warn that the CoreText code is WIPTor Lillqvist1-1/+2
2012-08-01Building against SDKs 10.7 and 10.8 seems to succeed nowTor Lillqvist1-4/+0
2012-07-31More NDK r8b fixesTor Lillqvist1-2/+10
2012-07-31More NDK r8b adaptationTor Lillqvist1-15/+32
2012-07-30Add "support" for building against the 10.8 SDKTor Lillqvist1-4/+22
2012-07-30Avoid "note: the mangling of 'va_list' has changed in GCC 4.4" messagesTor Lillqvist1-2/+2
2012-07-30configure.in: don't remove AC_SUBST(COMPATH)Michael Stahl1-0/+2
2012-07-30Use the toolchain version subdir in -L and -I flags when necessaryTor Lillqvist1-4/+11
2012-07-30Remove unused SERIALIZER_JARStephan Bergmann1-5/+0
2012-07-30Let's try to use the gold linker when using NDK r8b's GCC 4.6 or newerTor Lillqvist1-1/+13
2012-07-30configure: remove check for empty $COMPATHMichael Stahl1-5/+0
2012-07-30The 'r' in unxandr stands for ARMTor Lillqvist1-1/+1
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
2012-07-27Improved check for winegcc.Jan Holesovsky1-2/+14
2012-07-27Revert "set WINEGCC only when cross compiling"Jan Holesovsky1-2/+1
2012-07-26set WINEGCC only when cross compilingDavid Ostrovsky1-1/+2
2012-07-25WINEGCC has to be present even in the build_config.mk.Jan Holesovsky1-1/+1
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann1-2/+7
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky1-1/+6
2012-07-24Allow specification of --with-package-format=msi regardless of EPM setting.Jan Holesovsky1-88/+95
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky1-2/+18
2012-07-23Use config_host.mk.source when configuring 'build' for cross-compilation.Jan Holesovsky1-2/+2
2012-07-23Propagate also the OS X SDK version we are building against to the environmentTor Lillqvist1-5/+6