aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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