Commit graph

10 commits

Author SHA1 Message Date
Patrick Ohly
cd2b115040 autotools: let autogen.sh install the INSTALL file
INSTALL is copied unmodified from the autotools when invoking
autogen.sh. No need to have it in git; that just leads to diffs when
using more recent autotools.
2012-08-02 14:00:48 +02:00
Patrick Ohly
d1db2d30a1 Buteo: removed from source code
Pseudo-backend (really more like a plugin for Buteo) and testing
framework changes were removed because Buteo is obsolete.
2012-05-22 15:02:59 +02:00
Krzesimir Nowak
a7ad98fabc Port build system to non-recursive Automake.
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).
2011-08-30 16:38:34 +02:00
Patrick Ohly
3dc7b5fb17 added .gitignore entries for locally created files
This should be enough to keep "git" happy after a compilation inside
the source directory. Kudos to Sascha Peilicke for the original
patch.
2011-04-13 10:34:14 +02:00
Patrick Ohly
67e3448355 .gitignore: fixes for .gitignore and .patch
.gitignore itself is under git control and thus should not be ignored.

*.patch was too broad and ignored files which have to be tracked by
git, like test/testcases/*.patch. Now it only matches patch files in
the top-level directory, like the ones which might be created there by
"git format-patch".
2010-03-18 11:52:43 +01:00
Patrick Ohly
2a3c735b43 LINGUAS: create automatically as part of autogen.sh/gen-autotools.sh
Manually updating the LINGUAS file is error prone because new
translations can be added at any time via translate.moblin.org.
Better create the file automatically on each build/release.
2009-10-02 17:27:45 +02:00
Patrick Ohly
b7f06f02b6 sync.desktop: fixed "make dist" after recent rename
The file which has to be distributed is "sync.desktop.in" now,
not "sync.desktop".
2009-07-13 14:32:10 +02:00
Patrick Ohly
d1a2631e28 compilation: fixes + installation of client-test + version bump
Removed a spurious package check for synthesis which was reintroduced
during the recent code cleanup and merging.

Fixed compilation with --enable-unit-tests and/or --enable-integration-tests.
CPPUnit header files were not included properly.

When at least one of these enable options is used, client-test is built
as part of the normal "make all" and installed in bindir as part of
"make install". The test files go into the docdir.
2009-03-25 14:43:49 +01:00
Patrick Ohly
18d17c2b19 .gitignore: ignore patches 2009-03-25 14:43:35 +01:00
Patrick Ohly
015090c128 ignore autotools files 2009-03-25 14:43:32 +01:00