Commit graph

2 commits

Author SHA1 Message Date
Murray Cumming bd8820bcbd Update m4-repo/ files from upstream
These files have changed slightly since they were last copied.
See https://bugs.meego.com/show_bug.cgi?id=17649#c6
2011-07-04 14:43:03 +02:00
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