diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-02 14:23:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-02 14:23:40 +0000 |
commit | b12d337486bb1b532ff35ad73b39e547b0c80474 (patch) | |
tree | e7b80f7c37f28f03f2af4db043a351e43420bf5a /Build/source/texk/cjkutils | |
parent | 7b6ec243e2c593053c0987fb720fe3fe565ce7fd (diff) |
more autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r-- | Build/source/texk/cjkutils/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/cjkutils/configure.in | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/ChangeLog b/Build/source/texk/cjkutils/ChangeLog index 776b81e96b2..0bcbc04b011 100644 --- a/Build/source/texk/cjkutils/ChangeLog +++ b/Build/source/texk/cjkutils/ChangeLog @@ -1,3 +1,9 @@ +2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.in: Use AC_CONFIG_FILES([Makefile]) instead of + KPSE_CONFIG_FILES. + * configure: Regenerated. + 2008-01-30 Peter Breitenlohner <peb@mppmu.mpg.de> Convert from autoconf-2.13 to autoconf-2.59+: diff --git a/Build/source/texk/cjkutils/configure.in b/Build/source/texk/cjkutils/configure.in index d58f4628474..9e190434224 100644 --- a/Build/source/texk/cjkutils/configure.in +++ b/Build/source/texk/cjkutils/configure.in @@ -52,6 +52,7 @@ AC_PROG_INSTALL sinclude(../kpathsea/withenable.ac) -KPSE_CONFIG_FILES([Makefile conv/Makefile hbf2gf/Makefile scripts/Makefile]) +AC_CONFIG_FILES([Makefile]) +KPSE_CONFIG_FILES([conv/Makefile hbf2gf/Makefile scripts/Makefile]) AC_OUTPUT date >stamp-auto |