summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c++-qt/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-04-20 15:18:04 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:11 +0200
commite1c3ed13fc9863b3e7733e3c62cbccd9af24860a (patch)
tree2d95605b8ddf07d1bac57739950be9e9ab8b9073 /gettext-tools/examples/hello-c++-qt/Makefile.am
parentb7aa19cb48a6a2e98c8f114c770b0edde5873cef (diff)
downloadexternal_gettext-e1c3ed13fc9863b3e7733e3c62cbccd9af24860a.zip
external_gettext-e1c3ed13fc9863b3e7733e3c62cbccd9af24860a.tar.gz
external_gettext-e1c3ed13fc9863b3e7733e3c62cbccd9af24860a.tar.bz2
Don't ignore the --localedir option from autoconf >= 2.60.
Diffstat (limited to 'gettext-tools/examples/hello-c++-qt/Makefile.am')
-rw-r--r--gettext-tools/examples/hello-c++-qt/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/examples/hello-c++-qt/Makefile.am b/gettext-tools/examples/hello-c++-qt/Makefile.am
index 5cdeceb..da91050 100644
--- a/gettext-tools/examples/hello-c++-qt/Makefile.am
+++ b/gettext-tools/examples/hello-c++-qt/Makefile.am
@@ -1,5 +1,5 @@
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
@@ -19,7 +19,6 @@ hello_SOURCES = hello.cc
# Define C macros LOCALEDIR and PKGLOCALEDIR indicating where catalogs will be
# installed.
-localedir = $(datadir)/locale
pkglocaledir = $(pkgdatadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" -DPKGLOCALEDIR=\"$(pkglocaledir)\" @DEFS@