summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-25 10:27:56 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-25 10:27:56 +0000
commit14fdf58582eb34614c899048041260830bf11319 (patch)
tree24c257e172a5759d4653886820e0debc19a79e75 /Build/source/configure
parent1d49a87a191295313dd1fdbce07dfb18ddd65bfc (diff)
new build system: update
git-svn-id: svn://tug.org/texlive/trunk@12515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure86
1 files changed, 66 insertions, 20 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 0e240c65596..e88382d6900 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -959,6 +959,7 @@ enable_dvidvi
enable_dviljk
enable_dvipdfm
enable_dvipdfmx
+enable_dvipng
enable_dvipos
enable_dvipsk
enable_gsftopk
@@ -984,6 +985,7 @@ enable_tex4htk
enable_ttf2pk
enable_ttfdump
enable_xdv2pdf
+enable_xdvik
enable_xdvipdfmx
with_system_kpathsea
with_kpathsea_includes
@@ -1722,6 +1724,7 @@ Optional Features:
--disable-dviljk do not build the dviljk package
--disable-dvipdfm do not build the dvipdfm package
--disable-dvipdfmx do not build the dvipdfmx package
+ --disable-dvipng do not build the dvipng package
--disable-dvipos do not build the dvipos package
--disable-dvipsk do not build the dvipsk package
--disable-gsftopk do not build the gsftopk package
@@ -1750,6 +1753,7 @@ Optional Features:
--disable-ttf2pk do not build the ttf2pk package
--disable-ttfdump do not build the ttfdump package
--disable-xdv2pdf do not build the xdv2pdf package
+ --disable-xdvik do not build the xdvik package
--disable-xdvipdfmx do not build the xdvipdfmx package
--disable-mktexmf-default do not run mktexmf if MF source missing
--disable-mktexpk-default do not run mktexpk if PK font missing
@@ -2840,6 +2844,28 @@ test "x$enable_dvipdfmx" = xno || {
}
+## texk/dvipng/ac/withenable.ac
+## configure options and TL libraries required for dvipng
+# Check whether --enable-dvipng was given.
+if test "${enable_dvipng+set}" = set; then
+ enableval=$enable_dvipng;
+fi
+case $enable_dvipng in #(
+ yes|no);; #(
+ *) { $as_echo "$as_me:$LINENO: Assuming \`--enable-dvipng'" >&5
+$as_echo "$as_me: Assuming \`--enable-dvipng'" >&6;}
+ enable_dvipng=yes
+ ac_configure_args="$ac_configure_args '--enable-dvipng'";;
+esac
+
+test "x$enable_dvipng" = xno || {
+ need_kpathsea=yes
+ need_freetype2=yes
+ need_gd=yes
+ need_t1lib=yes
+}
+
+
## texk/dvipos/ac/withenable.ac
## configure options and TL libraries required for dvipos
# Check whether --enable-dvipos was given.
@@ -3145,6 +3171,26 @@ test "x$enable_xdv2pdf" = xno || {
}
+## texk/xdvik/ac/withenable.ac
+## configure options and TL libraries required for xdvik
+# Check whether --enable-xdvik was given.
+if test "${enable_xdvik+set}" = set; then
+ enableval=$enable_xdvik;
+fi
+case $enable_xdvik in #(
+ yes|no);; #(
+ *) { $as_echo "$as_me:$LINENO: Assuming \`--enable-xdvik'" >&5
+$as_echo "$as_me: Assuming \`--enable-xdvik'" >&6;}
+ enable_xdvik=yes
+ ac_configure_args="$ac_configure_args '--enable-xdvik'";;
+esac
+
+test "x$enable_xdvik" = xno || {
+ need_kpathsea=yes
+ need_t1lib=yes
+}
+
+
## texk/xdvipdfmx/ac/withenable.ac
## configure options and TL libraries required for xdvipdfmx
# Check whether --enable-xdvipdfmx was given.
@@ -5771,13 +5817,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:5774: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:5820: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:5777: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:5823: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:5780: output\"" >&5)
+ (eval echo "\"\$as_me:5826: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -6983,7 +7029,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 6986 "configure"' > conftest.$ac_ext
+ echo '#line 7032 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -9030,11 +9076,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9033: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9079: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9037: \$? = $ac_status" >&5
+ echo "$as_me:9083: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9369,11 +9415,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9372: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9418: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9376: \$? = $ac_status" >&5
+ echo "$as_me:9422: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9474,11 +9520,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9477: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9523: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9481: \$? = $ac_status" >&5
+ echo "$as_me:9527: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -9529,11 +9575,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9532: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9578: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9536: \$? = $ac_status" >&5
+ echo "$as_me:9582: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12329,7 +12375,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12332 "configure"
+#line 12378 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12425,7 +12471,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12428 "configure"
+#line 12474 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -18821,11 +18867,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18824: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18870: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:18828: \$? = $ac_status" >&5
+ echo "$as_me:18874: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -18920,11 +18966,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18923: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:18969: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18927: \$? = $ac_status" >&5
+ echo "$as_me:18973: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -18972,11 +19018,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:18975: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:19021: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:18979: \$? = $ac_status" >&5
+ echo "$as_me:19025: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized