summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/user-email.sh.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-07-26 18:39:50 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:42 +0200
commit97078f20257cf4f154f024b014df19c6111518fb (patch)
tree6252dca79ce76058ac1717a1cdd10b9fcafc457e /gettext-tools/src/user-email.sh.in
parent52131065446fd04b4946f78573c14d5f81971d32 (diff)
downloadexternal_gettext-97078f20257cf4f154f024b014df19c6111518fb.zip
external_gettext-97078f20257cf4f154f024b014df19c6111518fb.tar.gz
external_gettext-97078f20257cf4f154f024b014df19c6111518fb.tar.bz2
In future versions of autoconf, @datadir@ = $(datarootdir).
Diffstat (limited to 'gettext-tools/src/user-email.sh.in')
-rw-r--r--gettext-tools/src/user-email.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/user-email.sh.in b/gettext-tools/src/user-email.sh.in
index 36f5a6c..f2d48ef 100644
--- a/gettext-tools/src/user-email.sh.in
+++ b/gettext-tools/src/user-email.sh.in
@@ -1,7 +1,7 @@
#!/bin/sh
# Prints the user's email address, with confirmation from the user.
#
-# Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@
# Prerequisites for using @libdir@ and @localedir@.
prefix="@prefix@"
exec_prefix="@exec_prefix@"
+datarootdir="@datarootdir@"
datadir="@datadir@"
# Set variables libdir, localedir.
libdir="@libdir@"