diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-19 12:41:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-19 12:41:14 +0000 |
commit | cf03be0bec33856ec8d7264260f5be52badb330a (patch) | |
tree | 11cc591bdcb10d71fd581083af531305b18ab025 /Build/source/texk/bibtex-x/configure.ac | |
parent | ec18b43c24d72b1722bb939706424e0d6e92de25 (diff) |
Merge texk/bibtex8/ into texk/bibtex-x/.
git-svn-id: svn://tug.org/texlive/trunk@29434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/configure.ac')
-rw-r--r-- | Build/source/texk/bibtex-x/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/configure.ac b/Build/source/texk/bibtex-x/configure.ac index f934b3a3af2..41828152076 100644 --- a/Build/source/texk/bibtex-x/configure.ac +++ b/Build/source/texk/bibtex-x/configure.ac @@ -27,6 +27,9 @@ AC_SEARCH_LIBS([pow], [m]) KPSE_KPATHSEA_FLAGS KPSE_ICU_FLAGS([icuio icui18n], [--ldflags-icuio]) +AM_CONDITIONAL([BIBTEX8], [test "x$enable_bibtex8" != xno]) +AM_CONDITIONAL([BIBTEXU], [test "x$enable_bibtexu" != xno]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |