diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-08 13:08:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-08 13:08:15 +0000 |
commit | ab366acfe8bae5433f1370910f352db9b861a648 (patch) | |
tree | 0cd2f44203ce694edaab0b1476e207a33f8ecd8c /Build/source/Makefile.in | |
parent | 3bdd1404ffe5d2be044d80526e6224b8e057674e (diff) |
new build system: utils/t1utils/ and utils/xindy/
git-svn-id: svn://tug.org/texlive/trunk@13005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index bdb1159ad7b..b2c9149a3e6 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -64,6 +64,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/utils/t1utils/ac/withenable.ac \ $(top_srcdir)/utils/tpic2pdftex/ac/withenable.ac \ $(top_srcdir)/utils/vlna/ac/withenable.ac \ + $(top_srcdir)/utils/xindy/ac/withenable.ac \ $(top_srcdir)/texk/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/web2c.ac \ @@ -279,7 +280,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 --force DISTCHECK_CONFIGURE_FLAGS = -C EXTRA_DIST = \ Build \ |