summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* Merge remote branch 'origin/syncevolution-1-2-branch'Patrick Ohly2011-10-17
| | | | | | | | | | | | | | Conflicts: configure.ac test/ClientTest.cpp test/testcases/eds_event.ics.funambol.tem.patch Conflicts because of version number and updated test cases resp. local delete optimization. ActiveSync backend had to be adapted to modified InsertItemResult: now it requests a merge when it detects duplicates, like the CalDAV backend already did on the 1.2 branch.
* autotools: updated warning flagsPatrick Ohly2011-09-13
| | | | | Suppressing known warnings must also be done at the "min" level. For a recent gcc, -Wno-unused-but-set-variable is needed.
* autotools: allow --enable-warnings=fatalPatrick Ohly2011-08-31
| | | | | | The previous set of "max" options included some which do not work with SyncEvolution source code. Reduced to the set which is expected to work. Also, allow sync-ui to use deprecated methods.
* Port build system to non-recursive Automake.Krzesimir Nowak2011-08-30
All but toplevel Makefile.am are replaced with their non-recursive counterparts. The generation of configure.in was removed (and thus configure-{pre,post}.in are also removed) in favor of configure.ac and m4 macros adding backend specific configure parts. Version number is generated like in old build system. There are still many things to improve, but for now there are no immediate regressions. AUTOTOOLS-TODO contains a list of possible improvements and fixes. AUTOTOOLS-TESTING contains what was tested with current build system (configure flags, make options).