summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 12:26:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-02 12:26:20 +0000
commit139cecf1ea2f3106ee7a49b4d5ff05720a017848 (patch)
tree55739d2800c717fc75a3d5fa6bf6f178afe02fda /Build/source/libs/configure
parent3885a302c73852a157575006fad0303e61b0aa34 (diff)
libs/poppler, libs/xpdf: Add compiler options to suppress 'deprecatedconversion' warnings from g++-4.4
git-svn-id: svn://tug.org/texlive/trunk@22275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure47
1 files changed, 26 insertions, 21 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 5e0b15d13cc..b764e001f02 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -751,11 +751,11 @@ enable_updmap
enable_makeindexk
enable_makejvf
enable_mendexk
-enable_musixflx
enable_ps2pkm
enable_seetexk
enable_tex4htk
enable_ttf2pk
+enable_ttf2pk2
enable_ttfdump
enable_xdv2pdf
enable_xdvik
@@ -1532,11 +1532,11 @@ Optional Features:
--disable-makeindexk do not build the makeindexk package
--disable-makejvf do not build the makejvf package
--disable-mendexk do not build the mendexk package
- --disable-musixflx do not build the musixflx package
--disable-ps2pkm do not build the ps2pkm package
--disable-seetexk do not build the seetexk package
--disable-tex4htk do not build the tex4htk package
--disable-ttf2pk do not build the ttf2pk package
+ --enable-ttf2pk2 build the ttf2pk2 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
@@ -4227,25 +4227,6 @@ test "x$enable_mendexk" = xno || {
}
-## texk/musixflx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/musixflx/
-## configure options and TL libraries required for musixflx
-# Check whether --enable-musixflx was given.
-if test "${enable_musixflx+set}" = set; then :
- enableval=$enable_musixflx;
-fi
-case $enable_musixflx in #(
- yes|no) :
- ;; #(
- *) :
-
- enable_musixflx=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-musixflx=$enable_musixflx'" >&5
-$as_echo "$as_me: Assuming \`--enable-musixflx=$enable_musixflx'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-musixflx=$enable_musixflx'"
- ;;
-esac
-
-
## texk/ps2pkm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pkm/
## configure options and TL libraries required for ps2pkm
# Check whether --enable-ps2pkm was given.
@@ -4339,6 +4320,30 @@ test "x$enable_ttf2pk" = xno || {
}
+## texk/ttf2pk2/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ttf2pk2/
+## configure options and TL libraries required for ttf2pk
+# Check whether --enable-ttf2pk2 was given.
+if test "${enable_ttf2pk2+set}" = set; then :
+ enableval=$enable_ttf2pk2;
+fi
+case $enable_ttf2pk2 in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_ttf2pk2=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ttf2pk2=$enable_ttf2pk2'" >&5
+$as_echo "$as_me: Assuming \`--enable-ttf2pk2=$enable_ttf2pk2'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-ttf2pk2=$enable_ttf2pk2'"
+ ;;
+esac
+
+test "x$enable_ttf2pk2" = xno || {
+ need_kpathsea=yes
+ need_freetype2=yes
+}
+
+
## texk/ttfdump/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ttfdump/
## configure options and TL libraries required for ttfdump
# Check whether --enable-ttfdump was given.