summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-01-05 15:58:35 +0100
committerStefano Karapetsas <[email protected]>2012-01-05 15:58:35 +0100
commitbf0701223a05c06e154c6ed81664363a6f8a81bb (patch)
treeecfa85aac9ea6d248c2442e90247003977bc371e /configure.ac
parentf7d562381383c00e9ff0ac3b02557836a06b3c97 (diff)
downloadmate-panel-bf0701223a05c06e154c6ed81664363a6f8a81bb.tar.bz2
mate-panel-bf0701223a05c06e154c6ed81664363a6f8a81bb.tar.xz
renamed gettext package name
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2296d6fe..276c6dc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.1.0], [https://github.com/perberos/mate-desktop-environment])
+AC_INIT([mate-panel], [1.1.0], [http://www.mate-desktop.org])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -323,7 +323,7 @@ fi
dnl Language Support
-GETTEXT_PACKAGE=mate-panel-2.0
+GETTEXT_PACKAGE=mate-panel
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext package to be used])
AC_SUBST(GETTEXT_PACKAGE)