summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* dirfd check fix.Carsten Haitzler2013-01-051-3/+0
* Eina: pthread detection fixesVincent Torri2012-11-291-7/+2
* Eina: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-011-5/+5
* Eina: remove --enable-coverage option.Vincent Torri2012-07-012-65/+25
* typoVincent Torri2012-07-011-2/+2
* Eina: check if fnmatch() is also in libcVincent Torri2012-06-281-1/+6
* damn space !Vincent Torri2012-06-281-1/+1
* remove useless m4 filesVincent Torri2012-06-283-237/+0
* Eina: add nice m4 macro to check function. Will be usable easily in the merge...Vincent Torri2012-06-281-0/+431
* Eina: move spin lock checks in the generic m4 threads macroVincent Torri2012-05-301-46/+41
* Eina: remove threads options from configureVincent Torri2012-05-291-95/+30
* Eina: Fix cases where dlopen is wrongly checked because of autoconf cache valuesVincent Torri2012-04-031-0/+136
* update dateVincent Torri2012-04-031-1/+1
* better m4 macroVincent Torri2012-03-251-4/+5
* Eina: fix shm_open() check (can be in libc or librt) + various autotools clea...Vincent Torri2012-03-251-0/+69
* Eina: put m4 files in their own subdirVincent Torri2012-01-2114-0/+0
* Eina: big mistake in efl_attribute.m4. My badVincent Torri2011-10-091-1/+3
* use another m4 macro for __atribute__Vincent Torri2011-09-292-47/+54
* eina: add autotools rules to building and installing examples.Rafael Antognolli2011-06-091-0/+63
* eina: add back threads on/off support.Cedric BAIL2011-05-022-1/+14
* * eina: also update ldflags instead of cflags.Cedric BAIL2010-12-141-4/+4
* * eina: define PATH_MAX when needed.Cedric BAIL2010-12-031-0/+36
* * eina: fix pthread library and flags typos.Cedric BAIL2010-11-201-6/+6
* * eina: add assert to ease tracking down efl misuse with threads.Cedric BAIL2010-10-131-1/+11
* * eina: remove configure option for rwlock as it is not used anymore.Cedric BAIL2010-08-161-42/+0
* split out spinlock detection to separate macro for readability, add rwlock de...Mike Blumenkrantz2010-08-081-14/+63
* when all files combine and the enable flag is set, form VOLTRON, DEFENDER OF ...Mike Blumenkrantz2010-07-271-0/+93
* use Win32 native mutex on Windows. To use it, pass the following optionVincent Torri2010-07-132-130/+189
* fix pthread support with mingwVincent Torri2010-05-281-6/+6
* * link pthread and spinlock code instead of just compilingVincent Torri2010-05-021-16/+33
* Some libc have a pthread that declares spinlock functions,Vincent Torri2010-05-011-1/+1
* amd64 - apparently fbsd is still living back in that past where 64bit was amdCarsten Haitzler2010-04-241-3/+3
* typoVincent Torri2010-03-071-1/+1
* when pthread is found, don't abort if spin lock is not found but not reqestedVincent Torri2010-03-071-1/+1
* abort when pthread is requested but not foundVincent Torri2010-02-281-8/+16
* use C (and not C++) pthread library on WindowsVincent Torri2010-02-241-1/+1
* * -fno-strict-aliasing is checked at linked time (to make sureVincent Torri2010-02-131-2/+35
* formattingVincent Torri2010-02-121-1/+2
* Only test built mempoolsSebastian Dransfeld2010-02-111-0/+3
* update efl_fnmatch m4 macroVincent Torri2010-02-031-0/+9
* use efl_fnmatch macroVincent Torri2010-02-031-0/+22
* fix mingw flagsVincent Torri2010-01-281-2/+2
* * make chained mempool static by defaultVincent Torri2010-01-261-23/+7
* add mempool namespace in configure helpVincent Torri2010-01-261-2/+2
* * more portable shell testsVincent Torri2010-01-242-9/+5
* use m4 macro ti check compiler flagVincent Torri2010-01-241-0/+24
* * better m4 codingVincent Torri2009-12-256-55/+51
* stupid AC_CHECK_PROGVincent Torri2009-11-191-2/+2
* minor fixVincent Torri2009-11-191-2/+4
* add pthread support on WindowsVincent Torri2009-11-031-1/+5