From 8fb9c3d6136c533cb5f240740f357647019b22ab Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Fri, 4 Dec 2009 21:14:58 -0200 Subject: Completed importing and refactoring of EmpathyLogStore * removed any call which would make TPL depending on libempathy * copied empathy-time.[hc] * added some empathy's utility function to tpl_utils.[ch] * added support for automake/autoconf using empathy's one as basis: currently TPL depends on telepathy-glib and libxmp-2.0 (and theirs deps) * added AUTHORS COPYING INSTALL README and NEWS files (empty) --- m4/empathy-args.m4 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 m4/empathy-args.m4 (limited to 'm4/empathy-args.m4') diff --git a/m4/empathy-args.m4 b/m4/empathy-args.m4 new file mode 100644 index 0000000..3daacba --- /dev/null +++ b/m4/empathy-args.m4 @@ -0,0 +1,19 @@ +dnl configure-time options for Empathy + +dnl EMPATHY_ARG_VALGRIND + +AC_DEFUN([EMPATHY_ARG_VALGRIND], +[ + dnl valgrind inclusion + AC_ARG_ENABLE(valgrind, + AC_HELP_STRING([--enable-valgrind],[enable valgrind checking and run-time detection]), + [ + case "${enableval}" in + yes|no) enable="${enableval}" ;; + *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;; + esac + ], + [enable=no]) + + EMPATHY_VALGRIND($enable, [2.1]) +]) -- cgit v1.2.1