diff options
author | Martin Schröder <martin@oneiros.de> | 2008-01-30 13:46:16 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-01-30 13:46:16 +0000 |
commit | 439959587de13ada54151587673e869870ae48e0 (patch) | |
tree | 3777ce568076232a5ed2faf6bef16a74f6bf0841 /Build/source/texk/make | |
parent | eff226cc4c60f428692c3b6c799aefcb6f6d1326 (diff) |
First step in converting to autoconf 2.61++ from peb
git-svn-id: svn://tug.org/texlive/trunk@6448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/make')
-rw-r--r-- | Build/source/texk/make/README | 17 | ||||
-rw-r--r-- | Build/source/texk/make/clean.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/Build/source/texk/make/README b/Build/source/texk/make/README index 779cd460e6a..9481d74b7d5 100644 --- a/Build/source/texk/make/README +++ b/Build/source/texk/make/README @@ -4,3 +4,20 @@ configure substitutes them for ac_include lines in Makefile.in. (This is an enhancement to standard Autoconf; see aclocal.m4.) 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])'. + +The macro KPSE_CONFIG_FILES (defined in kpse_inc.m4) uses standard +autoconf mechanisms to achieve the desired substitutions. + +Peter Breitenlohner <peb@mppmu.mpg.de> + + + diff --git a/Build/source/texk/make/clean.mk b/Build/source/texk/make/clean.mk index fc55c1ab109..7b963fa074a 100644 --- a/Build/source/texk/make/clean.mk +++ b/Build/source/texk/make/clean.mk @@ -7,7 +7,7 @@ clean:: mostlyclean rm -f $(library).a squeeze *.bad *.dvi *.lj distclean:: extraclean clean - rm -f Makefile Makefile.aux kpse_empty + rm -f Makefile Makefile.aux rm -f config.status config.log config.cache c-auto.h libtool rm -rf conftest* rm -f stamp-auto stamp-tangle stamp-ctangle |