syncevolution/m4-repo
Patrick Ohly 5c06549c7a Qt support: use Autotroll to determine right compile flags
Autotroll (http://tsunanet.net/autotroll/) allows configure to
determine the right compile flags needed to access Qt header files
and libraries.

SyncEvolution backends can append new Qt modules to the
"need_qt_modules" variable in the configure stub. If set, configure
will call AT_WITH_QT().

Excluding the GUI part of Qt is currently hard-coded. Enable it again
with "need_qt_modules=$need_qt_modules +gui" if necessary.
2010-06-30 10:38:11 +02:00
..
autotroll.m4 Qt support: use Autotroll to determine right compile flags 2010-06-30 10:38:11 +02:00
autotroll.mk Qt support: use Autotroll to determine right compile flags 2010-06-30 10:38:11 +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 autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +02:00

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.