summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-10-01 11:09:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-10-01 11:09:30 +0000
commitb4f1cf71ba4e28e75d737e1fb8be097299684d26 (patch)
tree48837ed2d650e44bcb716011ef93a4e7d2e067af /Build/source/texk/cjkutils
parent6eb2ddd9bea7ebbf783ffc2b4948e07218437255 (diff)
build system: Minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@31805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r--Build/source/texk/cjkutils/ChangeLog4
-rwxr-xr-xBuild/source/texk/cjkutils/configure7
-rw-r--r--Build/source/texk/cjkutils/configure.ac5
3 files changed, 6 insertions, 10 deletions
diff --git a/Build/source/texk/cjkutils/ChangeLog b/Build/source/texk/cjkutils/ChangeLog
index 8897ee493b0..482caa2e993 100644
--- a/Build/source/texk/cjkutils/ChangeLog
+++ b/Build/source/texk/cjkutils/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-30 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * configure.ac: Drop KPSE_COMPILER_WARNIGS, use KPSE_COND_WIN32.
+
2013-07-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Moved Makefile fragments to ../../am/.
diff --git a/Build/source/texk/cjkutils/configure b/Build/source/texk/cjkutils/configure
index d01708dafaa..386758ef9a3 100755
--- a/Build/source/texk/cjkutils/configure
+++ b/Build/source/texk/cjkutils/configure
@@ -14621,12 +14621,6 @@ else
fi
-
-
-
-
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for native WIN32 or MINGW32" >&5
$as_echo_n "checking for native WIN32 or MINGW32... " >&6; }
if ${kpse_cv_have_win32+:} false; then :
@@ -14682,6 +14676,7 @@ else
fi
+
CJKUTILS_TREE=cjkutils-4.8.3
diff --git a/Build/source/texk/cjkutils/configure.ac b/Build/source/texk/cjkutils/configure.ac
index dd30cd4c70b..fdaeba73fe8 100644
--- a/Build/source/texk/cjkutils/configure.ac
+++ b/Build/source/texk/cjkutils/configure.ac
@@ -62,10 +62,7 @@ if test x"$do_cweb" = xyes; then
fi
AM_CONDITIONAL([do_cweb], [test "x$do_cweb" = xyes])
-KPSE_COMPILER_WARNINGS
-
-KPSE_CHECK_WIN32
-AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno])
+KPSE_COND_WIN32
AC_SUBST([CJKUTILS_TREE], [cjkutils-]cjk_version)