syncevolution/m4-repo
Patrick Ohly f9f6eda294 autotools: compile client-test with -g by default
When compiling source files of client-test, use -g as default CXXFLAGS
instead of the "-g -O2" that autotools normally picks.  That speeds up
compilation significantly (on some platforms, gcc can't deal with the
many templates in ClientTest.cpp well) and leads to more useful
executables (suitable for interactive debugging) even when the rest of
the code gets optimized.

Explicitly specifying CXXFLAGS still overrides this per-target
default.

This feature depends on GNU make. A configure check is in place
to disable it when not using GNU make.
2013-10-01 09:28:39 +02:00
..
autotroll.m4 Update m4-repo/ files from upstream 2011-07-04 14:43:03 +02:00
ax_boost_base.m4 Update m4-repo/ files from upstream 2011-07-04 14:43:03 +02:00
ax_boost_locale.m4 PIM: locale-aware sorting and searching 2012-10-25 16:43:48 +02:00
ax_check_gnu_make.m4 autotools: compile client-test with -g by default 2013-10-01 09:28:39 +02:00
dk-warn.m4 Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
README autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +02:00
se_macros.m4 Port build system to non-recursive Automake. 2011-08-30 16:38:34 +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.