| [2] | 1 | #! /bin/sh
|
|---|
| 2 |
|
|---|
| 3 | # Guess values for system-dependent variables and create Makefiles.
|
|---|
| 4 | # Generated automatically using autoconf version 2.13
|
|---|
| 5 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
|---|
| 6 | #
|
|---|
| 7 | # This configure script is free software; the Free Software Foundation
|
|---|
| 8 | # gives unlimited permission to copy, distribute and modify it.
|
|---|
| 9 |
|
|---|
| 10 | # Defaults:
|
|---|
| 11 | ac_help=
|
|---|
| 12 | ac_default_prefix=/usr/local
|
|---|
| 13 | # Any additions from configure.in:
|
|---|
| 14 |
|
|---|
| 15 | # Initialize some variables set by options.
|
|---|
| 16 | # The variables have the same names as the options, with
|
|---|
| 17 | # dashes changed to underlines.
|
|---|
| 18 | build=NONE
|
|---|
| 19 | cache_file=./config.cache
|
|---|
| 20 | exec_prefix=NONE
|
|---|
| 21 | host=NONE
|
|---|
| 22 | no_create=
|
|---|
| 23 | nonopt=NONE
|
|---|
| 24 | no_recursion=
|
|---|
| 25 | prefix=NONE
|
|---|
| 26 | program_prefix=NONE
|
|---|
| 27 | program_suffix=NONE
|
|---|
| 28 | program_transform_name=s,x,x,
|
|---|
| 29 | silent=
|
|---|
| 30 | site=
|
|---|
| 31 | srcdir=
|
|---|
| 32 | target=NONE
|
|---|
| 33 | verbose=
|
|---|
| 34 | x_includes=NONE
|
|---|
| 35 | x_libraries=NONE
|
|---|
| 36 | bindir='${exec_prefix}/bin'
|
|---|
| 37 | sbindir='${exec_prefix}/sbin'
|
|---|
| 38 | libexecdir='${exec_prefix}/libexec'
|
|---|
| 39 | datadir='${prefix}/share'
|
|---|
| 40 | sysconfdir='${prefix}/etc'
|
|---|
| 41 | sharedstatedir='${prefix}/com'
|
|---|
| 42 | localstatedir='${prefix}/var'
|
|---|
| 43 | libdir='${exec_prefix}/lib'
|
|---|
| 44 | includedir='${prefix}/include'
|
|---|
| 45 | oldincludedir='/usr/include'
|
|---|
| 46 | infodir='${prefix}/info'
|
|---|
| 47 | mandir='${prefix}/man'
|
|---|
| 48 |
|
|---|
| 49 | # Initialize some other variables.
|
|---|
| 50 | subdirs=
|
|---|
| 51 | MFLAGS= MAKEFLAGS=
|
|---|
| 52 | SHELL=${CONFIG_SHELL-/bin/sh}
|
|---|
| 53 | # Maximum number of lines to put in a shell here document.
|
|---|
| 54 | ac_max_here_lines=12
|
|---|
| 55 |
|
|---|
| 56 | ac_prev=
|
|---|
| 57 | for ac_option
|
|---|
| 58 | do
|
|---|
| 59 |
|
|---|
| 60 | # If the previous option needs an argument, assign it.
|
|---|
| 61 | if test -n "$ac_prev"; then
|
|---|
| 62 | eval "$ac_prev=\$ac_option"
|
|---|
| 63 | ac_prev=
|
|---|
| 64 | continue
|
|---|
| 65 | fi
|
|---|
| 66 |
|
|---|
| 67 | case "$ac_option" in
|
|---|
| 68 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
|---|
| 69 | *) ac_optarg= ;;
|
|---|
| 70 | esac
|
|---|
| 71 |
|
|---|
| 72 | # Accept the important Cygnus configure options, so we can diagnose typos.
|
|---|
| 73 |
|
|---|
| 74 | case "$ac_option" in
|
|---|
| 75 |
|
|---|
| 76 | -bindir | --bindir | --bindi | --bind | --bin | --bi)
|
|---|
| 77 | ac_prev=bindir ;;
|
|---|
| 78 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
|---|
| 79 | bindir="$ac_optarg" ;;
|
|---|
| 80 |
|
|---|
| 81 | -build | --build | --buil | --bui | --bu)
|
|---|
| 82 | ac_prev=build ;;
|
|---|
| 83 | -build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
|---|
| 84 | build="$ac_optarg" ;;
|
|---|
| 85 |
|
|---|
| 86 | -cache-file | --cache-file | --cache-fil | --cache-fi \
|
|---|
| 87 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
|
|---|
| 88 | ac_prev=cache_file ;;
|
|---|
| 89 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
|
|---|
| 90 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
|
|---|
| 91 | cache_file="$ac_optarg" ;;
|
|---|
| 92 |
|
|---|
| 93 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
|---|
| 94 | ac_prev=datadir ;;
|
|---|
| 95 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
|
|---|
| 96 | | --da=*)
|
|---|
| 97 | datadir="$ac_optarg" ;;
|
|---|
| 98 |
|
|---|
| 99 | -disable-* | --disable-*)
|
|---|
| 100 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
|
|---|
| 101 | # Reject names that are not valid shell variable names.
|
|---|
| 102 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
|
|---|
| 103 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
|
|---|
| 104 | fi
|
|---|
| 105 | ac_feature=`echo $ac_feature| sed 's/-/_/g'`
|
|---|
| 106 | eval "enable_${ac_feature}=no" ;;
|
|---|
| 107 |
|
|---|
| 108 | -enable-* | --enable-*)
|
|---|
| 109 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
|
|---|
| 110 | # Reject names that are not valid shell variable names.
|
|---|
| 111 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
|
|---|
| 112 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
|
|---|
| 113 | fi
|
|---|
| 114 | ac_feature=`echo $ac_feature| sed 's/-/_/g'`
|
|---|
| 115 | case "$ac_option" in
|
|---|
| 116 | *=*) ;;
|
|---|
| 117 | *) ac_optarg=yes ;;
|
|---|
| 118 | esac
|
|---|
| 119 | eval "enable_${ac_feature}='$ac_optarg'" ;;
|
|---|
| 120 |
|
|---|
| 121 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
|---|
| 122 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
|---|
| 123 | | --exec | --exe | --ex)
|
|---|
| 124 | ac_prev=exec_prefix ;;
|
|---|
| 125 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
|
|---|
| 126 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
|
|---|
| 127 | | --exec=* | --exe=* | --ex=*)
|
|---|
| 128 | exec_prefix="$ac_optarg" ;;
|
|---|
| 129 |
|
|---|
| 130 | -gas | --gas | --ga | --g)
|
|---|
| 131 | # Obsolete; use --with-gas.
|
|---|
| 132 | with_gas=yes ;;
|
|---|
| 133 |
|
|---|
| 134 | -help | --help | --hel | --he)
|
|---|
| 135 | # Omit some internal or obsolete options to make the list less imposing.
|
|---|
| 136 | # This message is too long to be a string in the A/UX 3.1 sh.
|
|---|
| 137 | cat << EOF
|
|---|
| 138 | Usage: configure [options] [host]
|
|---|
| 139 | Options: [defaults in brackets after descriptions]
|
|---|
| 140 | Configuration:
|
|---|
| 141 | --cache-file=FILE cache test results in FILE
|
|---|
| 142 | --help print this message
|
|---|
| 143 | --no-create do not create output files
|
|---|
| 144 | --quiet, --silent do not print \`checking...' messages
|
|---|
| 145 | --version print the version of autoconf that created configure
|
|---|
| 146 | Directory and file names:
|
|---|
| 147 | --prefix=PREFIX install architecture-independent files in PREFIX
|
|---|
| 148 | [$ac_default_prefix]
|
|---|
| 149 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
|---|
| 150 | [same as prefix]
|
|---|
| 151 | --bindir=DIR user executables in DIR [EPREFIX/bin]
|
|---|
| 152 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
|
|---|
| 153 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
|
|---|
| 154 | --datadir=DIR read-only architecture-independent data in DIR
|
|---|
| 155 | [PREFIX/share]
|
|---|
| 156 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
|
|---|
| 157 | --sharedstatedir=DIR modifiable architecture-independent data in DIR
|
|---|
| 158 | [PREFIX/com]
|
|---|
| 159 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
|
|---|
| 160 | --libdir=DIR object code libraries in DIR [EPREFIX/lib]
|
|---|
| 161 | --includedir=DIR C header files in DIR [PREFIX/include]
|
|---|
| 162 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
|
|---|
| 163 | --infodir=DIR info documentation in DIR [PREFIX/info]
|
|---|
| 164 | --mandir=DIR man documentation in DIR [PREFIX/man]
|
|---|
| 165 | --srcdir=DIR find the sources in DIR [configure dir or ..]
|
|---|
| 166 | --program-prefix=PREFIX prepend PREFIX to installed program names
|
|---|
| 167 | --program-suffix=SUFFIX append SUFFIX to installed program names
|
|---|
| 168 | --program-transform-name=PROGRAM
|
|---|
| 169 | run sed PROGRAM on installed program names
|
|---|
| 170 | EOF
|
|---|
| 171 | cat << EOF
|
|---|
| 172 | Host type:
|
|---|
| 173 | --build=BUILD configure for building on BUILD [BUILD=HOST]
|
|---|
| 174 | --host=HOST configure for HOST [guessed]
|
|---|
| 175 | --target=TARGET configure for TARGET [TARGET=HOST]
|
|---|
| 176 | Features and packages:
|
|---|
| 177 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|---|
| 178 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
|---|
| 179 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|---|
| 180 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|---|
| 181 | --x-includes=DIR X include files are in DIR
|
|---|
| 182 | --x-libraries=DIR X library files are in DIR
|
|---|
| 183 | EOF
|
|---|
| 184 | if test -n "$ac_help"; then
|
|---|
| 185 | echo "--enable and --with options recognized:$ac_help"
|
|---|
| 186 | fi
|
|---|
| 187 | exit 0 ;;
|
|---|
| 188 |
|
|---|
| 189 | -host | --host | --hos | --ho)
|
|---|
| 190 | ac_prev=host ;;
|
|---|
| 191 | -host=* | --host=* | --hos=* | --ho=*)
|
|---|
| 192 | host="$ac_optarg" ;;
|
|---|
| 193 |
|
|---|
| 194 | -includedir | --includedir | --includedi | --included | --include \
|
|---|
| 195 | | --includ | --inclu | --incl | --inc)
|
|---|
| 196 | ac_prev=includedir ;;
|
|---|
| 197 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
|---|
| 198 | | --includ=* | --inclu=* | --incl=* | --inc=*)
|
|---|
| 199 | includedir="$ac_optarg" ;;
|
|---|
| 200 |
|
|---|
| 201 | -infodir | --infodir | --infodi | --infod | --info | --inf)
|
|---|
| 202 | ac_prev=infodir ;;
|
|---|
| 203 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
|---|
| 204 | infodir="$ac_optarg" ;;
|
|---|
| 205 |
|
|---|
| 206 | -libdir | --libdir | --libdi | --libd)
|
|---|
| 207 | ac_prev=libdir ;;
|
|---|
| 208 | -libdir=* | --libdir=* | --libdi=* | --libd=*)
|
|---|
| 209 | libdir="$ac_optarg" ;;
|
|---|
| |
|---|