5c06549c7a
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. |
||
---|---|---|
.. | ||
autotroll.m4 | ||
autotroll.mk | ||
ax_boost_base.m4 | ||
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.