syncevolution/m4-repo
Patrick Ohly bb13e0effe autotools: cleaner separation between permanent and temporary m4 macro copies
autogen.sh still didn't remove all obsolete copies of libtool m4 macros.
After moving the only m4 macro that we provide as part of our repository
into m4-repo, it is possible to rebuild m4 during each autogen.sh run.
2009-07-15 22:17:28 +02:00
..
README autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +02:00
ax_boost_base.m4 autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +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.