From b12d337486bb1b532ff35ad73b39e547b0c80474 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 2 Feb 2008 14:23:40 +0000 Subject: more autoconf updates git-svn-id: svn://tug.org/texlive/trunk@6488 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/make/ChangeLog | 4 ++++ Build/source/texk/make/README | 6 +++--- Build/source/texk/make/paths.mk | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/make') 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 + + * paths.mk: Add datarootdir for Autoconf 2.60+. + 2007-07-29 Karl Berry * 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. -- cgit v1.2.3