summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* gnutls cflags fix (just to be nice the dirfd macro fixed too - but itCarsten Haitzler2013-01-051-3/+0
| | | | | | | | isnt used by eet) SVN revision: 82251
* eet: Real fix for the zlib detection on old systems.Stefan Schmidt2012-07-021-2/+1
| | | | | | Reverting my band aid and bring in the real fix provided by Vincent. SVN revision: 73139
* Eet: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-011-5/+5
| | | | SVN revision: 73113
* Eet: remove --enable-coverage option.Vincent Torri2012-07-012-65/+25
| | | | | | | | | | Now, coverage is detected with just --enable-tests. Buildbot maintainers : please remove --enable-coverage option to eet (more EFL will be supported later) SVN revision: 73108
* Eet: add nice m4 macros to check functions and libraries. Will be usable ↵Vincent Torri2012-07-013-43/+555
| | | | | | | | | easily in the merge, per EFL lib Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here SVN revision: 73095
* eet: add Exotic supportCedric BAIL2012-02-241-0/+12
| | | | SVN revision: 68400
* eet: use eina_lock.Cedric BAIL2011-05-141-189/+0
| | | | SVN revision: 59378
* * eet: define PATH_MAX when needed.Cedric BAIL2010-12-031-0/+36
| | | | SVN revision: 55231
* * eet: improve detection of -Wl,--as-neededCedric BAIL2010-12-031-0/+57
| | | | SVN revision: 55214
* * eet: sync with eina efl_threads.m4.Cedric BAIL2010-11-211-6/+6
| | | | | | | | | Patch from the OpenBSD team : Fabien Romano <fabien@openbsd.org> Jonathan Armani <armani@opensbd.org> SVN revision: 54758
* Fix common misspellingsLucas De Marchi2010-09-081-6/+6
| | | | | | | | | | | | | | | | | | | The following misspellings were fixed: adress->address alreayd->already arbitary->arbitrary cant->can't convertion->conversion impliment->implement independant->independent successfull->successful tranformed->transformed usefull->useful SVN revision: 51963
* Add native Windows thread support instead of using pthreadVincent Torri2010-07-152-130/+189
| | | | | | | | | (less overhead). On other OS, pthread is still used by default. Pass --enable-win32-threads to activate thread support on Windows. SVN revision: 50262
* fix linking with mingwVincent Torri2010-06-231-6/+6
| | | | SVN revision: 49818
* * link pthread and spinlock code instead of just compilingVincent Torri2010-05-021-16/+33
| | | | | | | | | * POSIX pthread spinlock may be unimplemented, so don't exit with an error if they are not available SVN revision: 48539
* Some libc have a pthread that declares spinlock functions,Vincent Torri2010-05-011-1/+1
| | | | | | | | but does not define them. So the check now links the test code. SVN revision: 48525
* typoVincent Torri2010-03-071-1/+1
| | | | SVN revision: 46946
* when pthread is found, don't abort if spin lock is not found but not reqestedVincent Torri2010-03-071-1/+1
| | | | | | | Patch by Albin Tonnerre SVN revision: 46941
* abort when pthread is requested but not foundVincent Torri2010-02-282-10/+53
| | | | | | | | patch by Albin Tonnerre SVN revision: 46655
* use efl_fnmatch m4 macroVincent Torri2010-02-031-0/+31
| | | | SVN revision: 45852
* fix mingw flagsVincent Torri2010-01-281-2/+2
| | | | SVN revision: 45669
* binary can be disabledVincent Torri2010-01-151-0/+44
| | | | SVN revision: 45168
* * better m4 codeVincent Torri2009-12-304-24/+47
| | | | | | | | * use latest efl_pthread.m4 code and update configure.ac accordingly SVN revision: 44771
* * eet: All operation on Eet_File should be thread safe. This shouldCedric BAIL2009-12-031-0/+71
| | | | | | | | | make use of all eet primitive thread safe now. Please any bug or lock that you find. SVN revision: 44172
* Add check on libgcrypt library in configure. Needed when GNUtlsVincent Torri2009-11-111-0/+137
| | | | | | | support is enabled. SVN revision: 43622
* update m4 macros (mainly formatting)Vincent Torri2009-06-274-19/+21
| | | | SVN revision: 41212
* update efl_doxygen.m4Vincent Torri2009-05-151-11/+12
| | | | SVN revision: 40652
* update m4 macroVincent Torri2009-02-231-0/+2
| | | | SVN revision: 39152
* Missing modification of the variable DOXYGEN toVincent Torri2009-02-011-2/+2
| | | | | | | efl_doxygen. Spotted by Albin Tonnerre (Lutin). SVN revision: 38894
* check doxygen availability only if we enable documentation buildVincent Torri2009-01-311-39/+42
| | | | SVN revision: 38866
* fix logic in efl_doxygen.m4Vincent Torri2009-01-221-23/+30
| | | | SVN revision: 38700
* update ac_attribute.m4Vincent Torri2009-01-141-3/+3
| | | | SVN revision: 38578
* Update m4 macro to provide __UNUSED__.Cedric BAIL2008-12-311-10/+42
| | | | SVN revision: 38387
* * add m4 macro for documentation, unit tests and coverageVincent Torri2008-10-165-73/+210
| | | | | | | | | | * put documentation related files in doc, remove gendoc and add a doc rule to create the documentation and a doc tarball named eet-doc-$(version).tar.bz2 * minor cleanup in the autotools SVN revision: 36706
* Remove unused file.Sebastian Dransfeld2007-03-251-14/+0
| | | | SVN revision: 29091
* No longer needed.Sebastian Dransfeld2007-03-221-138/+0
| | | | SVN revision: 28910
* touchup help outputMike Frysinger2005-10-291-2/+4
| | | | SVN revision: 18077
* installation of the doc with the autofoo. gendoc is not used anymore. The ↵doursse2005-09-271-0/+73
| | | | | | documentation is built and installed only if doxygen exists. If it's good, I'll commit the same stuff for the other packages SVN revision: 17001
* If the version from config has something after x.y.z, drop it.sebastid2005-09-031-3/+3
| | | | SVN revision: 16477
* m4 macrosCarsten Haitzler2004-06-242-0/+150
SVN revision: 10571