diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-30 17:02:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-30 17:02:47 +0000 |
commit | 7ab66b0d77e4918f70e46dff07cf4b93ac233e64 (patch) | |
tree | dee038546e753b711ff80ca275014b2c5aaed8e1 /Build/source/texk/kpathsea/win32/Makefile.in | |
parent | b6bf56021895ed4760c375bb8ff56754ce23ceac (diff) |
autoconf 2.71
git-svn-id: svn://tug.org/texlive/trunk@59767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/win32/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/win32/Makefile.in b/Build/source/texk/kpathsea/win32/Makefile.in index feafad318ab..874719af866 100644 --- a/Build/source/texk/kpathsea/win32/Makefile.in +++ b/Build/source/texk/kpathsea/win32/Makefile.in @@ -229,7 +229,6 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -331,6 +330,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ |