syncevolution/m4-repo
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
..
README autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +02:00
autotroll.m4 Update m4-repo/ files from upstream 2011-07-04 14:43:03 +02:00
ax_boost_base.m4 Update m4-repo/ files from upstream 2011-07-04 14:43:03 +02:00
dk-warn.m4 Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
se_macros.m4 Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00

README

This directory contains m4 macros which we store in our own git
repository because they are not necessarily available in a typical
Linux distro.

The m4 directory is created automatically during autogen.sh and
contains temporary copies of system macros. It is wiped out at the
beginning of our autogen.sh because these copies do not always work
when moving between distros: libtool had problems with that.