diff options
author | Bruno Haible <bruno@clisp.org> | 2006-04-20 15:18:04 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:11 +0200 |
commit | e1c3ed13fc9863b3e7733e3c62cbccd9af24860a (patch) | |
tree | 2d95605b8ddf07d1bac57739950be9e9ab8b9073 /gettext-tools/examples/hello-c++-kde | |
parent | b7aa19cb48a6a2e98c8f114c770b0edde5873cef (diff) | |
download | external_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++-kde')
-rw-r--r-- | gettext-tools/examples/hello-c++-kde/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/examples/hello-c++-kde/Makefile.am b/gettext-tools/examples/hello-c++-kde/Makefile.am index 4f3a422..7a0b3c0 100644 --- a/gettext-tools/examples/hello-c++-kde/Makefile.am +++ b/gettext-tools/examples/hello-c++-kde/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. @@ -21,7 +21,6 @@ hello_SOURCES = hello.cc hellowindow.cc METASOURCES = AUTO # Define a C macro LOCALEDIR indicating where catalogs will be installed. -localedir = $(datadir)/locale DEFS = -DPREFIX=\"$(prefix)\" @DEFS@ # Make sure the KDE, Qt, X include file is found. |