diff options
Diffstat (limited to 'Build/source/libs/Makefile.in')
-rw-r--r-- | Build/source/libs/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index a07d875ecb6..dc0f91eda21 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -69,6 +69,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 \ @@ -233,7 +234,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 SUBDIRS = dummy . $(SUBLIBS) DIST_SUBDIRS = dummy $(DIST_SUBLIBS) SUBLIBS_AUX = sublibsdir-configure sublibsdir-conf.args |