diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-16 15:51:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-16 15:51:04 +0000 |
commit | 805e477c290637b9736e144f3dbd262757506090 (patch) | |
tree | 80a7b1a64eb2a7d004d0bb3e1e4513c20a48e3f1 /Build/source/utils/xindy/xindy-2.4/modules/Makefile.in | |
parent | fe827a9763e7de758a5b00e36c8ae99d9805237d (diff) |
new Autoconf macros KPSE_CHECK_{LATEX,PDFLATEX,PERL}
git-svn-id: svn://tug.org/texlive/trunk@21732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/modules/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/modules/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/modules/Makefile.in b/Build/source/utils/xindy/xindy-2.4/modules/Makefile.in index f11da4b50a3..2ed35b36242 100644 --- a/Build/source/utils/xindy/xindy-2.4/modules/Makefile.in +++ b/Build/source/utils/xindy/xindy-2.4/modules/Makefile.in @@ -35,7 +35,8 @@ host_triplet = @host@ subdir = xindy-2.4/modules DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-warnings.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-progs.m4 \ + $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/ac/xindy.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |