summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-07-17 03:34:54 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-07-17 03:34:54 +0000
commit623ee6d073c540bd02b2b4f4a9abb2ddf7b7637f (patch)
tree0798c1608e27b8cbed7c7ab9d4934b03a988b95d
parent89cd4a38836d9b53d40a2bc7f9e7d118b5244c04 (diff)
downloadvte-623ee6d073c540bd02b2b4f4a9abb2ddf7b7637f.tar.gz
Set GETTEXT_PACKAGE correctly, noted by menthos.
* configure.in: Set GETTEXT_PACKAGE correctly, noted by menthos.
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cdeeb23..b69a783a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2002-07-16 nalin
+ * configure.in: Set GETTEXT_PACKAGE correctly, noted by menthos.
+
+2002-07-16 nalin
* src/vte.c (vte_terminal_set_colors): Guess at an appropriate bold
version of the foreground color instead of hard-coding in a default.
* src/vte.c, src/vte.h (vte_terminal_set_color_bold): Add.
diff --git a/configure.in b/configure.in
index 286ca4f5..825de11a 100644
--- a/configure.in
+++ b/configure.in
@@ -104,7 +104,7 @@ AC_DEFINE_UNQUOTED(DATADIR,"$mydatadir",
AC_DEFINE_UNQUOTED(LOCALEDIR,"$mydatadir/locale",
[The location where locale data can be found.])
-GETTEXT_PACKAGE="$PACKAGE"
+GETTEXT_PACKAGE=vte
AC_SUBST(GETTEXT_PACKAGE)
AM_CONFIG_HEADER(config.h)