summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-19 12:41:14 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-19 12:41:14 +0000
commitcf03be0bec33856ec8d7264260f5be52badb330a (patch)
tree11cc591bdcb10d71fd581083af531305b18ab025 /Build/source/texk/bibtex-x/configure
parentec18b43c24d72b1722bb939706424e0d6e92de25 (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')
-rwxr-xr-xBuild/source/texk/bibtex-x/configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/configure b/Build/source/texk/bibtex-x/configure
index bb7fa1fd59e..d09c540bcf7 100755
--- a/Build/source/texk/bibtex-x/configure
+++ b/Build/source/texk/bibtex-x/configure
@@ -636,6 +636,10 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+BIBTEXU_FALSE
+BIBTEXU_TRUE
+BIBTEX8_FALSE
+BIBTEX8_TRUE
ICU_RULE
ICU_DEPEND
ICU_LIBS
@@ -18710,6 +18714,23 @@ ${top_builddir}/../../libs/icu/include/unicode/uversion.h:
fi
+ if test "x$enable_bibtex8" != xno; then
+ BIBTEX8_TRUE=
+ BIBTEX8_FALSE='#'
+else
+ BIBTEX8_TRUE='#'
+ BIBTEX8_FALSE=
+fi
+
+ if test "x$enable_bibtexu" != xno; then
+ BIBTEXU_TRUE=
+ BIBTEXU_FALSE='#'
+else
+ BIBTEXU_TRUE='#'
+ BIBTEXU_FALSE=
+fi
+
+
ac_config_files="$ac_config_files Makefile"
@@ -18854,6 +18875,14 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${BIBTEX8_TRUE}" && test -z "${BIBTEX8_FALSE}"; then
+ as_fn_error $? "conditional \"BIBTEX8\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${BIBTEXU_TRUE}" && test -z "${BIBTEXU_FALSE}"; then
+ as_fn_error $? "conditional \"BIBTEXU\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0