aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-09 22:52:42 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-09 22:52:42 +0000
commite27a11d6f5e4509570ef77766759d004186890d2 (patch)
treec06c5f58fd5672e20c623d8b5d8cbc73e02ef6ab
parente75116e5fd9a6fc3382caec0a3366d8375e7cae2 (diff)
downloadgnunet-gtk-e27a11d6f5e4509570ef77766759d004186890d2.tar.gz
gnunet-gtk-e27a11d6f5e4509570ef77766759d004186890d2.zip
fixing i18n
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98adc199..23d70a52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,7 @@ fi
232# passed through the command line ("-DDATADIR=..."). This would 232# passed through the command line ("-DDATADIR=..."). This would
233# lead to hard-coded paths ("C:\mingw\mingw\bin...") that do 233# lead to hard-coded paths ("C:\mingw\mingw\bin...") that do
234# not contain the actual installation. 234# not contain the actual installation.
235AC_DEFINE_DIR([PACKAGE_DATA_DIR], [datadir/GNUnet], [The directory for installing read-only architecture-independent data]) 235AC_DEFINE_DIR([PACKAGE_DATA_DIR], [datadir/gnunet-gtk], [The directory for installing read-only architecture-independent data])
236AC_DEFINE_DIR([PACKAGE_LOCALE_DIR], [datadir/locale], [gettext catalogs]) 236AC_DEFINE_DIR([PACKAGE_LOCALE_DIR], [datadir/locale], [gettext catalogs])
237 237
238 238