summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2013-07-23configure.ac: working firebird version check with manual FIREBIRD_C/LDFLAGSLionel Elie Mamane1-6/+17
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák1-0/+28
2013-07-23Correct help message for --enable-macosx-code-signingTor Lillqvist1-5/+3
2013-07-22Use pkg-config --modversion to set FIREBIRD_VERSION if no fb_configTor Lillqvist1-0/+1
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier1-1/+11
2013-07-19gbuild: add support for auto-creationa nd reuse of binary package.Norbert Thiebaud1-10/+37
2013-07-19configure.ac properly use pkg-configLionel Elie Mamane1-4/+1
2013-07-17Disable firebird when cross-compiling.Andrzej J.R. Hunt1-0/+2
2013-07-17Disable firebird with --disable-database-connectivity.Andrzej J.R. Hunt1-11/+13
2013-07-17Correct help message for --disable-firebird-sdbcTor Lillqvist1-2/+1
2013-07-16libatomic-ops is only needed for internal firebird, so only check it then...Rene Engelhard1-10/+10
2013-07-16Teach configure about distro-packaged external firebird.Andrzej J.R. Hunt1-9/+14
2013-07-16Enable firebird by default, disable as default embedded driver.Andrzej J.R. Hunt1-14/+3
2013-07-16Fix checks for system libatomic_ops.Andrzej J.R. Hunt1-6/+6
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-3/+10
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez1-0/+91
2013-07-16Add another fallback-path for wilangid.vbs(work it again)Tomofumi Yagi1-1/+1
2013-07-16warn in configure about using ccache+clang without CCACHE_CPP2 setLuboš Luňák1-0/+7
2013-07-14Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)Tor Lillqvist1-9/+8
2013-07-12Disable openCL by default on Mac (for now).Michael Meeks1-8/+9
2013-07-11Handle --without-opencl-sdk or --with-opencl-sdk=noTor Lillqvist1-1/+1
2013-07-11we do not support any platform with bison < 2.0 anymoreNorbert Thiebaud1-14/+2
2013-07-08Use a real name of the libraryFridrich Štrba1-1/+1
2013-07-08configure: remove bogus --disable-rpathMichael Stahl1-5/+0
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba1-1/+1
2013-07-05give configure a chance to tell the user what perl-modules are missingChristian Lohmaier1-1/+1
2013-07-02Fix opencl path and linking issues on windows.Michael Meeks1-2/+8
2013-07-01get quoting right.Michael Meeks1-1/+1
2013-06-28s/-I/-isystem/ also for KDE headersLuboš Luňák1-0/+2
2013-06-28Remove debug outputIsamu Mogi1-1/+0
2013-06-28stop copying MSVC debug runtime DLLsMichael Stahl1-17/+0
2013-06-28No need to check on OS XTor Lillqvist1-13/+20
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks1-0/+1
2013-06-27Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."Michael Stahl1-1/+1
2013-06-27we now need librdf_world_set_raptor_init_handler from librdfLionel Elie Mamane1-0/+2
2013-06-27unoxml needs to link with raptor2 nowDavid Tardon1-4/+3
2013-06-26Need to use the right libtool on OS XTor Lillqvist1-0/+5
2013-06-26Experiment with LTO for OS X and iOS, tooTor Lillqvist1-19/+32
2013-06-24Update internal mdds to 0.9.0.Kohei Yoshida1-1/+1
2013-06-24Add another fallback-path for wilangid.vbsChristian Lohmaier1-0/+7
2013-06-23Complain about too old doxygen only when there is oneLionel Elie Mamane1-4/+6
2013-06-21Reintroduce --with-linked-git optionLionel Elie Mamane1-0/+18
2013-06-21Look for the 10.9 SDK, tooTor Lillqvist1-8/+25
2013-06-20fdo#65975 - fix presumed 32bit windows compile bug in configure.Michael Meeks1-1/+1
2013-06-20...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann1-0/+22
2013-06-20Clean up declaration of __cxa_get_globalsStephan Bergmann1-0/+12
2013-06-20Accept also iOS SDK 7.0Tor Lillqvist1-1/+1
2013-06-20remove last uses of config 'GUI' variableMatúš Kukan1-15/+2
2013-06-19Don't use -d32 when building 64-bit codeTor Lillqvist1-1/+1
2013-06-19use C++11 also with MSVCLuboš Luňák1-58/+64