+2005-07-26 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (datarootdir): New variable.
+ Suggested by Stepan Kasal <kasal@ucw.cz>.
+
2005-03-13 Bruno Haible <bruno@clisp.org>
* Makefile.in.in (Makefile): Call config.status with calling convention
prefix = @prefix@
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
+2005-07-26 Bruno Haible <bruno@clisp.org>
+
+ * installpaths.in (datarootdir): New variable.
+
2005-07-16 Bruno Haible <bruno@clisp.org>
* hello-c/m4/Makefile.am (EXTRA_DIST): Add lock.m4.
prefix='@prefix@'
exec_prefix="@exec_prefix@"
+datarootdir="@datarootdir@"
datadir="@datadir@"
docdir="@docdir@"
ACLOCALDIR="@aclocaldir@"
+2005-07-26 Bruno Haible <bruno@clisp.org>
+
+ * autopoint.in (datarootdir): New variable.
+ * gettextize.in (datarootdir): New variable.
+
2005-07-16 Bruno Haible <bruno@clisp.org>
* gettextize.in (m4filelist): Add lock.m4.
# Set variables
# - gettext_dir directory where the sources are stored.
prefix="@prefix@"
+datarootdir="@datarootdir@"
gettext_dir="@datadir@/gettext"
# func_tmpdir
# Set variables
# - gettext_dir directory where the sources are stored.
prefix="@prefix@"
+datarootdir="@datarootdir@"
gettext_dir="@datadir@/gettext"
# func_tmpdir
+2005-07-26 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (datarootdir): New variable.
+ Suggested by Stepan Kasal <kasal@ucw.cz>.
+
2005-03-13 Bruno Haible <bruno@clisp.org>
* Makefile.in.in (Makefile): Call config.status with calling convention
prefix = @prefix@
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
+2005-07-26 Bruno Haible <bruno@clisp.org>
+
+ * user-email.sh.in (datarootdir): New variable.
+
2005-07-26 Bruno Haible <bruno@clisp.org>
Fix compilation error on systems without iconv().
#!/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
# Prerequisites for using @libdir@ and @localedir@.
prefix="@prefix@"
exec_prefix="@exec_prefix@"
+datarootdir="@datarootdir@"
datadir="@datadir@"
# Set variables libdir, localedir.
libdir="@libdir@"