diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-04 10:29:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-04 10:29:14 +0000 |
commit | 6295724a1b8d877dc127c5d4a4aaaa85b865e053 (patch) | |
tree | cb559b63c12d8ee05f7481aa5f449f6c3cd0653a | |
parent | 82ddcccb08f72ea136dbb4629183a768139fedd6 (diff) |
fixed a few typos
git-svn-id: svn://tug.org/texlive/trunk@35735 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/m4/kpse-lua52-flags.m4 | 2 | ||||
-rw-r--r-- | Build/source/m4/kpse-setup.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/m4/kpse-lua52-flags.m4 b/Build/source/m4/kpse-lua52-flags.m4 index 20801945a0d..19032bfd34e 100644 --- a/Build/source/m4/kpse-lua52-flags.m4 +++ b/Build/source/m4/kpse-lua52-flags.m4 @@ -10,7 +10,7 @@ # Set the make variables LUA52_INCLUDES and LUA52_LIBS to the CPPFLAGS and # LIBS required for the `-ltexlua52' library in libs/lua52/ of the TL tree. AC_DEFUN([KPSE_LUA52_FLAGS], [dnl -_KPSE_LIB_FLAGS([lua52], [texlua52], [tree], +_KPSE_LIB_FLAGS([lua52], [texlua52], [lt tree], [-IBLD/libs/lua52/include], [BLD/libs/lua52/libtexlua52.la], [], [], [${top_builddir}/../../libs/lua52/include/lua.h])[]dnl ]) # KPSE_LUA52_FLAGS diff --git a/Build/source/m4/kpse-setup.m4 b/Build/source/m4/kpse-setup.m4 index 59a883e2e41..8767c3f59df 100644 --- a/Build/source/m4/kpse-setup.m4 +++ b/Build/source/m4/kpse-setup.m4 @@ -259,7 +259,7 @@ m4_popdef([Kpse_add])[]dnl # _KPSE_RECURSE(LIST, TEXT, COND, [PREFIX]) # ----------------------------------------- -# Internal subroutine. Determine which of the libraies or programs in +# Internal subroutine. Determine which of the libraries or programs in # kpse_LIST_pkgs to build, and set output variables MAKE_SUBDIRS and # CONF_SUBDIRS. Cause 'make dist', 'configure -hr', and 'autoreconf' # to recurse into all existing ones. |