summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !Cedric BAIL2010-12-041-1/+1
| | | | SVN revision: 55238
* * eet: define PATH_MAX when needed.Cedric BAIL2010-12-031-1/+1
| | | | SVN revision: 55231
* * eet: improve detection of -Wl,--as-neededCedric BAIL2010-12-031-14/+1
| | | | SVN revision: 55214
* * eet: use uintptr_t.Cedric BAIL2010-12-031-2/+3
| | | | SVN revision: 55210
* * eet: compile with -Werror on 64bits too.Cedric BAIL2010-12-031-2/+2
| | | | SVN revision: 55201
* * efl: beta2 !Cedric BAIL2010-11-121-1/+1
| | | | SVN revision: 54507
* efl 1.0.0 beta.Carsten Haitzler2010-10-031-1/+1
| | | | SVN revision: 52992
* eina-1 -> einaCarsten Haitzler2010-08-161-3/+3
| | | | SVN revision: 51161
* eet - clean out old data from doc dir, set up for 1.4.0 release,Carsten Haitzler2010-08-161-6/+6
| | | | | | | | | bring install in line with eina and move content to readme. readied for 1.4.0 alpha release. SVN revision: 51155
* Add native Windows thread support instead of using pthreadVincent Torri2010-07-151-2/+13
| | | | | | | | | (less overhead). On other OS, pthread is still used by default. Pass --enable-win32-threads to activate thread support on Windows. SVN revision: 50262
* moved eet.h to its own dir - pkgconfig handles all the right stuff.Carsten Haitzler2010-07-081-1/+2
| | | | SVN revision: 50117
* post-release 1.3.3 - odd verCarsten Haitzler2010-06-271-1/+1
| | | | SVN revision: 49901
* snap+releaseCarsten Haitzler2010-06-271-1/+1
| | | | SVN revision: 49899
* Release eet 1.3.2Carsten Haitzler2010-06-271-2/+2
| | | | SVN revision: 49888
* Windows can have both GnuTLS and OpenSSL installed too.Vincent Torri2010-06-251-16/+6
| | | | SVN revision: 49852
* improve configure output and make some tests more portableVincent Torri2010-06-251-10/+19
| | | | SVN revision: 49851
* * configure.ac: take inept translation a little bit into account.Cedric BAIL2010-06-181-1/+1
| | | | SVN revision: 49743
* SVN_REPO_PATH envvar during autoconf to use svnversion in there.Gustavo Sverzut Barbieri2010-06-091-1/+1
| | | | | | | | | | | | | Some systems, like the Gentoo, copy the svn contents somewhere before doing the autoconf, this may result in lack of .svn and thus minor version "0". This patch introduces the $SVN_REPO_PATH to say where the svn checkout containing the ".svn" directory is. SVN revision: 49594
* restore after snap/releaseCarsten Haitzler2010-06-061-2/+2
| | | | SVN revision: 49540
* Release eet 1.3.0Carsten Haitzler2010-06-061-2/+2
| | | | SVN revision: 49529
* 1.3.1 -> development veer. odd micro-versions.Carsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49528
* post-snap anr release.. reset svn back.. this time for real.Carsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49526
* Release eet 1.3.0Carsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49512
* Release eet 1.3.1Carsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49508
* post release of eet - 1.3.1 (dev mode in svn - 1.3.1.svnrev actually)Carsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49505
* Restore svnrev post-releaseCarsten Haitzler2010-06-061-1/+1
| | | | SVN revision: 49492
* Release eet 1.3.0Carsten Haitzler2010-06-061-3/+3
| | | | SVN revision: 49491
* change svnversion shell goop to nuke sed and just use tr to deleteCarsten Haitzler2010-06-041-3/+2
| | | | | | | | unwanted goop. SVN revision: 49429
* Let git-svn users get the right revision number to be used as version.Iván Briano2010-06-031-0/+2
| | | | SVN revision: 49407
* remove debugCarsten Haitzler2010-05-311-2/+0
| | | | SVN revision: 49347
* nopw svn revision works again.Carsten Haitzler2010-05-311-2/+3
| | | | SVN revision: 49344
* fix - if no svn tree, then it will pretend to be a release.Carsten Haitzler2010-05-311-1/+2
| | | | SVN revision: 49343
* release consistency with other efl.Carsten Haitzler2010-05-291-1/+2
| | | | SVN revision: 49279
* fmtingCarsten Haitzler2010-05-291-4/+4
| | | | SVN revision: 49266
* eet version stuff rehashed to use more m4 stuff.Carsten Haitzler2010-05-291-27/+32
| | | | SVN revision: 49265
* eet now has an eet_version you can runtime check:Carsten Haitzler2010-05-211-2/+17
| | | | | | | | | | | | | | | eet_version->major eet_version->minor eet_version->micro eet_version->revision also an ifdef. nb - revision is 0 if its a rrelease, > 0 if built from svn. SVN revision: 49098
* remove cegcc compiler supportVincent Torri2010-04-031-11/+4
| | | | SVN revision: 47720
* Add eet examples documentation and update html doc menu to add 'Examples' tab.Vincent Torri2010-03-181-0/+36
| | | | | | | | Gustavo: documentation of examples should be added in examples.dox. There is one page for each example in that file. SVN revision: 47328
* use efl_fnmatch m4 macroVincent Torri2010-02-031-17/+1
| | | | SVN revision: 45852
* binary can be disabledVincent Torri2010-01-151-6/+13
| | | | SVN revision: 45168
* * better m4 codeVincent Torri2009-12-301-1/+1
| | | | | | | | * use latest efl_pthread.m4 code and update configure.ac accordingly SVN revision: 44771
* * eet: Correctly detect GNUTLS hability.Cedric BAIL2009-12-181-6/+11
| | | | SVN revision: 44548
* * Include winsock2.h in eet_image.c for htonl definition on Windows.Vincent Torri2009-12-071-0/+3
| | | | | | * Fix Visual Studio project files SVN revision: 44249
* fix orderVincent Torri2009-12-041-2/+6
| | | | SVN revision: 44180
* * eet: Fix order.Cedric BAIL2009-12-031-2/+2
| | | | SVN revision: 44174
* * eet: All operation on Eet_File should be thread safe. This shouldCedric BAIL2009-12-031-1/+3
| | | | | | | | | make use of all eet primitive thread safe now. Please any bug or lock that you find. SVN revision: 44172
* asparagus - finallyCarsten Haitzler2009-12-021-1/+1
| | | | SVN revision: 44113
* Add check on libgcrypt library in configure. Needed when GNUtlsVincent Torri2009-11-111-3/+8
| | | | | | | support is enabled. SVN revision: 43622
* * add amalgamation option to eet (disabled by default,Vincent Torri2009-11-021-0/+13
| | | | | | | | | as no real gain is seen (compilation time, size)) * add namespace for words_bigendian, to make amalagamation happy * don't redefine macros, for the same purpose SVN revision: 43409
* * more quotingVincent Torri2009-10-061-2/+3
| | | | | | | | | | * add silent rules (shave feature) see the description of AM_SILENT_RULES in: http://www.gnu.org/software/automake/manual/automake.html#Public-Macros SVN revision: 42906