diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-04-06 18:53:53 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-04-06 18:53:53 +0000 |
commit | ad9675b6c07a3384760e1acd6aec0c141e1e9134 (patch) | |
tree | 2515fda2d4705e99431ef8738495a89af8155527 /Build/source/utils/xindy/user-commands/Makefile.in | |
parent | 320a8db19049b2f80922143eae02c4150b66a139 (diff) |
autoreconf
git-svn-id: svn://tug.org/texlive/trunk@7337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/user-commands/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/user-commands/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/user-commands/Makefile.in b/Build/source/utils/xindy/user-commands/Makefile.in index 1656c435cb7..08e955183a9 100644 --- a/Build/source/utils/xindy/user-commands/Makefile.in +++ b/Build/source/utils/xindy/user-commands/Makefile.in @@ -65,7 +65,6 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CLISP = @CLISP@ -CLISP_LIB = @CLISP_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -88,6 +87,7 @@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ +LISP_RUN = @LISP_RUN@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ @@ -104,6 +104,7 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ +XINDY_RUN = @XINDY_RUN@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ |