From 51579817ff74ac14d1f5fb446cf5d053a9386d80 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 14:15:10 -0400 Subject: Fixed compiling errors from rename and removing utils. Time to rip out the unnecessary bits. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9fe22ed..c6f8b1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.2.3, ted@canonical.com) +AC_INIT(indicator-example, 0.1.0, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.2.3) +AM_INIT_AUTOMAKE(indicator-example, 0.1.0) AM_MAINTAINER_MODE @@ -227,7 +227,7 @@ AC_DEFUN([AC_DEFINE_PATH], [ # Internationalization ########################### -GETTEXT_PACKAGE=indicator-datetime +GETTEXT_PACKAGE=indicator-example 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]) @@ -252,7 +252,7 @@ po/Makefile.in AC_MSG_NOTICE([ -Date and Time Indicator Configuration: +Example Indicator Configuration: Prefix: $prefix Indicator Dir: $INDICATORDIR -- cgit v1.2.3