diff options
Diffstat (limited to 'Build/source/libs/teckit/teckit.ac')
-rw-r--r-- | Build/source/libs/teckit/teckit.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/teckit.ac b/Build/source/libs/teckit/teckit.ac new file mode 100644 index 00000000000..3760c7aa312 --- /dev/null +++ b/Build/source/libs/teckit/teckit.ac @@ -0,0 +1,13 @@ +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) |