diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 14:33:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 14:33:48 +0000 |
commit | 8243edfca0be6770fa56b9bc220b05ae505d1082 (patch) | |
tree | 0fc8b06d0c1ffdc32b1184c2e0815fe5359fcb35 /Build/source/libs/teckit | |
parent | 47a56b5dc7f17f502aee404c912490f135ca3c52 (diff) |
build system: remove --enable-fmtutil, fix option defaults, general cleanup
git-svn-id: svn://tug.org/texlive/trunk@12986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit')
-rw-r--r-- | Build/source/libs/teckit/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/teckit/teckit.ac | 13 | ||||
-rw-r--r-- | Build/source/libs/teckit/withenable.ac | 1 |
3 files changed, 4 insertions, 14 deletions
diff --git a/Build/source/libs/teckit/ChangeLog b/Build/source/libs/teckit/ChangeLog index e69de29bb2d..9cc14b044f6 100644 --- a/Build/source/libs/teckit/ChangeLog +++ b/Build/source/libs/teckit/ChangeLog @@ -0,0 +1,4 @@ +2009-05-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + Adapt to TL2009 build system. + diff --git a/Build/source/libs/teckit/teckit.ac b/Build/source/libs/teckit/teckit.ac deleted file mode 100644 index 3760c7aa312..00000000000 --- a/Build/source/libs/teckit/teckit.ac +++ /dev/null @@ -1,13 +0,0 @@ -if test "$needs_teckit" = no; then - TECKITCPPFLAGS= - LDTECKIT= - TECKITDEP= -else - TECKITCPPFLAGS='-I$(TECKITSRCDIR)/source/Public-headers' - LDTECKIT='$(TECKITDIR)/lib/.libs/libTECkit.a' - TECKITDEP='$(TECKITDIR)/lib/.libs/libTECkit.a' -fi - -AC_SUBST(TECKITCPPFLAGS) -AC_SUBST(LDTECKIT) -AC_SUBST(TECKITDEP) diff --git a/Build/source/libs/teckit/withenable.ac b/Build/source/libs/teckit/withenable.ac deleted file mode 100644 index ddb0c8b61a7..00000000000 --- a/Build/source/libs/teckit/withenable.ac +++ /dev/null @@ -1 +0,0 @@ -# we don't currently support use of an installed teckit lib |