summaryrefslogtreecommitdiff
path: root/Build/source/texk/make
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-02 14:23:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-02 14:23:40 +0000
commitb12d337486bb1b532ff35ad73b39e547b0c80474 (patch)
treee7b80f7c37f28f03f2af4db043a351e43420bf5a /Build/source/texk/make
parent7b6ec243e2c593053c0987fb720fe3fe565ce7fd (diff)
more autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/make')
-rw-r--r--Build/source/texk/make/ChangeLog4
-rw-r--r--Build/source/texk/make/README6
-rw-r--r--Build/source/texk/make/paths.mk1
3 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/make/ChangeLog b/Build/source/texk/make/ChangeLog
index 491b7f5e37e..7fb81d13b00 100644
--- a/Build/source/texk/make/ChangeLog
+++ b/Build/source/texk/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-02 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * paths.mk: Add datarootdir for Autoconf 2.60+.
+
2007-07-29 Karl Berry <karl@tug.org>
* rdepend.mk: replace all texk/kpathsea, not just first.
diff --git a/Build/source/texk/make/README b/Build/source/texk/make/README
index 9481d74b7d5..88a1364ba82 100644
--- a/Build/source/texk/make/README
+++ b/Build/source/texk/make/README
@@ -10,9 +10,9 @@ kb@mail.tug.org
With the long overdue transition from autoconf-2.13 to autoconf-2.59+
this is handled as follows:
-Every 'ac_include' in Makefile.in are replaced by 'kpse_include' and the
-command 'AC_CONFIG_FILES([Makefile])' in configure.in (or configure.ac)
-is replaced by 'KPSE_CONFIG_FILES([Makefile])'.
+Each 'ac_include' in Makefile.in is replaced by 'kpse_include' and the
+command 'AC_CONFIG_FILES([Makefile])' in configure.in or configure.ac is
+replaced by 'KPSE_CONFIG_FILES([Makefile])'.
The macro KPSE_CONFIG_FILES (defined in kpse_inc.m4) uses standard
autoconf mechanisms to achieve the desired substitutions.
diff --git a/Build/source/texk/make/paths.mk b/Build/source/texk/make/paths.mk
index 7a18924ad0f..d0aee38aa68 100644
--- a/Build/source/texk/make/paths.mk
+++ b/Build/source/texk/make/paths.mk
@@ -22,6 +22,7 @@ scriptdir = $(bindir)
libdir = @libdir@
# Architecture-independent files.
+datarootdir = @datarootdir@
datadir = @datadir@
# Header files.