aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-05-04cleaned up flag and library handlingRobin Haberkorn1-16/+33
* only link against required libraries * special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications
2012-05-02preliminary player widget based on experiment-player prototypeRobin Haberkorn1-0/+1
2012-05-02use PKG_CHECK_MODULES macroRobin Haberkorn1-34/+28
instead of manually calling pkg-config
2012-05-02added skeleton docbook and site-configuration supportRobin Haberkorn1-4/+23
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs)
2012-05-02check for C99 supportRobin Haberkorn1-1/+3
2012-05-02Doxygen supportRobin Haberkorn1-1/+7
* Doxyfile is generated by ./configure * files will be placed under doc/doxygen/. They aren't installed or distributed.
2012-05-02autoconf based build systemRobin Haberkorn1-0/+101
* it currently builds the existing player prototype (not checked in) * it already includes the necessary windows support