diff options
Diffstat (limited to 'font/schumacher-misc/configure')
-rw-r--r-- | font/schumacher-misc/configure | 128 |
1 files changed, 84 insertions, 44 deletions
diff --git a/font/schumacher-misc/configure b/font/schumacher-misc/configure index c3e076846..6d774d562 100644 --- a/font/schumacher-misc/configure +++ b/font/schumacher-misc/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for font-schumacher-misc 1.1.0. +# Generated by GNU Autoconf 2.62 for font-schumacher-misc 1.1.1. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='font-schumacher-misc' PACKAGE_TARNAME='font-schumacher-misc' -PACKAGE_VERSION='1.1.0' -PACKAGE_STRING='font-schumacher-misc 1.1.0' +PACKAGE_VERSION='1.1.1' +PACKAGE_STRING='font-schumacher-misc 1.1.1' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' # Factoring default headers for most tests. @@ -797,6 +797,7 @@ enable_strict_compilation with_fontrootdir with_fontdir with_compression +enable_all_encodings enable_iso8859_1 enable_iso8859_2 enable_iso8859_3 @@ -1377,7 +1378,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures font-schumacher-misc 1.1.0 to adapt to many kinds of systems. +\`configure' configures font-schumacher-misc 1.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1448,7 +1449,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of font-schumacher-misc 1.1.0:";; + short | recursive ) echo "Configuration of font-schumacher-misc 1.1.1:";; esac cat <<\_ACEOF @@ -1463,6 +1464,7 @@ Optional Features: --enable-strict-compilation Enable all warnings from compiler and make them errors (default: disabled) + --disable-all-encodings Disable building of all font encodings --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) @@ -1566,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -font-schumacher-misc configure 1.1.0 +font-schumacher-misc configure 1.1.1 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1580,7 +1582,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by font-schumacher-misc $as_me 1.1.0, which was +It was created by font-schumacher-misc $as_me 1.1.1, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2229,7 +2231,7 @@ fi # Define the identity of the package. PACKAGE='font-schumacher-misc' - VERSION='1.1.0' + VERSION='1.1.1' cat >>confdefs.h <<_ACEOF @@ -4955,6 +4957,7 @@ MAN_SUBSTS="\ -e 's|__xservername__|Xorg|g' \ -e 's|__xconfigfile__|xorg.conf|g' \ -e 's|__projectroot__|\$(prefix)|g' \ + -e 's|__apploaddir__|\$(appdefaultdir)|g' \ -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ @@ -5208,7 +5211,7 @@ $as_echo "no" >&6; } fi - if test x"MKFONTDIR" = x; then + if test x"$MKFONTDIR" = x; then { { $as_echo "$as_me:$LINENO: error: mkfontdir is required to build $PACKAGE_NAME." >&5 $as_echo "$as_me: error: mkfontdir is required to build $PACKAGE_NAME." >&2;} { (exit 1); exit 1; }; } @@ -5256,7 +5259,7 @@ $as_echo "no" >&6; } fi - if test x"BDFTOPCF" = x; then + if test x"$BDFTOPCF" = x; then { { $as_echo "$as_me:$LINENO: error: bdftopcf is required to build $PACKAGE_NAME." >&5 $as_echo "$as_me: error: bdftopcf is required to build $PACKAGE_NAME." >&2;} { (exit 1); exit 1; }; } @@ -5329,7 +5332,7 @@ $as_echo "no" >&6; } fi - if test x"COMPRESS" = x; then + if test x"$COMPRESS" = x; then { { $as_echo "$as_me:$LINENO: error: ${compression} is required to build $PACKAGE_NAME." >&5 $as_echo "$as_me: error: ${compression} is required to build $PACKAGE_NAME." >&2;} { (exit 1); exit 1; }; } @@ -5381,7 +5384,7 @@ $as_echo "no" >&6; } fi - if test x"UCS2ANY" = x; then + if test x"$UCS2ANY" = x; then { { $as_echo "$as_me:$LINENO: error: ucs2any is required to build $PACKAGE_NAME." >&5 $as_echo "$as_me: error: ucs2any is required to build $PACKAGE_NAME." >&2;} { (exit 1); exit 1; }; } @@ -5507,12 +5510,77 @@ $as_echo "${MAPFILES_PATH}" >&6; } + # Check whether --enable-all-encodings was given. +if test "${enable_all_encodings+set}" = set; then + enableval=$enable_all_encodings; + ISO8859_1=$enableval + + ISO8859_2=$enableval + + ISO8859_3=$enableval + + ISO8859_4=$enableval + + ISO8859_5=$enableval + + ISO8859_7=$enableval + + ISO8859_8=$enableval + + ISO8859_9=$enableval + + ISO8859_10=$enableval + + ISO8859_11=$enableval + + ISO8859_13=$enableval + + ISO8859_14=$enableval + + ISO8859_15=$enableval + + ISO8859_16=$enableval + + KOI8_R=$enableval + +else + + ISO8859_1=yes + + ISO8859_2=yes + + ISO8859_3=yes + + ISO8859_4=yes + + ISO8859_5=yes + + ISO8859_7=yes + + ISO8859_8=yes + + ISO8859_9=yes + + ISO8859_10=yes + + ISO8859_11=yes + + ISO8859_13=yes + + ISO8859_14=yes + + ISO8859_15=yes + + ISO8859_16=yes + + KOI8_R=yes + +fi + # Check whether --enable-iso8859-1 was given. if test "${enable_iso8859_1+set}" = set; then enableval=$enable_iso8859_1; ISO8859_1=$enableval -else - ISO8859_1=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5 @@ -5533,8 +5601,6 @@ fi # Check whether --enable-iso8859-2 was given. if test "${enable_iso8859_2+set}" = set; then enableval=$enable_iso8859_2; ISO8859_2=$enableval -else - ISO8859_2=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5 @@ -5555,8 +5621,6 @@ fi # Check whether --enable-iso8859-3 was given. if test "${enable_iso8859_3+set}" = set; then enableval=$enable_iso8859_3; ISO8859_3=$enableval -else - ISO8859_3=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5 @@ -5577,8 +5641,6 @@ fi # Check whether --enable-iso8859-4 was given. if test "${enable_iso8859_4+set}" = set; then enableval=$enable_iso8859_4; ISO8859_4=$enableval -else - ISO8859_4=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5 @@ -5599,8 +5661,6 @@ fi # Check whether --enable-iso8859-5 was given. if test "${enable_iso8859_5+set}" = set; then enableval=$enable_iso8859_5; ISO8859_5=$enableval -else - ISO8859_5=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-5 fonts" >&5 @@ -5621,8 +5681,6 @@ fi # Check whether --enable-iso8859-7 was given. if test "${enable_iso8859_7+set}" = set; then enableval=$enable_iso8859_7; ISO8859_7=$enableval -else - ISO8859_7=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-7 fonts" >&5 @@ -5643,8 +5701,6 @@ fi # Check whether --enable-iso8859-8 was given. if test "${enable_iso8859_8+set}" = set; then enableval=$enable_iso8859_8; ISO8859_8=$enableval -else - ISO8859_8=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-8 fonts" >&5 @@ -5665,8 +5721,6 @@ fi # Check whether --enable-iso8859-9 was given. if test "${enable_iso8859_9+set}" = set; then enableval=$enable_iso8859_9; ISO8859_9=$enableval -else - ISO8859_9=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5 @@ -5687,8 +5741,6 @@ fi # Check whether --enable-iso8859-10 was given. if test "${enable_iso8859_10+set}" = set; then enableval=$enable_iso8859_10; ISO8859_10=$enableval -else - ISO8859_10=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5 @@ -5709,8 +5761,6 @@ fi # Check whether --enable-iso8859-11 was given. if test "${enable_iso8859_11+set}" = set; then enableval=$enable_iso8859_11; ISO8859_11=$enableval -else - ISO8859_11=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-11 fonts" >&5 @@ -5731,8 +5781,6 @@ fi # Check whether --enable-iso8859-13 was given. if test "${enable_iso8859_13+set}" = set; then enableval=$enable_iso8859_13; ISO8859_13=$enableval -else - ISO8859_13=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5 @@ -5753,8 +5801,6 @@ fi # Check whether --enable-iso8859-14 was given. if test "${enable_iso8859_14+set}" = set; then enableval=$enable_iso8859_14; ISO8859_14=$enableval -else - ISO8859_14=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5 @@ -5775,8 +5821,6 @@ fi # Check whether --enable-iso8859-15 was given. if test "${enable_iso8859_15+set}" = set; then enableval=$enable_iso8859_15; ISO8859_15=$enableval -else - ISO8859_15=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5 @@ -5797,8 +5841,6 @@ fi # Check whether --enable-iso8859-16 was given. if test "${enable_iso8859_16+set}" = set; then enableval=$enable_iso8859_16; ISO8859_16=$enableval -else - ISO8859_16=yes fi { $as_echo "$as_me:$LINENO: checking whether to build ISO8859-16 fonts" >&5 @@ -5819,8 +5861,6 @@ fi # Check whether --enable-koi8-r was given. if test "${enable_koi8_r+set}" = set; then enableval=$enable_koi8_r; KOI8_R=$enableval -else - KOI8_R=yes fi { $as_echo "$as_me:$LINENO: checking whether to build KOI8-R fonts" >&5 @@ -6424,7 +6464,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by font-schumacher-misc $as_me 1.1.0, which was +This file was extended by font-schumacher-misc $as_me 1.1.1, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6471,7 +6511,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -font-schumacher-misc config.status 1.1.0 +font-schumacher-misc config.status 1.1.1 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |