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/libs | |
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/libs')
-rw-r--r-- | Build/source/libs/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/libs/Makefile.in | 3 | ||||
-rwxr-xr-x | Build/source/libs/configure | 20 |
3 files changed, 23 insertions, 4 deletions
diff --git a/Build/source/libs/Makefile.am b/Build/source/libs/Makefile.am index cb0416e8c1a..65dfd053e1c 100644 --- a/Build/source/libs/Makefile.am +++ b/Build/source/libs/Makefile.am @@ -3,7 +3,9 @@ ## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -ACLOCAL_AMFLAGS = -I ../m4 +## Use 'aclocal --force' (for "computed m4_sinclude") +## +ACLOCAL_AMFLAGS = -I ../m4 --force SUBDIRS = dummy . $(SUBLIBS) DIST_SUBDIRS = dummy $(DIST_SUBLIBS) 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 diff --git a/Build/source/libs/configure b/Build/source/libs/configure index b639bcd0912..5470c90c226 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -692,6 +692,7 @@ enable_psutils enable_t1utils enable_tpic2pdftex enable_vlna +enable_xindy enable_web2c with_editor enable_auto_core @@ -1454,12 +1455,12 @@ Optional Features: --disable-t1utils do not build the t1utils package --disable-tpic2pdftex do not build the tpic2pdftex package --disable-vlna do not build the vlna package + --enable-xindy build the xindy package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain filename --disable-dump-share make fmt/base/mem files architecture-dependent - --disable-ipc disable TeX's --ipc option, i.e., pipe to a - program + --enable-ipc enable TeX's --ipc option, i.e., pipe to a program --disable-tex do not compile and install TeX --enable-etex compile and install e-TeX --disable-aleph do not compile and install Aleph @@ -2319,6 +2320,21 @@ $as_echo "$as_me: Assuming \`--enable-vlna=$enable_vlna'" >&6;} esac +## utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ +## configure options and TL libraries required for xindy +# Check whether --enable-xindy was given. +if test "${enable_xindy+set}" = set; then + enableval=$enable_xindy; +fi +case $enable_xindy in #( + yes|no);; #( + *) enable_xindy=no + { $as_echo "$as_me:$LINENO: Assuming \`--enable-xindy=$enable_xindy'" >&5 +$as_echo "$as_me: Assuming \`--enable-xindy=$enable_xindy'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xindy=$enable_xindy'";; +esac + + ## texk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ |