summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 1.7.10 ReleaseHEADv1.7.10eet-1.7Eduardo Lima (Etrunko)2013-12-041-2/+2
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* 1.7.9 Releasev1.7.9Eduardo Lima (Etrunko)2013-09-101-2/+2
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* 1.7.8 releasev1.7.8Eduardo Lima (Etrunko)2013-08-011-4/+4
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* Bump stable efl to 1.7.7.v1.7.7Rafael Antognolli2013-05-111-3/+3
|
* Bump stable efl to 1.7.6.Rafael Antognolli2013-04-041-1/+1
|
* Fix revision fetching when not using git.Tom Hacohen2013-03-011-2/+1
|
* gnutls cflags fix (just to be nice the dirfd macro fixed too - but itCarsten Haitzler2013-01-051-0/+3
| | | | | | | | isnt used by eet) SVN revision: 82251
* Bumping stable efl to 1.7.5.v1.7.5Luis Felipe Strano Moraes2013-01-041-1/+1
| | | | SVN revision: 82180
* EFL 1.7.4 release.v1.7.4Luis Felipe Strano Moraes2012-12-211-1/+1
| | | | SVN revision: 81543
* XML outputVincent Torri2012-12-171-0/+1
| | | | | | | | Add XML output to doc Add installation rule for doc SVN revision: 81116
* New stable release: 1.7.3v1.7.3Luis Felipe Strano Moraes2012-12-071-1/+1
| | | | SVN revision: 80477
* EFL 1.7.2 release.v1.7.2Luis Felipe Strano Moraes2012-11-231-1/+1
| | | | SVN revision: 79552
* ef: 1.7.1 release.v1.7.1Cedric BAIL2012-10-201-1/+1
| | | | SVN revision: 78286
* no this isnt release - this is simply me removing the beta tag so whenCarsten Haitzler2012-08-271-1/+1
| | | | | | | | we release it's ready. SVN revision: 75740
* tag as beta...Carsten Haitzler2012-08-171-1/+1
| | | | SVN revision: 75344
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75095
* alpha release of 1.7 - let's roll. ALPHA!Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75091
* eet: as pointed by Vincent, remove useless check as we don't use those ↵Cedric BAIL2012-07-281-2/+0
| | | | | | function any more. SVN revision: 74530
* remove workaroundVincent Torri2012-07-211-1/+0
| | | | SVN revision: 74287
* libtool authors must be impaled (#2)Vincent Torri2012-07-201-0/+1
| | | | SVN revision: 74236
* Eet: no need for an eina checkVincent Torri2012-07-021-3/+1
| | | | SVN revision: 73175
* Unbreak eet examples(they need Eina).Jonas M. Gastal2012-07-021-0/+3
| | | | | | Previous commit caused build(not system) error for examples. SVN revision: 73169
* eet: Real fix for the zlib detection on old systems.Stefan Schmidt2012-07-021-4/+1
| | | | | | Reverting my band aid and bring in the real fix provided by Vincent. SVN revision: 73139
* eet: Go back to plain header check for zlib as band-aidStefan Schmidt2012-07-021-1/+4
| | | | | | | | | | | | | Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could handle this as well. Without this you get this error: configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH environment variable contains include lines for the location of this file" SVN revision: 73138
* Eet: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-011-3/+0
| | | | SVN revision: 73113
* eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compileCarsten Haitzler2012-07-011-0/+3
| | | | | | | | again. bad commit vtorri? SVN revision: 73109
* Eet: remove --enable-coverage option.Vincent Torri2012-07-011-15/+6
| | | | | | | | | | 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-011-148/+171
| | | | | | | | | 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,ecore: configure scriptJerome Pinot2012-06-021-3/+1
| | | | | | | Make the configure output clear about examples installation. SVN revision: 71639
* add lz4 compression options to eet. remove amalgamated build too.Carsten Haitzler2012-05-151-18/+0
| | | | SVN revision: 71111
* restore .99 micro versions for trunk and add back svnrev vers too.Carsten Haitzler2012-04-261-2/+2
| | | | SVN revision: 70492
* and removed the -beta tag...v1.6.0Carsten Haitzler2012-04-261-1/+1
| | | | SVN revision: 70489
* tag everything as beta in svn.Carsten Haitzler2012-04-211-1/+1
| | | | SVN revision: 70375
* and work more on getting release in shape - version requirements.Carsten Haitzler2012-03-171-2/+2
| | | | | | | | (god this is a pain in the butt) SVN revision: 69484
* gear up svn for release. one of many steps/things to do.Carsten Haitzler2012-03-171-4/+4
| | | | SVN revision: 69481
* eet: add Exotic supportCedric BAIL2012-02-241-0/+13
| | | | SVN revision: 68400
* eet: add support for GnuTLS 3.xCedric BAIL2012-02-091-34/+80
| | | | SVN revision: 67785
* eet: Fixed svn detection for svn1.7Tom Hacohen2011-12-131-1/+1
| | | | SVN revision: 66148
* and now go to normal-like svn revsCarsten Haitzler2011-12-021-2/+2
| | | | SVN revision: 65806
* revert my 1.x.99 stuff so i can branch.Carsten Haitzler2011-12-021-2/+2
| | | | SVN revision: 65803
* and lets bump on to 1.x.99 (or so) for svn... and back to adding snapCarsten Haitzler2011-12-021-2/+2
| | | | | | | | rev. SVN revision: 65802
* evil >= 1.0.0Vincent Torri2011-11-161-1/+2
| | | | SVN revision: 65300
* update release candidate trees to their release version in preparationCarsten Haitzler2011-11-161-5/+5
| | | | | | | | for alpha SVN revision: 65280
* Eet: remove --as-needed on OpenBSDVincent Torri2011-11-151-1/+7
| | | | | | | | | on OpenBSD, -Wl,--as-needed conflicts with -pthread. Reported by Fabien Romano. SVN revision: 65222
* Ticket #824 - no readme.in'sCarsten Haitzler2011-11-061-1/+0
| | | | SVN revision: 64802
* eet: fix 'make doc' when srcdir != builddir.Rafael Antognolli2011-06-061-0/+1
| | | | SVN revision: 60006
* use haeders check to include unistd.hVincent Torri2011-05-151-1/+1
| | | | SVN revision: 59401
* eet: use eina_lock.Cedric BAIL2011-05-141-17/+0
| | | | SVN revision: 59378
* rename libtool version names to fit libtool docVincent Torri2011-03-271-3/+3
| | | | SVN revision: 58117
* revert version change 999 -> 99. also e17 didnt even need it as itCarsten Haitzler2011-03-181-1/+1
| | | | | | | | produced no versioned .so files. SVN revision: 57844