From 8af1b04c6e64f3ddfc5d1454474a422f2b7772b9 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 13:40:22 -0400 Subject: Beginning the great renaming from example to notifications. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 589cf36..54ead3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-example, 0.1.0, jason.conti@gmail.com) +AC_INIT(indicator-notifications, 0.1.0, jason.conti@gmail.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-example, 0.1.0) +AM_INIT_AUTOMAKE(indicator-notifications, 0.1.0) AM_MAINTAINER_MODE @@ -171,7 +171,7 @@ AC_DEFUN([AC_DEFINE_PATH], [ # Internationalization ########################### -GETTEXT_PACKAGE=indicator-example +GETTEXT_PACKAGE=indicator-notifications AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the default get text domain]) AC_DEFINE_PATH(GNOMELOCALEDIR, "${datadir}/locale", [locale directory]) -- cgit v1.2.3