diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 09:43:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 09:43:20 +0000 |
commit | 9b7c6e953046968198530745121cdd23ce86465d (patch) | |
tree | adf9148f446bfd79c18f50d657616d71bf5ce54e /Build/source/m4 | |
parent | 4ba9de4344d6af441cfb870036a8a3b1b89308cd (diff) |
Adapt linked scripts to texmf=>texmf-dist and context update
Fix a few typos
git-svn-id: svn://tug.org/texlive/trunk@29736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4')
-rw-r--r-- | Build/source/m4/kpse-win32.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/m4/kpse-win32.m4 b/Build/source/m4/kpse-win32.m4 index d6b19cc378f..199e942b3b8 100644 --- a/Build/source/m4/kpse-win32.m4 +++ b/Build/source/m4/kpse-win32.m4 @@ -5,8 +5,6 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 0 - # KPSE_CHECK_WIN32 # ---------------- # Check for WIN32 and distinguish between MINGW32 and native. @@ -34,7 +32,7 @@ AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno]) # KPSE_COND_MINGW32 # --------------- -# Define the conditional MINGW32. +# Define the conditionals WIN32 and MINGW32. AC_DEFUN([KPSE_COND_MINGW32], [dnl AC_REQUIRE([KPSE_COND_WIN32])[]dnl AM_CONDITIONAL([MINGW32], [test "x$kpse_cv_have_win32" = xmingw32]) @@ -42,7 +40,7 @@ AM_CONDITIONAL([MINGW32], [test "x$kpse_cv_have_win32" = xmingw32]) # KPSE_COND_WIN32_WRAP # --------------- -# Define the conditional MINGW32. +# Define the conditionals WIN32 and WIN32_WRAP. AC_DEFUN([KPSE_COND_WIN32_WRAP], [dnl AC_REQUIRE([KPSE_COND_WIN32])[]dnl AM_CONDITIONAL([WIN32_WRAP], |