diff options
Diffstat (limited to 'Build/source/m4')
-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. |