summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-17 15:15:35 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:11:16 +0100
commitd0d73e91453b15611971d49615c843c5c2445d85 (patch)
tree6f2785fd27ee9e4c22d03bbb6444d8bd7ae7e7bf
parent3a9c58553c71e09d95ca6e436eeac6c285f920a3 (diff)
downloadtelepathy-account-widgets-d0d73e91453b15611971d49615c843c5c2445d85.tar.gz
m4: rename valgrind macro names and files (empathy → tpaw)
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--configure.ac2
-rw-r--r--m4/tpaw-args.m4 (renamed from m4/empathy-args.m4)8
-rw-r--r--m4/tpaw-valgrind.m4 (renamed from m4/empathy-valgrind.m4)2
3 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6e950364..0a8edd7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ if test -z "$XSLTPROC"; then
fi
AM_PATH_PYTHON([2.3])
-EMPATHY_ARG_VALGRIND
+TPAW_ARG_VALGRIND
# -----------------------------------------------------------
diff --git a/m4/empathy-args.m4 b/m4/tpaw-args.m4
index 3daacbab..5dccce2c 100644
--- a/m4/empathy-args.m4
+++ b/m4/tpaw-args.m4
@@ -1,8 +1,8 @@
-dnl configure-time options for Empathy
+dnl configure-time options for telepathy-account-widgets
-dnl EMPATHY_ARG_VALGRIND
+dnl TPAW_ARG_VALGRIND
-AC_DEFUN([EMPATHY_ARG_VALGRIND],
+AC_DEFUN([TPAW_ARG_VALGRIND],
[
dnl valgrind inclusion
AC_ARG_ENABLE(valgrind,
@@ -15,5 +15,5 @@ AC_DEFUN([EMPATHY_ARG_VALGRIND],
],
[enable=no])
- EMPATHY_VALGRIND($enable, [2.1])
+ TPAW_VALGRIND($enable, [2.1])
])
diff --git a/m4/empathy-valgrind.m4 b/m4/tpaw-valgrind.m4
index 7a44e103..bda1fb52 100644
--- a/m4/empathy-valgrind.m4
+++ b/m4/tpaw-valgrind.m4
@@ -1,6 +1,6 @@
dnl Detect Valgrind location and flags
-AC_DEFUN([EMPATHY_VALGRIND],
+AC_DEFUN([TPAW_VALGRIND],
[
enable=$1
if test -n "$2"; then