aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 14:15:10 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 14:15:10 -0400
commit51579817ff74ac14d1f5fb446cf5d053a9386d80 (patch)
tree23bf404c76b41c695efb4d1ad9202f40eea3728d /configure.ac
parentfb50beea7bb23503b521328cdd29f41fed04c4c3 (diff)
downloadayatana-indicator-notifications-51579817ff74ac14d1f5fb446cf5d053a9386d80.tar.gz
ayatana-indicator-notifications-51579817ff74ac14d1f5fb446cf5d053a9386d80.tar.bz2
ayatana-indicator-notifications-51579817ff74ac14d1f5fb446cf5d053a9386d80.zip
Fixed compiling errors from rename and removing utils. Time to rip out the unnecessary bits.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
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