syncevolution/m4-repo
Patrick Ohly 88619eb58c C++: replace auto_ptr with unique_ptr
auto_ptr has been deprecated for a while now. unique_ptr can
be taken for granted now, so use that instead.

GDBusMessage requires a custom deleter. Not sure how auto_ptr
handled that before.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2018-01-03 10:39:51 +01:00
..
README autotools: cleaner separation between permanent and temporary m4 macro copies 2009-07-15 22:17:28 +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 autotools: build issue with PIM Manager + boost-locale 2014-01-21 23:26:45 -08:00
ax_check_gnu_make.m4 autotools: compile client-test with -g by default 2013-10-01 09:28:39 +02:00
ax_cxx_compile_stdcxx.m4 C++: replace auto_ptr with unique_ptr 2018-01-03 10:39:51 +01:00
ax_cxx_compile_stdcxx_11.m4 C++: replace auto_ptr with unique_ptr 2018-01-03 10:39:51 +01:00
ax_cxx_compile_stdcxx_14.m4 C++: replace auto_ptr with unique_ptr 2018-01-03 10:39:51 +01:00
dk-warn.m4 Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
se_macros.m4 autotools: mark all .99 releases as pre-release 2014-01-09 08:47:22 +01:00

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.