[217] | 1 | #! /bin/sh
|
---|
| 2 | # Guess values for system-dependent variables and create Makefiles.
|
---|
| 3 | # Generated by GNU Autoconf 2.63.
|
---|
| 4 | #
|
---|
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
---|
| 6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
---|
| 7 | # This configure script is free software; the Free Software Foundation
|
---|
| 8 | # gives unlimited permission to copy, distribute and modify it.
|
---|
| 9 | ## --------------------- ##
|
---|
| 10 | ## M4sh Initialization. ##
|
---|
| 11 | ## --------------------- ##
|
---|
| 12 |
|
---|
| 13 | # Be more Bourne compatible
|
---|
| 14 | DUALCASE=1; export DUALCASE # for MKS sh
|
---|
| 15 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
---|
| 16 | emulate sh
|
---|
| 17 | NULLCMD=:
|
---|
| 18 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
---|
| 19 | # is contrary to our usage. Disable this feature.
|
---|
| 20 | alias -g '${1+"$@"}'='"$@"'
|
---|
| 21 | setopt NO_GLOB_SUBST
|
---|
| 22 | else
|
---|
| 23 | case `(set -o) 2>/dev/null` in
|
---|
| 24 | *posix*) set -o posix ;;
|
---|
| 25 | esac
|
---|
| 26 |
|
---|
| 27 | fi
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | # PATH needs CR
|
---|
| 33 | # Avoid depending upon Character Ranges.
|
---|
| 34 | as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
---|
| 35 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
---|
| 36 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
---|
| 37 | as_cr_digits='0123456789'
|
---|
| 38 | as_cr_alnum=$as_cr_Letters$as_cr_digits
|
---|
| 39 |
|
---|
| 40 | as_nl='
|
---|
| 41 | '
|
---|
| 42 | export as_nl
|
---|
| 43 | # Printing a long string crashes Solaris 7 /usr/bin/printf.
|
---|
| 44 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
---|
| 45 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
| 46 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
| 47 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
---|
| 48 | as_echo='printf %s\n'
|
---|
| 49 | as_echo_n='printf %s'
|
---|
| 50 | else
|
---|
| 51 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
---|
| 52 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
---|
| 53 | as_echo_n='/usr/ucb/echo -n'
|
---|
| 54 | else
|
---|
| 55 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
---|
| 56 | as_echo_n_body='eval
|
---|
| 57 | arg=$1;
|
---|
| 58 | case $arg in
|
---|
| 59 | *"$as_nl"*)
|
---|
| 60 | expr "X$arg" : "X\\(.*\\)$as_nl";
|
---|
| 61 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
---|
| 62 | esac;
|
---|
| 63 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
---|
| 64 | '
|
---|
| 65 | export as_echo_n_body
|
---|
| 66 | as_echo_n='sh -c $as_echo_n_body as_echo'
|
---|
| 67 | fi
|
---|
| 68 | export as_echo_body
|
---|
| 69 | as_echo='sh -c $as_echo_body as_echo'
|
---|
| 70 | fi
|
---|
| 71 |
|
---|
| 72 | # The user is always right.
|
---|
| 73 | if test "${PATH_SEPARATOR+set}" != set; then
|
---|
| 74 | PATH_SEPARATOR=:
|
---|
| 75 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
---|
| 76 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
---|
| 77 | PATH_SEPARATOR=';'
|
---|
| 78 | }
|
---|
| 79 | fi
|
---|
| 80 |
|
---|
| 81 | # Support unset when possible.
|
---|
| 82 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
---|
| 83 | as_unset=unset
|
---|
| 84 | else
|
---|
| 85 | as_unset=false
|
---|
| 86 | fi
|
---|
| 87 |
|
---|
| 88 |
|
---|
| 89 | # IFS
|
---|
| 90 | # We need space, tab and new line, in precisely that order. Quoting is
|
---|
| 91 | # there to prevent editors from complaining about space-tab.
|
---|
| 92 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
---|
| 93 | # splitting by setting IFS to empty value.)
|
---|
| 94 | IFS=" "" $as_nl"
|
---|
| 95 |
|
---|
| 96 | # Find who we are. Look in the path if we contain no directory separator.
|
---|
| 97 | case $0 in
|
---|
| 98 | *[\\/]* ) as_myself=$0 ;;
|
---|
| 99 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 100 | for as_dir in $PATH
|
---|
| 101 | do
|
---|
| 102 | IFS=$as_save_IFS
|
---|
| 103 | test -z "$as_dir" && as_dir=.
|
---|
| 104 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
---|
| 105 | done
|
---|
| 106 | IFS=$as_save_IFS
|
---|
| 107 |
|
---|
| 108 | ;;
|
---|
| 109 | esac
|
---|
| 110 | # We did not find ourselves, most probably we were run as `sh COMMAND'
|
---|
| 111 | # in which case we are not to be found in the path.
|
---|
| 112 | if test "x$as_myself" = x; then
|
---|
| 113 | as_myself=$0
|
---|
| 114 | fi
|
---|
| 115 | if test ! -f "$as_myself"; then
|
---|
| 116 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
---|
| 117 | { (exit 1); exit 1; }
|
---|
| 118 | fi
|
---|
| 119 |
|
---|
| 120 | # Work around bugs in pre-3.0 UWIN ksh.
|
---|
| 121 | for as_var in ENV MAIL MAILPATH
|
---|
| 122 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
---|
| 123 | done
|
---|
| 124 | PS1='$ '
|
---|
| 125 | PS2='> '
|
---|
| 126 | PS4='+ '
|
---|
| 127 |
|
---|
| 128 | # NLS nuisances.
|
---|
| 129 | LC_ALL=C
|
---|
| 130 | export LC_ALL
|
---|
| 131 | LANGUAGE=C
|
---|
| 132 | export LANGUAGE
|
---|
| 133 |
|
---|
| 134 | # Required to use basename.
|
---|
| 135 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
| 136 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
| 137 | as_expr=expr
|
---|
| 138 | else
|
---|
| 139 | as_expr=false
|
---|
| 140 | fi
|
---|
| 141 |
|
---|
| 142 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
---|
| 143 | as_basename=basename
|
---|
| 144 | else
|
---|
| 145 | as_basename=false
|
---|
| 146 | fi
|
---|
| 147 |
|
---|
| 148 |
|
---|
| 149 | # Name of the executable.
|
---|
| 150 | as_me=`$as_basename -- "$0" ||
|
---|
| 151 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
---|
| 152 | X"$0" : 'X\(//\)$' \| \
|
---|
| 153 | X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
| 154 | $as_echo X/"$0" |
|
---|
| 155 | sed '/^.*\/\([^/][^/]*\)\/*$/{
|
---|
| 156 | s//\1/
|
---|
| 157 | q
|
---|
| 158 | }
|
---|
| 159 | /^X\/\(\/\/\)$/{
|
---|
| 160 | s//\1/
|
---|
| 161 | q
|
---|
| 162 | }
|
---|
| 163 | /^X\/\(\/\).*/{
|
---|
| 164 | s//\1/
|
---|
| 165 | q
|
---|
| 166 | }
|
---|
| 167 | s/.*/./; q'`
|
---|
| 168 |
|
---|
| 169 | # CDPATH.
|
---|
| 170 | $as_unset CDPATH
|
---|
| 171 |
|
---|
| 172 |
|
---|
| 173 | if test "x$CONFIG_SHELL" = x; then
|
---|
| 174 | if (eval ":") 2>/dev/null; then
|
---|
| 175 | as_have_required=yes
|
---|
| 176 | else
|
---|
| 177 | as_have_required=no
|
---|
| 178 | fi
|
---|
| 179 |
|
---|
| 180 | if test $as_have_required = yes && (eval ":
|
---|
| 181 | (as_func_return () {
|
---|
| 182 | (exit \$1)
|
---|
| 183 | }
|
---|
| 184 | as_func_success () {
|
---|
| 185 | as_func_return 0
|
---|
| 186 | }
|
---|
| 187 | as_func_failure () {
|
---|
| 188 | as_func_return 1
|
---|
| 189 | }
|
---|
| 190 | as_func_ret_success () {
|
---|
| 191 | return 0
|
---|
| 192 | }
|
---|
| 193 | as_func_ret_failure () {
|
---|
| 194 | return 1
|
---|
| 195 | }
|
---|
| 196 |
|
---|
| 197 | exitcode=0
|
---|
| 198 | if as_func_success; then
|
---|
| 199 | :
|
---|
| 200 | else
|
---|
| 201 | exitcode=1
|
---|
| 202 | echo as_func_success failed.
|
---|
| 203 | fi
|
---|
| 204 |
|
---|
| 205 | if as_func_failure; then
|
---|
| 206 | exitcode=1
|
---|
| 207 | echo as_func_failure succeeded.
|
---|
| 208 | fi
|
---|
| 209 |
|
---|
| 210 | if as_func_ret_success; then
|
---|
| 211 | :
|
---|
| 212 | else
|
---|
| 213 | exitcode=1
|
---|
| 214 | echo as_func_ret_success failed.
|
---|
| 215 | fi
|
---|
| 216 |
|
---|
| 217 | if as_func_ret_failure; then
|
---|
| 218 | exitcode=1
|
---|
| 219 | echo as_func_ret_failure succeeded.
|
---|
| 220 | fi
|
---|
| 221 |
|
---|
| 222 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
|
---|
| 223 | :
|
---|
| 224 | else
|
---|
| 225 | exitcode=1
|
---|
| 226 | echo positional parameters were not saved.
|
---|
| 227 | fi
|
---|
| 228 |
|
---|
| 229 | test \$exitcode = 0) || { (exit 1); exit 1; }
|
---|
| 230 |
|
---|
| 231 | (
|
---|
| 232 | as_lineno_1=\$LINENO
|
---|
| 233 | as_lineno_2=\$LINENO
|
---|
| 234 | test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
|
---|
| 235 | test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
|
---|
| 236 | ") 2> /dev/null; then
|
---|
| 237 | :
|
---|
| 238 | else
|
---|
| 239 | as_candidate_shells=
|
---|
| 240 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 241 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
---|
| 242 | do
|
---|
| 243 | IFS=$as_save_IFS
|
---|
| 244 | test -z "$as_dir" && as_dir=.
|
---|
| 245 | case $as_dir in
|
---|
| 246 | /*)
|
---|
| 247 | for as_base in sh bash ksh sh5; do
|
---|
| 248 | as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
|
---|
| 249 | done;;
|
---|
| 250 | esac
|
---|
| 251 | done
|
---|
| 252 | IFS=$as_save_IFS
|
---|
| 253 |
|
---|
| 254 |
|
---|
| 255 | for as_shell in $as_candidate_shells $SHELL; do
|
---|
| 256 | # Try only shells that exist, to save several forks.
|
---|
| 257 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
---|
| 258 | { ("$as_shell") 2> /dev/null <<\_ASEOF
|
---|
| 259 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
---|
| 260 | emulate sh
|
---|
| 261 | NULLCMD=:
|
---|
| 262 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
---|
| 263 | # is contrary to our usage. Disable this feature.
|
---|
| 264 | alias -g '${1+"$@"}'='"$@"'
|
---|
| 265 | setopt NO_GLOB_SUBST
|
---|
| 266 | else
|
---|
| 267 | case `(set -o) 2>/dev/null` in
|
---|
| 268 | *posix*) set -o posix ;;
|
---|
| 269 | esac
|
---|
| 270 |
|
---|
| 271 | fi
|
---|
| 272 |
|
---|
| 273 |
|
---|
| 274 | :
|
---|
| 275 | _ASEOF
|
---|
| 276 | }; then
|
---|
| 277 | CONFIG_SHELL=$as_shell
|
---|
| 278 | as_have_required=yes
|
---|
| 279 | if { "$as_shell" 2> /dev/null <<\_ASEOF
|
---|
| 280 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
---|
| 281 | emulate sh
|
---|
| 282 | NULLCMD=:
|
---|
| 283 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
---|
| 284 | # is contrary to our usage. Disable this feature.
|
---|
| 285 | alias -g '${1+"$@"}'='"$@"'
|
---|
| 286 | setopt NO_GLOB_SUBST
|
---|
| 287 | else
|
---|
| 288 | case `(set -o) 2>/dev/null` in
|
---|
| 289 | *posix*) set -o posix ;;
|
---|
| 290 | esac
|
---|
| 291 |
|
---|
| 292 | fi
|
---|
| 293 |
|
---|
| 294 |
|
---|
| 295 | :
|
---|
| 296 | (as_func_return () {
|
---|
| 297 | (exit $1)
|
---|
| 298 | }
|
---|
| 299 | as_func_success () {
|
---|
| 300 | as_func_return 0
|
---|
| 301 | }
|
---|
| 302 | as_func_failure () {
|
---|
| 303 | as_func_return 1
|
---|
| 304 | }
|
---|
| 305 | as_func_ret_success () {
|
---|
| 306 | return 0
|
---|
| 307 | }
|
---|
| 308 | as_func_ret_failure () {
|
---|
| 309 | return 1
|
---|
| 310 | }
|
---|
| 311 |
|
---|
| 312 | exitcode=0
|
---|
| 313 | if as_func_success; then
|
---|
| 314 | :
|
---|
| 315 | else
|
---|
| 316 | exitcode=1
|
---|
| 317 | echo as_func_success failed.
|
---|
| 318 | fi
|
---|
| 319 |
|
---|
| 320 | if as_func_failure; then
|
---|
| 321 | exitcode=1
|
---|
| 322 | echo as_func_failure succeeded.
|
---|
| 323 | fi
|
---|
| 324 |
|
---|
| 325 | if as_func_ret_success; then
|
---|
| 326 | :
|
---|
| 327 | else
|
---|
| 328 | exitcode=1
|
---|
| 329 | echo as_func_ret_success failed.
|
---|
| 330 | fi
|
---|
| 331 |
|
---|
| 332 | if as_func_ret_failure; then
|
---|
| 333 | exitcode=1
|
---|
| 334 | echo as_func_ret_failure succeeded.
|
---|
| 335 | fi
|
---|
| 336 |
|
---|
| 337 | if ( set x; as_func_ret_success y && test x = "$1" ); then
|
---|
| 338 | :
|
---|
| 339 | else
|
---|
| 340 | exitcode=1
|
---|
| 341 | echo positional parameters were not saved.
|
---|
| 342 | fi
|
---|
| 343 |
|
---|
| 344 | test $exitcode = 0) || { (exit 1); exit 1; }
|
---|
| 345 |
|
---|
| 346 | (
|
---|
| 347 | as_lineno_1=$LINENO
|
---|
| 348 | as_lineno_2=$LINENO
|
---|
| 349 | test "x$as_lineno_1" != "x$as_lineno_2" &&
|
---|
| 350 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
|
---|
| 351 |
|
---|
| 352 | _ASEOF
|
---|
| 353 | }; then
|
---|
| 354 | break
|
---|
| 355 | fi
|
---|
| 356 |
|
---|
| 357 | fi
|
---|
| 358 |
|
---|
| 359 | done
|
---|
| 360 |
|
---|
| 361 | if test "x$CONFIG_SHELL" != x; then
|
---|
| 362 | for as_var in BASH_ENV ENV
|
---|
| 363 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
---|
| 364 | done
|
---|
| 365 | export CONFIG_SHELL
|
---|
| 366 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
|
---|
| 367 | fi
|
---|
| 368 |
|
---|
| 369 |
|
---|
| 370 | if test $as_have_required = no; then
|
---|
| 371 | echo This script requires a shell more modern than all the
|
---|
| 372 | echo shells that I found on your system. Please install a
|
---|
| 373 | echo modern shell, or manually run the script under such a
|
---|
| 374 | echo shell if you do have one.
|
---|
| 375 | { (exit 1); exit 1; }
|
---|
| 376 | fi
|
---|
| 377 |
|
---|
| 378 |
|
---|
| 379 | fi
|
---|
| 380 |
|
---|
| 381 | fi
|
---|
| 382 |
|
---|
| 383 |
|
---|
| 384 |
|
---|
| 385 | (eval "as_func_return () {
|
---|
| 386 | (exit \$1)
|
---|
| 387 | }
|
---|
| 388 | as_func_success () {
|
---|
| 389 | as_func_return 0
|
---|
| 390 | }
|
---|
| 391 | as_func_failure () {
|
---|
| 392 | as_func_return 1
|
---|
| 393 | }
|
---|
| 394 | as_func_ret_success () {
|
---|
| 395 | return 0
|
---|
| 396 | }
|
---|
| 397 | as_func_ret_failure () {
|
---|
| 398 | return 1
|
---|
| 399 | }
|
---|
| 400 |
|
---|
| 401 | exitcode=0
|
---|
| 402 | if as_func_success; then
|
---|
| 403 | :
|
---|
| 404 | else
|
---|
| 405 | exitcode=1
|
---|
| 406 | echo as_func_success failed.
|
---|
| 407 | fi
|
---|
| 408 |
|
---|
| 409 | if as_func_failure; then
|
---|
| 410 | exitcode=1
|
---|
| 411 | echo as_func_failure succeeded.
|
---|
| 412 | fi
|
---|
| 413 |
|
---|
| 414 | if as_func_ret_success; then
|
---|
| 415 | :
|
---|
| 416 | else
|
---|
| 417 | exitcode=1
|
---|
| 418 | echo as_func_ret_success failed.
|
---|
| 419 | fi
|
---|
| 420 |
|
---|
| 421 | if as_func_ret_failure; then
|
---|
| 422 | exitcode=1
|
---|
| 423 | echo as_func_ret_failure succeeded.
|
---|
| 424 | fi
|
---|
| 425 |
|
---|
| 426 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
|
---|
| 427 | :
|
---|
| 428 | else
|
---|
| 429 | exitcode=1
|
---|
| 430 | echo positional parameters were not saved.
|
---|
| 431 | fi
|
---|
| 432 |
|
---|
| 433 | test \$exitcode = 0") || {
|
---|
| 434 | echo No shell found that supports shell functions.
|
---|
| 435 | echo Please tell bug-autoconf@gnu.org about your system,
|
---|
| 436 | echo including any error possibly output before this message.
|
---|
| 437 | echo This can help us improve future autoconf versions.
|
---|
| 438 | echo Configuration will now proceed without shell functions.
|
---|
| 439 | }
|
---|
| 440 |
|
---|
| 441 |
|
---|
| 442 |
|
---|
| 443 | as_lineno_1=$LINENO
|
---|
| 444 | as_lineno_2=$LINENO
|
---|
| 445 | test "x$as_lineno_1" != "x$as_lineno_2" &&
|
---|
| 446 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
|
---|
| 447 |
|
---|
| 448 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
---|
| 449 | # uniformly replaced by the line number. The first 'sed' inserts a
|
---|
| 450 | # line-number line after each line using $LINENO; the second 'sed'
|
---|
| 451 | # does the real work. The second script uses 'N' to pair each
|
---|
| 452 | # line-number line with the line containing $LINENO, and appends
|
---|
| 453 | # trailing '-' during substitution so that $LINENO is not a special
|
---|
| 454 | # case at line end.
|
---|
| 455 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
---|
| 456 | # scripts with optimization help from Paolo Bonzini. Blame Lee
|
---|
| 457 | # E. McMahon (1931-1989) for sed's syntax. :-)
|
---|
| 458 | sed -n '
|
---|
| 459 | p
|
---|
| 460 | /[$]LINENO/=
|
---|
| 461 | ' <$as_myself |
|
---|
| 462 | sed '
|
---|
| 463 | s/[$]LINENO.*/&-/
|
---|
| 464 | t lineno
|
---|
| 465 | b
|
---|
| 466 | :lineno
|
---|
| 467 | N
|
---|
| 468 | :loop
|
---|
| 469 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
---|
| 470 | t loop
|
---|
| 471 | s/-\n.*//
|
---|
| 472 | ' >$as_me.lineno &&
|
---|
| 473 | chmod +x "$as_me.lineno" ||
|
---|
| 474 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
|
---|
| 475 | { (exit 1); exit 1; }; }
|
---|
| 476 |
|
---|
| 477 | # Don't try to exec as it changes $[0], causing all sort of problems
|
---|
| 478 | # (the dirname of $[0] is not the place where we might find the
|
---|
| 479 | # original and so on. Autoconf is especially sensitive to this).
|
---|
| 480 | . "./$as_me.lineno"
|
---|
| 481 | # Exit status is that of the last command.
|
---|
| 482 | exit
|
---|
| 483 | }
|
---|
| 484 |
|
---|
| 485 |
|
---|
| 486 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
---|
| 487 | as_dirname=dirname
|
---|
| 488 | else
|
---|
| 489 | as_dirname=false
|
---|
| 490 | fi
|
---|
| 491 |
|
---|
| 492 | ECHO_C= ECHO_N= ECHO_T=
|
---|
| 493 | case `echo -n x` in
|
---|
| 494 | -n*)
|
---|
| 495 | case `echo 'x\c'` in
|
---|
| 496 | *c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
---|
| 497 | *) ECHO_C='\c';;
|
---|
| 498 | esac;;
|
---|
| 499 | *)
|
---|
| 500 | ECHO_N='-n';;
|
---|
| 501 | esac
|
---|
| 502 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
| 503 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
| 504 | as_expr=expr
|
---|
| 505 | else
|
---|
| 506 | as_expr=false
|
---|
| 507 | fi
|
---|
| 508 |
|
---|
| 509 | rm -f conf$$ conf$$.exe conf$$.file
|
---|
| 510 | if test -d conf$$.dir; then
|
---|
| 511 | rm -f conf$$.dir/conf$$.file
|
---|
| 512 | else
|
---|
| 513 | rm -f conf$$.dir
|
---|
| 514 | mkdir conf$$.dir 2>/dev/null
|
---|
| 515 | fi
|
---|
| 516 | if (echo >conf$$.file) 2>/dev/null; then
|
---|
| 517 | if ln -s conf$$.file conf$$ 2>/dev/null; then
|
---|
| 518 | as_ln_s='ln -s'
|
---|
| 519 | # ... but there are two gotchas:
|
---|
| 520 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
---|
| 521 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
---|
| 522 | # In both cases, we have to default to `cp -p'.
|
---|
| 523 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
---|
| 524 | as_ln_s='cp -p'
|
---|
| 525 | elif ln conf$$.file conf$$ 2>/dev/null; then
|
---|
| 526 | as_ln_s=ln
|
---|
| 527 | else
|
---|
| 528 | as_ln_s='cp -p'
|
---|
| 529 | fi
|
---|
| 530 | else
|
---|
| 531 | as_ln_s='cp -p'
|
---|
| 532 | fi
|
---|
| 533 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
---|
| 534 | rmdir conf$$.dir 2>/dev/null
|
---|
| 535 |
|
---|
| 536 | if mkdir -p . 2>/dev/null; then
|
---|
| 537 | as_mkdir_p=:
|
---|
| 538 | else
|
---|
| 539 | test -d ./-p && rmdir ./-p
|
---|
| 540 | as_mkdir_p=false
|
---|
| 541 | fi
|
---|
| 542 |
|
---|
| 543 | if test -x / >/dev/null 2>&1; then
|
---|
| 544 | as_test_x='test -x'
|
---|
| 545 | else
|
---|
| 546 | if ls -dL / >/dev/null 2>&1; then
|
---|
| 547 | as_ls_L_option=L
|
---|
| 548 | else
|
---|
| 549 | as_ls_L_option=
|
---|
| 550 | fi
|
---|
| 551 | as_test_x='
|
---|
| 552 | eval sh -c '\''
|
---|
| 553 | if test -d "$1"; then
|
---|
| 554 | test -d "$1/.";
|
---|
| 555 | else
|
---|
| 556 | case $1 in
|
---|
| 557 | -*)set "./$1";;
|
---|
| 558 | esac;
|
---|
| 559 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
|
---|
| 560 | ???[sx]*):;;*)false;;esac;fi
|
---|
| 561 | '\'' sh
|
---|
| 562 | '
|
---|
| 563 | fi
|
---|
| 564 | as_executable_p=$as_test_x
|
---|
| 565 |
|
---|
| 566 | # Sed expression to map a string onto a valid CPP name.
|
---|
| 567 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
---|
| 568 |
|
---|
| 569 | # Sed expression to map a string onto a valid variable name.
|
---|
| 570 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
---|
| 571 |
|
---|
| 572 |
|
---|
| 573 |
|
---|
| 574 | exec 7<&0 </dev/null 6>&1
|
---|
| 575 |
|
---|
| 576 | # Name of the host.
|
---|
| 577 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
---|
| 578 | # so uname gets run too.
|
---|
| 579 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
---|
| 580 |
|
---|
| 581 | #
|
---|
| 582 | # Initializations.
|
---|
| 583 | #
|
---|
| 584 | ac_default_prefix=/usr/local
|
---|
| 585 | ac_clean_files=
|
---|
| 586 | ac_config_libobj_dir=.
|
---|
| 587 | LIBOBJS=
|
---|
| 588 | cross_compiling=no
|
---|
| 589 | subdirs=
|
---|
| 590 | MFLAGS=
|
---|
| 591 | MAKEFLAGS=
|
---|
| 592 | SHELL=${CONFIG_SHELL-/bin/sh}
|
---|
| 593 |
|
---|
| 594 | # Identity of this package.
|
---|
| 595 | PACKAGE_NAME=
|
---|
| 596 | PACKAGE_TARNAME=
|
---|
| 597 | PACKAGE_VERSION=
|
---|
| 598 | PACKAGE_STRING=
|
---|
| 599 | PACKAGE_BUGREPORT=
|
---|
| 600 |
|
---|
| 601 | ac_unique_file="xslt/latex.xsl"
|
---|
| 602 | ac_subst_vars='LTLIBOBJS
|
---|
| 603 | LIBOBJS
|
---|
| 604 | TARGETS
|
---|
| 605 | MAKEINFO
|
---|
| 606 | DB2TEXI
|
---|
| 607 | FOP
|
---|
| 608 | XMLLINT
|
---|
| 609 | PERL
|
---|
| 610 | HTML2TEXT
|
---|
| 611 | PLUCKERBUILD
|
---|
| 612 | DVIPS
|
---|
| 613 | LATEX
|
---|
| 614 | PNMTOPS
|
---|
| 615 | PNGTOPNM
|
---|
| 616 | THUMBPDF
|
---|
| 617 | EPSTOPDF
|
---|
| 618 | PDFLATEX
|
---|
| 619 | MAKEINDEX
|
---|
| 620 | INKSCAPE
|
---|
| 621 | RM
|
---|
| 622 | XSLTPROC
|
---|
| 623 | SAMBASOURCEDIR
|
---|
| 624 | DOC_BUILD_DATE
|
---|
| 625 | LATEX_DOCUMENTCLASS_OPTIONS
|
---|
| 626 | target_alias
|
---|
| 627 | host_alias
|
---|
| 628 | build_alias
|
---|
| 629 | LIBS
|
---|
| 630 | ECHO_T
|
---|
| 631 | ECHO_N
|
---|
| 632 | ECHO_C
|
---|
| 633 | DEFS
|
---|
| 634 | mandir
|
---|
| 635 | localedir
|
---|
| 636 | libdir
|
---|
| 637 | psdir
|
---|
| 638 | pdfdir
|
---|
| 639 | dvidir
|
---|
| 640 | htmldir
|
---|
| 641 | infodir
|
---|
| 642 | docdir
|
---|
| 643 | oldincludedir
|
---|
| 644 | includedir
|
---|
| 645 | localstatedir
|
---|
| 646 | sharedstatedir
|
---|
| 647 | sysconfdir
|
---|
| 648 | datadir
|
---|
| 649 | datarootdir
|
---|
| 650 | libexecdir
|
---|
| 651 | sbindir
|
---|
| 652 | bindir
|
---|
| 653 | program_transform_name
|
---|
| 654 | prefix
|
---|
| 655 | exec_prefix
|
---|
| 656 | PACKAGE_BUGREPORT
|
---|
| 657 | PACKAGE_STRING
|
---|
| 658 | PACKAGE_VERSION
|
---|
| 659 | PACKAGE_TARNAME
|
---|
| 660 | PACKAGE_NAME
|
---|
| 661 | PATH_SEPARATOR
|
---|
| 662 | SHELL'
|
---|
| 663 | ac_subst_files=''
|
---|
| 664 | ac_user_opts='
|
---|
| 665 | enable_option_checking
|
---|
| 666 | with_samba_sources
|
---|
| 667 | enable_prentice_hall
|
---|
| 668 | '
|
---|
| 669 | ac_precious_vars='build_alias
|
---|
| 670 | host_alias
|
---|
| 671 | target_alias'
|
---|
| 672 |
|
---|
| 673 |
|
---|
| 674 | # Initialize some variables set by options.
|
---|
| 675 | ac_init_help=
|
---|
| 676 | ac_init_version=false
|
---|
| 677 | ac_unrecognized_opts=
|
---|
| 678 | ac_unrecognized_sep=
|
---|
| 679 | # The variables have the same names as the options, with
|
---|
| 680 | # dashes changed to underlines.
|
---|
| 681 | cache_file=/dev/null
|
---|
| 682 | exec_prefix=NONE
|
---|
| 683 | no_create=
|
---|
| 684 | no_recursion=
|
---|
| 685 | prefix=NONE
|
---|
| 686 | program_prefix=NONE
|
---|
| 687 | program_suffix=NONE
|
---|
| 688 | program_transform_name=s,x,x,
|
---|
| 689 | silent=
|
---|
| 690 | site=
|
---|
| 691 | srcdir=
|
---|
| 692 | verbose=
|
---|
| 693 | x_includes=NONE
|
---|
| 694 | x_libraries=NONE
|
---|
| 695 |
|
---|
| 696 | # Installation directory options.
|
---|
| 697 | # These are left unexpanded so users can "make install exec_prefix=/foo"
|
---|
| 698 | # and all the variables that are supposed to be based on exec_prefix
|
---|
| 699 | # by default will actually change.
|
---|
| 700 | # Use braces instead of parens because sh, perl, etc. also accept them.
|
---|
| 701 | # (The list follows the same order as the GNU Coding Standards.)
|
---|
| 702 | bindir='${exec_prefix}/bin'
|
---|
| 703 | sbindir='${exec_prefix}/sbin'
|
---|
| 704 | libexecdir='${exec_prefix}/libexec'
|
---|
| 705 | datarootdir='${prefix}/share'
|
---|
| 706 | datadir='${datarootdir}'
|
---|
| 707 | sysconfdir='${prefix}/etc'
|
---|
| 708 | sharedstatedir='${prefix}/com'
|
---|
| 709 | localstatedir='${prefix}/var'
|
---|
| 710 | includedir='${prefix}/include'
|
---|
| 711 | oldincludedir='/usr/include'
|
---|
| 712 | docdir='${datarootdir}/doc/${PACKAGE}'
|
---|
| 713 | infodir='${datarootdir}/info'
|
---|
| 714 | htmldir='${docdir}'
|
---|
| 715 | dvidir='${docdir}'
|
---|
| 716 | pdfdir='${docdir}'
|
---|
| 717 | psdir='${docdir}'
|
---|
| 718 | libdir='${exec_prefix}/lib'
|
---|
| 719 | localedir='${datarootdir}/locale'
|
---|
| 720 | mandir='${datarootdir}/man'
|
---|
| 721 |
|
---|
| 722 | ac_prev=
|
---|
| 723 | ac_dashdash=
|
---|
| 724 | for ac_option
|
---|
| 725 | do
|
---|
| 726 | # If the previous option needs an argument, assign it.
|
---|
| 727 | if test -n "$ac_prev"; then
|
---|
| 728 | eval $ac_prev=\$ac_option
|
---|
| 729 | ac_prev=
|
---|
| 730 | continue
|
---|
| 731 | fi
|
---|
| 732 |
|
---|
| 733 | case $ac_option in
|
---|
| 734 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
|
---|
| 735 | *) ac_optarg=yes ;;
|
---|
| 736 | esac
|
---|
| 737 |
|
---|
| 738 | # Accept the important Cygnus configure options, so we can diagnose typos.
|
---|
| 739 |
|
---|
| 740 | case $ac_dashdash$ac_option in
|
---|
| 741 | --)
|
---|
| 742 | ac_dashdash=yes ;;
|
---|
| 743 |
|
---|
| 744 | -bindir | --bindir | --bindi | --bind | --bin | --bi)
|
---|
| 745 | ac_prev=bindir ;;
|
---|
| 746 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
---|
| 747 | bindir=$ac_optarg ;;
|
---|
| 748 |
|
---|
| 749 | -build | --build | --buil | --bui | --bu)
|
---|
| 750 | ac_prev=build_alias ;;
|
---|
| 751 | -build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
---|
| 752 | build_alias=$ac_optarg ;;
|
---|
| 753 |
|
---|
| 754 | -cache-file | --cache-file | --cache-fil | --cache-fi \
|
---|
| 755 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
|
---|
| 756 | ac_prev=cache_file ;;
|
---|
| 757 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
|
---|
| 758 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
|
---|
| 759 | cache_file=$ac_optarg ;;
|
---|
| 760 |
|
---|
| 761 | --config-cache | -C)
|
---|
| 762 | cache_file=config.cache ;;
|
---|
| 763 |
|
---|
| 764 | -datadir | --datadir | --datadi | --datad)
|
---|
| 765 | ac_prev=datadir ;;
|
---|
| 766 | -datadir=* | --datadir=* | --datadi=* | --datad=*)
|
---|
| 767 | datadir=$ac_optarg ;;
|
---|
| 768 |
|
---|
| 769 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
|
---|
| 770 | | --dataroo | --dataro | --datar)
|
---|
| 771 | ac_prev=datarootdir ;;
|
---|
| 772 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
|
---|
| 773 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
|
---|
| 774 | datarootdir=$ac_optarg ;;
|
---|
| 775 |
|
---|
| 776 | -disable-* | --disable-*)
|
---|
| 777 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
---|
| 778 | # Reject names that are not valid shell variable names.
|
---|
| 779 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
---|
| 780 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
|
---|
| 781 | { (exit 1); exit 1; }; }
|
---|
| 782 | ac_useropt_orig=$ac_useropt
|
---|
| 783 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
---|
| 784 | case $ac_user_opts in
|
---|
| 785 | *"
|
---|
| 786 | "enable_$ac_useropt"
|
---|
| 787 | "*) ;;
|
---|
| 788 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
|
---|
| 789 | ac_unrecognized_sep=', ';;
|
---|
| 790 | esac
|
---|
| 791 | eval enable_$ac_useropt=no ;;
|
---|
| 792 |
|
---|
| 793 | -docdir | --docdir | --docdi | --doc | --do)
|
---|
| 794 | ac_prev=docdir ;;
|
---|
| 795 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
|
---|
| 796 | docdir=$ac_optarg ;;
|
---|
| 797 |
|
---|
| 798 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
|
---|
| 799 | ac_prev=dvidir ;;
|
---|
| 800 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
|
---|
| 801 | dvidir=$ac_optarg ;;
|
---|
| 802 |
|
---|
| 803 | -enable-* | --enable-*)
|
---|
| 804 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
---|
| 805 | # Reject names that are not valid shell variable names.
|
---|
| 806 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
---|
| 807 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
|
---|
| 808 | { (exit 1); exit 1; }; }
|
---|
| 809 | ac_useropt_orig=$ac_useropt
|
---|
| 810 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
---|
| 811 | case $ac_user_opts in
|
---|
| 812 | *"
|
---|
| 813 | "enable_$ac_useropt"
|
---|
| 814 | "*) ;;
|
---|
| 815 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
|
---|
| 816 | ac_unrecognized_sep=', ';;
|
---|
| 817 | esac
|
---|
| 818 | eval enable_$ac_useropt=\$ac_optarg ;;
|
---|
| 819 |
|
---|
| 820 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
---|
| 821 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
---|
| 822 | | --exec | --exe | --ex)
|
---|
| 823 | ac_prev=exec_prefix ;;
|
---|
| 824 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
|
---|
| 825 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
|
---|
| 826 | | --exec=* | --exe=* | --ex=*)
|
---|
| 827 | exec_prefix=$ac_optarg ;;
|
---|
| 828 |
|
---|
| 829 | -gas | --gas | --ga | --g)
|
---|
| 830 | # Obsolete; use --with-gas.
|
---|
| 831 | with_gas=yes ;;
|
---|
| 832 |
|
---|
| 833 | -help | --help | --hel | --he | -h)
|
---|
| 834 | ac_init_help=long ;;
|
---|
| 835 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
---|
| 836 | ac_init_help=recursive ;;
|
---|
| 837 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
---|
| 838 | ac_init_help=short ;;
|
---|
| 839 |
|
---|
| 840 | -host | --host | --hos | --ho)
|
---|
| 841 | ac_prev=host_alias ;;
|
---|
| 842 | -host=* | --host=* | --hos=* | --ho=*)
|
---|
| 843 | host_alias=$ac_optarg ;;
|
---|
| 844 |
|
---|
| 845 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
|
---|
| 846 | ac_prev=htmldir ;;
|
---|
| 847 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
|
---|
| 848 | | --ht=*)
|
---|
| 849 | htmldir=$ac_optarg ;;
|
---|
| 850 |
|
---|
| 851 | -includedir | --includedir | --includedi | --included | --include \
|
---|
| 852 | | --includ | --inclu | --incl | --inc)
|
---|
| 853 | ac_prev=includedir ;;
|
---|
| 854 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
---|
| 855 | | --includ=* | --inclu=* | --incl=* | --inc=*)
|
---|
| 856 | includedir=$ac_optarg ;;
|
---|
| 857 |
|
---|
| 858 | -infodir | --infodir | --infodi | --infod | --info | --inf)
|
---|
| 859 | ac_prev=infodir ;;
|
---|
| 860 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
---|
| 861 | infodir=$ac_optarg ;;
|
---|
| 862 |
|
---|
| 863 | -libdir | --libdir | --libdi | --libd)
|
---|
| 864 | ac_prev=libdir ;;
|
---|
| 865 | -libdir=* | --libdir=* | --libdi=* | --libd=*)
|
---|
| 866 | libdir=$ac_optarg ;;
|
---|
| 867 |
|
---|
| 868 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
|
---|
| 869 | | --libexe | --libex | --libe)
|
---|
| 870 | ac_prev=libexecdir ;;
|
---|
| 871 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
|
---|
| 872 | | --libexe=* | --libex=* | --libe=*)
|
---|
| 873 | libexecdir=$ac_optarg ;;
|
---|
| 874 |
|
---|
| 875 | -localedir | --localedir | --localedi | --localed | --locale)
|
---|
| 876 | ac_prev=localedir ;;
|
---|
| 877 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
|
---|
| 878 | localedir=$ac_optarg ;;
|
---|
| 879 |
|
---|
| 880 | -localstatedir | --localstatedir | --localstatedi | --localstated \
|
---|
| 881 | | --localstate | --localstat | --localsta | --localst | --locals)
|
---|
| 882 | ac_prev=localstatedir ;;
|
---|
| 883 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
|
---|
| 884 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
---|
| 885 | localstatedir=$ac_optarg ;;
|
---|
| 886 |
|
---|
| 887 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
---|
| 888 | ac_prev=mandir ;;
|
---|
| 889 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
|
---|
| 890 | mandir=$ac_optarg ;;
|
---|
| 891 |
|
---|
| 892 | -nfp | --nfp | --nf)
|
---|
| 893 | # Obsolete; use --without-fp.
|
---|
| 894 | with_fp=no ;;
|
---|
| 895 |
|
---|
| 896 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
---|
| 897 | | --no-cr | --no-c | -n)
|
---|
| 898 | no_create=yes ;;
|
---|
| 899 |
|
---|
| 900 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
---|
| 901 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
---|
| 902 | no_recursion=yes ;;
|
---|
| 903 |
|
---|
| 904 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
|
---|
| 905 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
|
---|
| 906 | | --oldin | --oldi | --old | --ol | --o)
|
---|
| 907 | ac_prev=oldincludedir ;;
|
---|
| 908 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
|
---|
| 909 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
|
---|
| 910 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
---|
| 911 | oldincludedir=$ac_optarg ;;
|
---|
| 912 |
|
---|
| 913 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
|
---|
| 914 | ac_prev=prefix ;;
|
---|
| 915 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
|
---|
| 916 | prefix=$ac_optarg ;;
|
---|
| 917 |
|
---|
| 918 | -program-prefix | --program-prefix | --program-prefi | --program-pref \
|
---|
| 919 | | --program-pre | --program-pr | --program-p)
|
---|
| 920 | ac_prev=program_prefix ;;
|
---|
| 921 | -program-prefix=* | --program-prefix=* | --program-prefi=* \
|
---|
| 922 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
---|
| 923 | program_prefix=$ac_optarg ;;
|
---|
| 924 |
|
---|
| 925 | -program-suffix | --program-suffix | --program-suffi | --program-suff \
|
---|
| 926 | | --program-suf | --program-su | --program-s)
|
---|
| 927 | ac_prev=program_suffix ;;
|
---|
| 928 | -program-suffix=* | --program-suffix=* | --program-suffi=* \
|
---|
| 929 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
|
---|
| 930 | program_suffix=$ac_optarg ;;
|
---|
| 931 |
|
---|
| 932 | -program-transform-name | --program-transform-name \
|
---|
| 933 | | --program-transform-nam | --program-transform-na \
|
---|
| 934 | | --program-transform-n | --program-transform- \
|
---|
| 935 | | --program-transform | --program-transfor \
|
---|
| 936 | | --program-transfo | --program-transf \
|
---|
| 937 | | --program-trans | --program-tran \
|
---|
| 938 | | --progr-tra | --program-tr | --program-t)
|
---|
| 939 | ac_prev=program_transform_name ;;
|
---|
| 940 | -program-transform-name=* | --program-transform-name=* \
|
---|
| 941 | | --program-transform-nam=* | --program-transform-na=* \
|
---|
| 942 | | --program-transform-n=* | --program-transform-=* \
|
---|
| 943 | | --program-transform=* | --program-transfor=* \
|
---|
| 944 | | --program-transfo=* | --program-transf=* \
|
---|
| 945 | | --program-trans=* | --program-tran=* \
|
---|
| 946 | | --progr-tra=* | --program-tr=* | --program-t=*)
|
---|
| 947 | program_transform_name=$ac_optarg ;;
|
---|
| 948 |
|
---|
| 949 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
|
---|
| 950 | ac_prev=pdfdir ;;
|
---|
| 951 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
|
---|
| 952 | pdfdir=$ac_optarg ;;
|
---|
| 953 |
|
---|
| 954 | -psdir | --psdir | --psdi | --psd | --ps)
|
---|
| 955 | ac_prev=psdir ;;
|
---|
| 956 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
---|
| 957 | psdir=$ac_optarg ;;
|
---|
| 958 |
|
---|
| 959 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
---|
| 960 | | -silent | --silent | --silen | --sile | --sil)
|
---|
| 961 | silent=yes ;;
|
---|
| 962 |
|
---|
| 963 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
---|
| 964 | ac_prev=sbindir ;;
|
---|
| 965 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
---|
| 966 | | --sbi=* | --sb=*)
|
---|
| 967 | sbindir=$ac_optarg ;;
|
---|
| 968 |
|
---|
| 969 | -sharedstatedir | --sharedstatedir | --sharedstatedi \
|
---|
| 970 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
|
---|
| 971 | | --sharedst | --shareds | --shared | --share | --shar \
|
---|
| 972 | | --sha | --sh)
|
---|
| 973 | ac_prev=sharedstatedir ;;
|
---|
| 974 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
|
---|
| 975 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
|
---|
| 976 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
|
---|
| 977 | | --sha=* | --sh=*)
|
---|
| 978 | sharedstatedir=$ac_optarg ;;
|
---|
| 979 |
|
---|
| 980 | -site | --site | --sit)
|
---|
| 981 | ac_prev=site ;;
|
---|
| 982 | -site=* | --site=* | --sit=*)
|
---|
| 983 | site=$ac_optarg ;;
|
---|
| 984 |
|
---|
| 985 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
---|
| 986 | ac_prev=srcdir ;;
|
---|
| 987 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
---|
| 988 | srcdir=$ac_optarg ;;
|
---|
| 989 |
|
---|
| 990 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
|
---|
| 991 | | --syscon | --sysco | --sysc | --sys | --sy)
|
---|
| 992 | ac_prev=sysconfdir ;;
|
---|
| 993 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
|
---|
| 994 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|
---|
| 995 | sysconfdir=$ac_optarg ;;
|
---|
| 996 |
|
---|
| 997 | -target | --target | --targe | --targ | --tar | --ta | --t)
|
---|
| 998 | ac_prev=target_alias ;;
|
---|
| 999 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
---|
| 1000 | target_alias=$ac_optarg ;;
|
---|
| 1001 |
|
---|
| 1002 | -v | -verbose | --verbose | --verbos | --verbo | --verb)
|
---|
| 1003 | verbose=yes ;;
|
---|
| 1004 |
|
---|
| 1005 | -version | --version | --versio | --versi | --vers | -V)
|
---|
| 1006 | ac_init_version=: ;;
|
---|
| 1007 |
|
---|
| 1008 | -with-* | --with-*)
|
---|
| 1009 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
---|
| 1010 | # Reject names that are not valid shell variable names.
|
---|
| 1011 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
---|
| 1012 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
|
---|
| 1013 | { (exit 1); exit 1; }; }
|
---|
| 1014 | ac_useropt_orig=$ac_useropt
|
---|
| 1015 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
---|
| 1016 | case $ac_user_opts in
|
---|
| 1017 | *"
|
---|
| 1018 | "with_$ac_useropt"
|
---|
| 1019 | "*) ;;
|
---|
| 1020 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
|
---|
| 1021 | ac_unrecognized_sep=', ';;
|
---|
| 1022 | esac
|
---|
| 1023 | eval with_$ac_useropt=\$ac_optarg ;;
|
---|
| 1024 |
|
---|
| 1025 | -without-* | --without-*)
|
---|
| 1026 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
---|
| 1027 | # Reject names that are not valid shell variable names.
|
---|
| 1028 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
---|
| 1029 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
|
---|
| 1030 | { (exit 1); exit 1; }; }
|
---|
| 1031 | ac_useropt_orig=$ac_useropt
|
---|
| 1032 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
---|
| 1033 | case $ac_user_opts in
|
---|
| 1034 | *"
|
---|
| 1035 | "with_$ac_useropt"
|
---|
| 1036 | "*) ;;
|
---|
| 1037 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
|
---|
| 1038 | ac_unrecognized_sep=', ';;
|
---|
| 1039 | esac
|
---|
| 1040 | eval with_$ac_useropt=no ;;
|
---|
| 1041 |
|
---|
| 1042 | --x)
|
---|
| 1043 | # Obsolete; use --with-x.
|
---|
| 1044 | with_x=yes ;;
|
---|
| 1045 |
|
---|
| 1046 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
|
---|
| 1047 | | --x-incl | --x-inc | --x-in | --x-i)
|
---|
| 1048 | ac_prev=x_includes ;;
|
---|
| 1049 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
|
---|
| 1050 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
|
---|
| 1051 | x_includes=$ac_optarg ;;
|
---|
| 1052 |
|
---|
| 1053 | -x-libraries | --x-libraries | --x-librarie | --x-librari \
|
---|
| 1054 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
|
---|
| 1055 | ac_prev=x_libraries ;;
|
---|
| 1056 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
|
---|
| 1057 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
|
---|
| 1058 | x_libraries=$ac_optarg ;;
|
---|
| 1059 |
|
---|
| 1060 | -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
|
---|
| 1061 | Try \`$0 --help' for more information." >&2
|
---|
| 1062 | { (exit 1); exit 1; }; }
|
---|
| 1063 | ;;
|
---|
| 1064 |
|
---|
| 1065 | *=*)
|
---|
| 1066 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
|
---|
| 1067 | # Reject names that are not valid shell variable names.
|
---|
| 1068 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
|
---|
| 1069 | { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
|
---|
| 1070 | { (exit 1); exit 1; }; }
|
---|
| 1071 | eval $ac_envvar=\$ac_optarg
|
---|
| 1072 | export $ac_envvar ;;
|
---|
| 1073 |
|
---|
| 1074 | *)
|
---|
| 1075 | # FIXME: should be removed in autoconf 3.0.
|
---|
| 1076 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
---|
| 1077 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
|
---|
| 1078 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
---|
| 1079 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
|
---|
| 1080 | ;;
|
---|
| 1081 |
|
---|
| 1082 | esac
|
---|
| 1083 | done
|
---|
| 1084 |
|
---|
| 1085 | if test -n "$ac_prev"; then
|
---|
| 1086 | ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
---|
| 1087 | { $as_echo "$as_me: error: missing argument to $ac_option" >&2
|
---|
| 1088 | { (exit 1); exit 1; }; }
|
---|
| 1089 | fi
|
---|
| 1090 |
|
---|
| 1091 | if test -n "$ac_unrecognized_opts"; then
|
---|
| 1092 | case $enable_option_checking in
|
---|
| 1093 | no) ;;
|
---|
| 1094 | fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
|
---|
| 1095 | { (exit 1); exit 1; }; } ;;
|
---|
| 1096 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
|
---|
| 1097 | esac
|
---|
| 1098 | fi
|
---|
| 1099 |
|
---|
| 1100 | # Check all directory arguments for consistency.
|
---|
| 1101 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
---|
| 1102 | datadir sysconfdir sharedstatedir localstatedir includedir \
|
---|
| 1103 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
---|
| 1104 | libdir localedir mandir
|
---|
| 1105 | do
|
---|
| 1106 | eval ac_val=\$$ac_var
|
---|
| 1107 | # Remove trailing slashes.
|
---|
| 1108 | case $ac_val in
|
---|
| 1109 | */ )
|
---|
| 1110 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
|
---|
| 1111 | eval $ac_var=\$ac_val;;
|
---|
| 1112 | esac
|
---|
| 1113 | # Be sure to have absolute directory names.
|
---|
| 1114 | case $ac_val in
|
---|
| 1115 | [\\/$]* | ?:[\\/]* ) continue;;
|
---|
| 1116 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
|
---|
| 1117 | esac
|
---|
| 1118 | { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
---|
| 1119 | { (exit 1); exit 1; }; }
|
---|
| 1120 | done
|
---|
| 1121 |
|
---|
| 1122 | # There might be people who depend on the old broken behavior: `$host'
|
---|
| 1123 | # used to hold the argument of --host etc.
|
---|
| 1124 | # FIXME: To remove some day.
|
---|
| 1125 | build=$build_alias
|
---|
| 1126 | host=$host_alias
|
---|
| 1127 | target=$target_alias
|
---|
| 1128 |
|
---|
| 1129 | # FIXME: To remove some day.
|
---|
| 1130 | if test "x$host_alias" != x; then
|
---|
| 1131 | if test "x$build_alias" = x; then
|
---|
| 1132 | cross_compiling=maybe
|
---|
| 1133 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
|
---|
| 1134 | If a cross compiler is detected then cross compile mode will be used." >&2
|
---|
| 1135 | elif test "x$build_alias" != "x$host_alias"; then
|
---|
| 1136 | cross_compiling=yes
|
---|
| 1137 | fi
|
---|
| 1138 | fi
|
---|
| 1139 |
|
---|
| 1140 | ac_tool_prefix=
|
---|
| 1141 | test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
---|
| 1142 |
|
---|
| 1143 | test "$silent" = yes && exec 6>/dev/null
|
---|
| 1144 |
|
---|
| 1145 |
|
---|
| 1146 | ac_pwd=`pwd` && test -n "$ac_pwd" &&
|
---|
| 1147 | ac_ls_di=`ls -di .` &&
|
---|
| 1148 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
---|
| 1149 | { $as_echo "$as_me: error: working directory cannot be determined" >&2
|
---|
| 1150 | { (exit 1); exit 1; }; }
|
---|
| 1151 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
|
---|
| 1152 | { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
|
---|
| 1153 | { (exit 1); exit 1; }; }
|
---|
| 1154 |
|
---|
| 1155 |
|
---|
| 1156 | # Find the source files, if location was not specified.
|
---|
| 1157 | if test -z "$srcdir"; then
|
---|
| 1158 | ac_srcdir_defaulted=yes
|
---|
| 1159 | # Try the directory containing this script, then the parent directory.
|
---|
| 1160 | ac_confdir=`$as_dirname -- "$as_myself" ||
|
---|
| 1161 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
---|
| 1162 | X"$as_myself" : 'X\(//\)[^/]' \| \
|
---|
| 1163 | X"$as_myself" : 'X\(//\)$' \| \
|
---|
| 1164 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
| 1165 | $as_echo X"$as_myself" |
|
---|
| 1166 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
---|
| 1167 | s//\1/
|
---|
| 1168 | q
|
---|
| 1169 | }
|
---|
| 1170 | /^X\(\/\/\)[^/].*/{
|
---|
| 1171 | s//\1/
|
---|
| 1172 | q
|
---|
| 1173 | }
|
---|
| 1174 | /^X\(\/\/\)$/{
|
---|
| 1175 | s//\1/
|
---|
| 1176 | q
|
---|
| 1177 | }
|
---|
| 1178 | /^X\(\/\).*/{
|
---|
| 1179 | s//\1/
|
---|
| 1180 | q
|
---|
| 1181 | }
|
---|
| 1182 | s/.*/./; q'`
|
---|
| 1183 | srcdir=$ac_confdir
|
---|
| 1184 | if test ! -r "$srcdir/$ac_unique_file"; then
|
---|
| 1185 | srcdir=..
|
---|
| 1186 | fi
|
---|
| 1187 | else
|
---|
| 1188 | ac_srcdir_defaulted=no
|
---|
| 1189 | fi
|
---|
| 1190 | if test ! -r "$srcdir/$ac_unique_file"; then
|
---|
| 1191 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
---|
| 1192 | { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
|
---|
| 1193 | { (exit 1); exit 1; }; }
|
---|
| 1194 | fi
|
---|
| 1195 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
|
---|
| 1196 | ac_abs_confdir=`(
|
---|
| 1197 | cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
|
---|
| 1198 | { (exit 1); exit 1; }; }
|
---|
| 1199 | pwd)`
|
---|
| 1200 | # When building in place, set srcdir=.
|
---|
| 1201 | if test "$ac_abs_confdir" = "$ac_pwd"; then
|
---|
| 1202 | srcdir=.
|
---|
| 1203 | fi
|
---|
| 1204 | # Remove unnecessary trailing slashes from srcdir.
|
---|
| 1205 | # Double slashes in file names in object file debugging info
|
---|
| 1206 | # mess up M-x gdb in Emacs.
|
---|
| 1207 | case $srcdir in
|
---|
| 1208 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
|
---|
| 1209 | esac
|
---|
| 1210 | for ac_var in $ac_precious_vars; do
|
---|
| 1211 | eval ac_env_${ac_var}_set=\${${ac_var}+set}
|
---|
| 1212 | eval ac_env_${ac_var}_value=\$${ac_var}
|
---|
| 1213 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
|
---|
| 1214 | eval ac_cv_env_${ac_var}_value=\$${ac_var}
|
---|
| 1215 | done
|
---|
| 1216 |
|
---|
| 1217 | #
|
---|
| 1218 | # Report the --help message.
|
---|
| 1219 | #
|
---|
| 1220 | if test "$ac_init_help" = "long"; then
|
---|
| 1221 | # Omit some internal or obsolete options to make the list less imposing.
|
---|
| 1222 | # This message is too long to be a string in the A/UX 3.1 sh.
|
---|
| 1223 | cat <<_ACEOF
|
---|
| 1224 | \`configure' configures this package to adapt to many kinds of systems.
|
---|
| 1225 |
|
---|
| 1226 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
---|
| 1227 |
|
---|
| 1228 | To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
---|
| 1229 | VAR=VALUE. See below for descriptions of some of the useful variables.
|
---|
| 1230 |
|
---|
| 1231 | Defaults for the options are specified in brackets.
|
---|
| 1232 |
|
---|
| 1233 | Configuration:
|
---|
| 1234 | -h, --help display this help and exit
|
---|
| 1235 | --help=short display options specific to this package
|
---|
| 1236 | --help=recursive display the short help of all the included packages
|
---|
| 1237 | -V, --version display version information and exit
|
---|
| 1238 | -q, --quiet, --silent do not print \`checking...' messages
|
---|
| 1239 | --cache-file=FILE cache test results in FILE [disabled]
|
---|
| 1240 | -C, --config-cache alias for \`--cache-file=config.cache'
|
---|
| 1241 | -n, --no-create do not create output files
|
---|
| 1242 | --srcdir=DIR find the sources in DIR [configure dir or \`..']
|
---|
| 1243 |
|
---|
| 1244 | Installation directories:
|
---|
| 1245 | --prefix=PREFIX install architecture-independent files in PREFIX
|
---|
| 1246 | [$ac_default_prefix]
|
---|
| 1247 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
---|
| 1248 | [PREFIX]
|
---|
| 1249 |
|
---|
| 1250 | By default, \`make install' will install all the files in
|
---|
| 1251 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
---|
| 1252 | an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
---|
| 1253 | for instance \`--prefix=\$HOME'.
|
---|
| 1254 |
|
---|
| 1255 | For better control, use the options below.
|
---|
| 1256 |
|
---|
| 1257 | Fine tuning of the installation directories:
|
---|
| 1258 | --bindir=DIR user executables [EPREFIX/bin]
|
---|
| 1259 | --sbindir=DIR system admin executables [EPREFIX/sbin]
|
---|
| 1260 | --libexecdir=DIR program executables [EPREFIX/libexec]
|
---|
| 1261 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
---|
| 1262 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
---|
| 1263 | --localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
---|
| 1264 | --libdir=DIR object code libraries [EPREFIX/lib]
|
---|
| 1265 | --includedir=DIR C header files [PREFIX/include]
|
---|
| 1266 | --oldincludedir=DIR C header files for non-gcc [/usr/include]
|
---|
| 1267 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
|
---|
| 1268 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
---|
| 1269 | --infodir=DIR info documentation [DATAROOTDIR/info]
|
---|
| 1270 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
---|
| 1271 | --mandir=DIR man documentation [DATAROOTDIR/man]
|
---|
| 1272 | --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
|
---|
| 1273 | --htmldir=DIR html documentation [DOCDIR]
|
---|
| 1274 | --dvidir=DIR dvi documentation [DOCDIR]
|
---|
| 1275 | --pdfdir=DIR pdf documentation [DOCDIR]
|
---|
| 1276 | --psdir=DIR ps documentation [DOCDIR]
|
---|
| 1277 | _ACEOF
|
---|
| 1278 |
|
---|
| 1279 | cat <<\_ACEOF
|
---|
| 1280 | _ACEOF
|
---|
| 1281 | fi
|
---|
| 1282 |
|
---|
| 1283 | if test -n "$ac_init_help"; then
|
---|
| 1284 |
|
---|
| 1285 | cat <<\_ACEOF
|
---|
| 1286 |
|
---|
| 1287 | Optional Features:
|
---|
| 1288 | --disable-option-checking ignore unrecognized --enable/--with options
|
---|
| 1289 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
---|
| 1290 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
---|
| 1291 | --enable-prentice-hall Produce Prentice-Hall compatible output
|
---|
| 1292 |
|
---|
| 1293 | Optional Packages:
|
---|
| 1294 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
---|
| 1295 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
---|
| 1296 | --with-samba-sources=DIR Specify path to Samba sources
|
---|
| 1297 |
|
---|
| 1298 | _ACEOF
|
---|
| 1299 | ac_status=$?
|
---|
| 1300 | fi
|
---|
| 1301 |
|
---|
| 1302 | if test "$ac_init_help" = "recursive"; then
|
---|
| 1303 | # If there are subdirs, report their specific --help.
|
---|
| 1304 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
---|
| 1305 | test -d "$ac_dir" ||
|
---|
| 1306 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
|
---|
| 1307 | continue
|
---|
| 1308 | ac_builddir=.
|
---|
| 1309 |
|
---|
| 1310 | case "$ac_dir" in
|
---|
| 1311 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
| 1312 | *)
|
---|
| 1313 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
---|
| 1314 | # A ".." for each directory in $ac_dir_suffix.
|
---|
| 1315 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
---|
| 1316 | case $ac_top_builddir_sub in
|
---|
| 1317 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
| 1318 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
---|
| 1319 | esac ;;
|
---|
| 1320 | esac
|
---|
| 1321 | ac_abs_top_builddir=$ac_pwd
|
---|
| 1322 | ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
---|
| 1323 | # for backward compatibility:
|
---|
| 1324 | ac_top_builddir=$ac_top_build_prefix
|
---|
| 1325 |
|
---|
| 1326 | case $srcdir in
|
---|
| 1327 | .) # We are building in place.
|
---|
| 1328 | ac_srcdir=.
|
---|
| 1329 | ac_top_srcdir=$ac_top_builddir_sub
|
---|
| 1330 | ac_abs_top_srcdir=$ac_pwd ;;
|
---|
| 1331 | [\\/]* | ?:[\\/]* ) # Absolute name.
|
---|
| 1332 | ac_srcdir=$srcdir$ac_dir_suffix;
|
---|
| 1333 | ac_top_srcdir=$srcdir
|
---|
| 1334 | ac_abs_top_srcdir=$srcdir ;;
|
---|
| 1335 | *) # Relative name.
|
---|
| 1336 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
---|
| 1337 | ac_top_srcdir=$ac_top_build_prefix$srcdir
|
---|
| 1338 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
---|
| 1339 | esac
|
---|
| 1340 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
---|
| 1341 |
|
---|
| 1342 | cd "$ac_dir" || { ac_status=$?; continue; }
|
---|
| 1343 | # Check for guested configure.
|
---|
| 1344 | if test -f "$ac_srcdir/configure.gnu"; then
|
---|
| 1345 | echo &&
|
---|
| 1346 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive
|
---|
| 1347 | elif test -f "$ac_srcdir/configure"; then
|
---|
| 1348 | echo &&
|
---|
| 1349 | $SHELL "$ac_srcdir/configure" --help=recursive
|
---|
| 1350 | else
|
---|
| 1351 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
---|
| 1352 | fi || ac_status=$?
|
---|
| 1353 | cd "$ac_pwd" || { ac_status=$?; break; }
|
---|
| 1354 | done
|
---|
| 1355 | fi
|
---|
| 1356 |
|
---|
| 1357 | test -n "$ac_init_help" && exit $ac_status
|
---|
| 1358 | if $ac_init_version; then
|
---|
| 1359 | cat <<\_ACEOF
|
---|
| 1360 | configure
|
---|
| 1361 | generated by GNU Autoconf 2.63
|
---|
| 1362 |
|
---|
| 1363 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
---|
| 1364 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
---|
| 1365 | This configure script is free software; the Free Software Foundation
|
---|
| 1366 | gives unlimited permission to copy, distribute and modify it.
|
---|
| 1367 | _ACEOF
|
---|
| 1368 | exit
|
---|
| 1369 | fi
|
---|
| 1370 | cat >config.log <<_ACEOF
|
---|
| 1371 | This file contains any messages produced by compilers while
|
---|
| 1372 | running configure, to aid debugging if configure makes a mistake.
|
---|
| 1373 |
|
---|
| 1374 | It was created by $as_me, which was
|
---|
| 1375 | generated by GNU Autoconf 2.63. Invocation command line was
|
---|
| 1376 |
|
---|
| 1377 | $ $0 $@
|
---|
| 1378 |
|
---|
| 1379 | _ACEOF
|
---|
| 1380 | exec 5>>config.log
|
---|
| 1381 | {
|
---|
| 1382 | cat <<_ASUNAME
|
---|
| 1383 | ## --------- ##
|
---|
| 1384 | ## Platform. ##
|
---|
| 1385 | ## --------- ##
|
---|
| 1386 |
|
---|
| 1387 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
|
---|
| 1388 | uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
---|
| 1389 | uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
---|
| 1390 | uname -s = `(uname -s) 2>/dev/null || echo unknown`
|
---|
| 1391 | uname -v = `(uname -v) 2>/dev/null || echo unknown`
|
---|
| 1392 |
|
---|
| 1393 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
|
---|
| 1394 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
|
---|
| 1395 |
|
---|
| 1396 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
---|
| 1397 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
---|
| 1398 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
---|
| 1399 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
---|
| 1400 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
---|
| 1401 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
---|
| 1402 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
---|
| 1403 |
|
---|
| 1404 | _ASUNAME
|
---|
| 1405 |
|
---|
| 1406 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1407 | for as_dir in $PATH
|
---|
| 1408 | do
|
---|
| 1409 | IFS=$as_save_IFS
|
---|
| 1410 | test -z "$as_dir" && as_dir=.
|
---|
| 1411 | $as_echo "PATH: $as_dir"
|
---|
| 1412 | done
|
---|
| 1413 | IFS=$as_save_IFS
|
---|
| 1414 |
|
---|
| 1415 | } >&5
|
---|
| 1416 |
|
---|
| 1417 | cat >&5 <<_ACEOF
|
---|
| 1418 |
|
---|
| 1419 |
|
---|
| 1420 | ## ----------- ##
|
---|
| 1421 | ## Core tests. ##
|
---|
| 1422 | ## ----------- ##
|
---|
| 1423 |
|
---|
| 1424 | _ACEOF
|
---|
| 1425 |
|
---|
| 1426 |
|
---|
| 1427 | # Keep a trace of the command line.
|
---|
| 1428 | # Strip out --no-create and --no-recursion so they do not pile up.
|
---|
| 1429 | # Strip out --silent because we don't want to record it for future runs.
|
---|
| 1430 | # Also quote any args containing shell meta-characters.
|
---|
| 1431 | # Make two passes to allow for proper duplicate-argument suppression.
|
---|
| 1432 | ac_configure_args=
|
---|
| 1433 | ac_configure_args0=
|
---|
| 1434 | ac_configure_args1=
|
---|
| 1435 | ac_must_keep_next=false
|
---|
| 1436 | for ac_pass in 1 2
|
---|
| 1437 | do
|
---|
| 1438 | for ac_arg
|
---|
| 1439 | do
|
---|
| 1440 | case $ac_arg in
|
---|
| 1441 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
---|
| 1442 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
---|
| 1443 | | -silent | --silent | --silen | --sile | --sil)
|
---|
| 1444 | continue ;;
|
---|
| 1445 | *\'*)
|
---|
| 1446 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
---|
| 1447 | esac
|
---|
| 1448 | case $ac_pass in
|
---|
| 1449 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
|
---|
| 1450 | 2)
|
---|
| 1451 | ac_configure_args1="$ac_configure_args1 '$ac_arg'"
|
---|
| 1452 | if test $ac_must_keep_next = true; then
|
---|
| 1453 | ac_must_keep_next=false # Got value, back to normal.
|
---|
| 1454 | else
|
---|
| 1455 | case $ac_arg in
|
---|
| 1456 | *=* | --config-cache | -C | -disable-* | --disable-* \
|
---|
| 1457 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
---|
| 1458 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
---|
| 1459 | | -with-* | --with-* | -without-* | --without-* | --x)
|
---|
| 1460 | case "$ac_configure_args0 " in
|
---|
| 1461 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
---|
| 1462 | esac
|
---|
| 1463 | ;;
|
---|
| 1464 | -* ) ac_must_keep_next=true ;;
|
---|
| 1465 | esac
|
---|
| 1466 | fi
|
---|
| 1467 | ac_configure_args="$ac_configure_args '$ac_arg'"
|
---|
| 1468 | ;;
|
---|
| 1469 | esac
|
---|
| 1470 | done
|
---|
| 1471 | done
|
---|
| 1472 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
|
---|
| 1473 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
|
---|
| 1474 |
|
---|
| 1475 | # When interrupted or exit'd, cleanup temporary files, and complete
|
---|
| 1476 | # config.log. We remove comments because anyway the quotes in there
|
---|
| 1477 | # would cause problems or look ugly.
|
---|
| 1478 | # WARNING: Use '\'' to represent an apostrophe within the trap.
|
---|
| 1479 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
|
---|
| 1480 | trap 'exit_status=$?
|
---|
| 1481 | # Save into config.log some information that might help in debugging.
|
---|
| 1482 | {
|
---|
| 1483 | echo
|
---|
| 1484 |
|
---|
| 1485 | cat <<\_ASBOX
|
---|
| 1486 | ## ---------------- ##
|
---|
| 1487 | ## Cache variables. ##
|
---|
| 1488 | ## ---------------- ##
|
---|
| 1489 | _ASBOX
|
---|
| 1490 | echo
|
---|
| 1491 | # The following way of writing the cache mishandles newlines in values,
|
---|
| 1492 | (
|
---|
| 1493 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
|
---|
| 1494 | eval ac_val=\$$ac_var
|
---|
| 1495 | case $ac_val in #(
|
---|
| 1496 | *${as_nl}*)
|
---|
| 1497 | case $ac_var in #(
|
---|
| 1498 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
|
---|
| 1499 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
---|
| 1500 | esac
|
---|
| 1501 | case $ac_var in #(
|
---|
| 1502 | _ | IFS | as_nl) ;; #(
|
---|
| 1503 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
---|
| 1504 | *) $as_unset $ac_var ;;
|
---|
| 1505 | esac ;;
|
---|
| 1506 | esac
|
---|
| 1507 | done
|
---|
| 1508 | (set) 2>&1 |
|
---|
| 1509 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
|
---|
| 1510 | *${as_nl}ac_space=\ *)
|
---|
| 1511 | sed -n \
|
---|
| 1512 | "s/'\''/'\''\\\\'\'''\''/g;
|
---|
| 1513 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
|
---|
| 1514 | ;; #(
|
---|
| 1515 | *)
|
---|
| 1516 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
---|
| 1517 | ;;
|
---|
| 1518 | esac |
|
---|
| 1519 | sort
|
---|
| 1520 | )
|
---|
| 1521 | echo
|
---|
| 1522 |
|
---|
| 1523 | cat <<\_ASBOX
|
---|
| 1524 | ## ----------------- ##
|
---|
| 1525 | ## Output variables. ##
|
---|
| 1526 | ## ----------------- ##
|
---|
| 1527 | _ASBOX
|
---|
| 1528 | echo
|
---|
| 1529 | for ac_var in $ac_subst_vars
|
---|
| 1530 | do
|
---|
| 1531 | eval ac_val=\$$ac_var
|
---|
| 1532 | case $ac_val in
|
---|
| 1533 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
---|
| 1534 | esac
|
---|
| 1535 | $as_echo "$ac_var='\''$ac_val'\''"
|
---|
| 1536 | done | sort
|
---|
| 1537 | echo
|
---|
| 1538 |
|
---|
| 1539 | if test -n "$ac_subst_files"; then
|
---|
| 1540 | cat <<\_ASBOX
|
---|
| 1541 | ## ------------------- ##
|
---|
| 1542 | ## File substitutions. ##
|
---|
| 1543 | ## ------------------- ##
|
---|
| 1544 | _ASBOX
|
---|
| 1545 | echo
|
---|
| 1546 | for ac_var in $ac_subst_files
|
---|
| 1547 | do
|
---|
| 1548 | eval ac_val=\$$ac_var
|
---|
| 1549 | case $ac_val in
|
---|
| 1550 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
---|
| 1551 | esac
|
---|
| 1552 | $as_echo "$ac_var='\''$ac_val'\''"
|
---|
| 1553 | done | sort
|
---|
| 1554 | echo
|
---|
| 1555 | fi
|
---|
| 1556 |
|
---|
| 1557 | if test -s confdefs.h; then
|
---|
| 1558 | cat <<\_ASBOX
|
---|
| 1559 | ## ----------- ##
|
---|
| 1560 | ## confdefs.h. ##
|
---|
| 1561 | ## ----------- ##
|
---|
| 1562 | _ASBOX
|
---|
| 1563 | echo
|
---|
| 1564 | cat confdefs.h
|
---|
| 1565 | echo
|
---|
| 1566 | fi
|
---|
| 1567 | test "$ac_signal" != 0 &&
|
---|
| 1568 | $as_echo "$as_me: caught signal $ac_signal"
|
---|
| 1569 | $as_echo "$as_me: exit $exit_status"
|
---|
| 1570 | } >&5
|
---|
| 1571 | rm -f core *.core core.conftest.* &&
|
---|
| 1572 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
|
---|
| 1573 | exit $exit_status
|
---|
| 1574 | ' 0
|
---|
| 1575 | for ac_signal in 1 2 13 15; do
|
---|
| 1576 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
|
---|
| 1577 | done
|
---|
| 1578 | ac_signal=0
|
---|
| 1579 |
|
---|
| 1580 | # confdefs.h avoids OS command line length limits that DEFS can exceed.
|
---|
| 1581 | rm -f -r conftest* confdefs.h
|
---|
| 1582 |
|
---|
| 1583 | # Predefined preprocessor variables.
|
---|
| 1584 |
|
---|
| 1585 | cat >>confdefs.h <<_ACEOF
|
---|
| 1586 | #define PACKAGE_NAME "$PACKAGE_NAME"
|
---|
| 1587 | _ACEOF
|
---|
| 1588 |
|
---|
| 1589 |
|
---|
| 1590 | cat >>confdefs.h <<_ACEOF
|
---|
| 1591 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
|
---|
| 1592 | _ACEOF
|
---|
| 1593 |
|
---|
| 1594 |
|
---|
| 1595 | cat >>confdefs.h <<_ACEOF
|
---|
| 1596 | #define PACKAGE_VERSION "$PACKAGE_VERSION"
|
---|
| 1597 | _ACEOF
|
---|
| 1598 |
|
---|
| 1599 |
|
---|
| 1600 | cat >>confdefs.h <<_ACEOF
|
---|
| 1601 | #define PACKAGE_STRING "$PACKAGE_STRING"
|
---|
| 1602 | _ACEOF
|
---|
| 1603 |
|
---|
| 1604 |
|
---|
| 1605 | cat >>confdefs.h <<_ACEOF
|
---|
| 1606 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
|
---|
| 1607 | _ACEOF
|
---|
| 1608 |
|
---|
| 1609 |
|
---|
| 1610 | # Let the site file select an alternate cache file if it wants to.
|
---|
| 1611 | # Prefer an explicitly selected file to automatically selected ones.
|
---|
| 1612 | ac_site_file1=NONE
|
---|
| 1613 | ac_site_file2=NONE
|
---|
| 1614 | if test -n "$CONFIG_SITE"; then
|
---|
| 1615 | ac_site_file1=$CONFIG_SITE
|
---|
| 1616 | elif test "x$prefix" != xNONE; then
|
---|
| 1617 | ac_site_file1=$prefix/share/config.site
|
---|
| 1618 | ac_site_file2=$prefix/etc/config.site
|
---|
| 1619 | else
|
---|
| 1620 | ac_site_file1=$ac_default_prefix/share/config.site
|
---|
| 1621 | ac_site_file2=$ac_default_prefix/etc/config.site
|
---|
| 1622 | fi
|
---|
| 1623 | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
---|
| 1624 | do
|
---|
| 1625 | test "x$ac_site_file" = xNONE && continue
|
---|
| 1626 | if test -r "$ac_site_file"; then
|
---|
| 1627 | { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
|
---|
| 1628 | $as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
---|
| 1629 | sed 's/^/| /' "$ac_site_file" >&5
|
---|
| 1630 | . "$ac_site_file"
|
---|
| 1631 | fi
|
---|
| 1632 | done
|
---|
| 1633 |
|
---|
| 1634 | if test -r "$cache_file"; then
|
---|
| 1635 | # Some versions of bash will fail to source /dev/null (special
|
---|
| 1636 | # files actually), so we avoid doing that.
|
---|
| 1637 | if test -f "$cache_file"; then
|
---|
| 1638 | { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
|
---|
| 1639 | $as_echo "$as_me: loading cache $cache_file" >&6;}
|
---|
| 1640 | case $cache_file in
|
---|
| 1641 | [\\/]* | ?:[\\/]* ) . "$cache_file";;
|
---|
| 1642 | *) . "./$cache_file";;
|
---|
| 1643 | esac
|
---|
| 1644 | fi
|
---|
| 1645 | else
|
---|
| 1646 | { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
|
---|
| 1647 | $as_echo "$as_me: creating cache $cache_file" >&6;}
|
---|
| 1648 | >$cache_file
|
---|
| 1649 | fi
|
---|
| 1650 |
|
---|
| 1651 | # Check that the precious variables saved in the cache have kept the same
|
---|
| 1652 | # value.
|
---|
| 1653 | ac_cache_corrupted=false
|
---|
| 1654 | for ac_var in $ac_precious_vars; do
|
---|
| 1655 | eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
---|
| 1656 | eval ac_new_set=\$ac_env_${ac_var}_set
|
---|
| 1657 | eval ac_old_val=\$ac_cv_env_${ac_var}_value
|
---|
| 1658 | eval ac_new_val=\$ac_env_${ac_var}_value
|
---|
| 1659 | case $ac_old_set,$ac_new_set in
|
---|
| 1660 | set,)
|
---|
| 1661 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
---|
| 1662 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
|
---|
| 1663 | ac_cache_corrupted=: ;;
|
---|
| 1664 | ,set)
|
---|
| 1665 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
|
---|
| 1666 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
---|
| 1667 | ac_cache_corrupted=: ;;
|
---|
| 1668 | ,);;
|
---|
| 1669 | *)
|
---|
| 1670 | if test "x$ac_old_val" != "x$ac_new_val"; then
|
---|
| 1671 | # differences in whitespace do not lead to failure.
|
---|
| 1672 | ac_old_val_w=`echo x $ac_old_val`
|
---|
| 1673 | ac_new_val_w=`echo x $ac_new_val`
|
---|
| 1674 | if test "$ac_old_val_w" != "$ac_new_val_w"; then
|
---|
| 1675 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
---|
| 1676 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
---|
| 1677 | ac_cache_corrupted=:
|
---|
| 1678 | else
|
---|
| 1679 | { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
|
---|
| 1680 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
---|
| 1681 | eval $ac_var=\$ac_old_val
|
---|
| 1682 | fi
|
---|
| 1683 | { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
|
---|
| 1684 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
|
---|
| 1685 | { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
|
---|
| 1686 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
|
---|
| 1687 | fi;;
|
---|
| 1688 | esac
|
---|
| 1689 | # Pass precious variables to config.status.
|
---|
| 1690 | if test "$ac_new_set" = set; then
|
---|
| 1691 | case $ac_new_val in
|
---|
| 1692 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
---|
| 1693 | *) ac_arg=$ac_var=$ac_new_val ;;
|
---|
| 1694 | esac
|
---|
| 1695 | case " $ac_configure_args " in
|
---|
| 1696 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
|
---|
| 1697 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
|
---|
| 1698 | esac
|
---|
| 1699 | fi
|
---|
| 1700 | done
|
---|
| 1701 | if $ac_cache_corrupted; then
|
---|
| 1702 | { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
---|
| 1703 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
---|
| 1704 | { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
|
---|
| 1705 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
---|
| 1706 | { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
|
---|
| 1707 | $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
|
---|
| 1708 | { (exit 1); exit 1; }; }
|
---|
| 1709 | fi
|
---|
| 1710 |
|
---|
| 1711 |
|
---|
| 1712 |
|
---|
| 1713 |
|
---|
| 1714 |
|
---|
| 1715 |
|
---|
| 1716 |
|
---|
| 1717 |
|
---|
| 1718 |
|
---|
| 1719 |
|
---|
| 1720 |
|
---|
| 1721 |
|
---|
| 1722 |
|
---|
| 1723 |
|
---|
| 1724 |
|
---|
| 1725 |
|
---|
| 1726 |
|
---|
| 1727 | ac_ext=c
|
---|
| 1728 | ac_cpp='$CPP $CPPFLAGS'
|
---|
| 1729 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
---|
| 1730 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
---|
| 1731 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
---|
| 1732 |
|
---|
| 1733 |
|
---|
| 1734 |
|
---|
| 1735 |
|
---|
| 1736 | # Check whether --with-samba-sources was given.
|
---|
| 1737 | if test "${with_samba_sources+set}" = set; then
|
---|
| 1738 | withval=$with_samba_sources; test "$withval" && SPECIFIED_SOURCEDIR="$withval"
|
---|
| 1739 | fi
|
---|
| 1740 |
|
---|
| 1741 |
|
---|
| 1742 | LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,11pt,openright,twoside"
|
---|
| 1743 | # Check whether --enable-prentice-hall was given.
|
---|
| 1744 | if test "${enable_prentice_hall+set}" = set; then
|
---|
| 1745 | enableval=$enable_prentice_hall; test "$enableval" && LATEX_DOCUMENTCLASS_OPTIONS="letterpaper,10pt,openleft,twoside,ph"
|
---|
| 1746 | fi
|
---|
| 1747 |
|
---|
| 1748 |
|
---|
| 1749 |
|
---|
| 1750 | DOC_BUILD_DATE=`date '+%d-%m-%Y'`
|
---|
| 1751 |
|
---|
| 1752 |
|
---|
| 1753 |
|
---|
| 1754 |
|
---|
| 1755 | for ac_prog in xsltproc
|
---|
| 1756 | do
|
---|
| 1757 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 1758 | set dummy $ac_prog; ac_word=$2
|
---|
| 1759 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 1760 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 1761 | if test "${ac_cv_prog_XSLTPROC+set}" = set; then
|
---|
| 1762 | $as_echo_n "(cached) " >&6
|
---|
| 1763 | else
|
---|
| 1764 | if test -n "$XSLTPROC"; then
|
---|
| 1765 | ac_cv_prog_XSLTPROC="$XSLTPROC" # Let the user override the test.
|
---|
| 1766 | else
|
---|
| 1767 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1768 | for as_dir in $PATH
|
---|
| 1769 | do
|
---|
| 1770 | IFS=$as_save_IFS
|
---|
| 1771 | test -z "$as_dir" && as_dir=.
|
---|
| 1772 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 1773 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 1774 | ac_cv_prog_XSLTPROC="$ac_prog"
|
---|
| 1775 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 1776 | break 2
|
---|
| 1777 | fi
|
---|
| 1778 | done
|
---|
| 1779 | done
|
---|
| 1780 | IFS=$as_save_IFS
|
---|
| 1781 |
|
---|
| 1782 | fi
|
---|
| 1783 | fi
|
---|
| 1784 | XSLTPROC=$ac_cv_prog_XSLTPROC
|
---|
| 1785 | if test -n "$XSLTPROC"; then
|
---|
| 1786 | { $as_echo "$as_me:$LINENO: result: $XSLTPROC" >&5
|
---|
| 1787 | $as_echo "$XSLTPROC" >&6; }
|
---|
| 1788 | else
|
---|
| 1789 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 1790 | $as_echo "no" >&6; }
|
---|
| 1791 | fi
|
---|
| 1792 |
|
---|
| 1793 |
|
---|
| 1794 | test -n "$XSLTPROC" && break
|
---|
| 1795 | done
|
---|
| 1796 |
|
---|
| 1797 | if test x"$XSLTPROC" = x; then
|
---|
| 1798 | if test x"$ALL_REQUIRES" = x; then
|
---|
| 1799 | ALL_REQUIRES="xsltproc"
|
---|
| 1800 | else
|
---|
| 1801 | ALL_REQUIRES="$ALL_REQUIRES xsltproc"
|
---|
| 1802 | fi
|
---|
| 1803 | fi
|
---|
| 1804 |
|
---|
| 1805 |
|
---|
| 1806 | for ac_prog in rm
|
---|
| 1807 | do
|
---|
| 1808 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 1809 | set dummy $ac_prog; ac_word=$2
|
---|
| 1810 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 1811 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 1812 | if test "${ac_cv_prog_RM+set}" = set; then
|
---|
| 1813 | $as_echo_n "(cached) " >&6
|
---|
| 1814 | else
|
---|
| 1815 | if test -n "$RM"; then
|
---|
| 1816 | ac_cv_prog_RM="$RM" # Let the user override the test.
|
---|
| 1817 | else
|
---|
| 1818 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1819 | for as_dir in $PATH
|
---|
| 1820 | do
|
---|
| 1821 | IFS=$as_save_IFS
|
---|
| 1822 | test -z "$as_dir" && as_dir=.
|
---|
| 1823 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 1824 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 1825 | ac_cv_prog_RM="$ac_prog"
|
---|
| 1826 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 1827 | break 2
|
---|
| 1828 | fi
|
---|
| 1829 | done
|
---|
| 1830 | done
|
---|
| 1831 | IFS=$as_save_IFS
|
---|
| 1832 |
|
---|
| 1833 | fi
|
---|
| 1834 | fi
|
---|
| 1835 | RM=$ac_cv_prog_RM
|
---|
| 1836 | if test -n "$RM"; then
|
---|
| 1837 | { $as_echo "$as_me:$LINENO: result: $RM" >&5
|
---|
| 1838 | $as_echo "$RM" >&6; }
|
---|
| 1839 | else
|
---|
| 1840 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 1841 | $as_echo "no" >&6; }
|
---|
| 1842 | fi
|
---|
| 1843 |
|
---|
| 1844 |
|
---|
| 1845 | test -n "$RM" && break
|
---|
| 1846 | done
|
---|
| 1847 |
|
---|
| 1848 | if test x"$RM" = x; then
|
---|
| 1849 | if test x"$ALL_REQUIRES" = x; then
|
---|
| 1850 | ALL_REQUIRES="rm"
|
---|
| 1851 | else
|
---|
| 1852 | ALL_REQUIRES="$ALL_REQUIRES rm"
|
---|
| 1853 | fi
|
---|
| 1854 | fi
|
---|
| 1855 |
|
---|
| 1856 |
|
---|
| 1857 | for ac_prog in inkscape
|
---|
| 1858 | do
|
---|
| 1859 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 1860 | set dummy $ac_prog; ac_word=$2
|
---|
| 1861 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 1862 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 1863 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 1864 | $as_echo_n "(cached) " >&6
|
---|
| 1865 | else
|
---|
| 1866 | if test -n "$INKSCAPE"; then
|
---|
| 1867 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 1868 | else
|
---|
| 1869 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1870 | for as_dir in $PATH
|
---|
| 1871 | do
|
---|
| 1872 | IFS=$as_save_IFS
|
---|
| 1873 | test -z "$as_dir" && as_dir=.
|
---|
| 1874 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 1875 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 1876 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 1877 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 1878 | break 2
|
---|
| 1879 | fi
|
---|
| 1880 | done
|
---|
| 1881 | done
|
---|
| 1882 | IFS=$as_save_IFS
|
---|
| 1883 |
|
---|
| 1884 | fi
|
---|
| 1885 | fi
|
---|
| 1886 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 1887 | if test -n "$INKSCAPE"; then
|
---|
| 1888 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 1889 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 1890 | else
|
---|
| 1891 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 1892 | $as_echo "no" >&6; }
|
---|
| 1893 | fi
|
---|
| 1894 |
|
---|
| 1895 |
|
---|
| 1896 | test -n "$INKSCAPE" && break
|
---|
| 1897 | done
|
---|
| 1898 |
|
---|
| 1899 | if test x"$INKSCAPE" = x; then
|
---|
| 1900 | if test x"$LATEX_REQUIRES" = x; then
|
---|
| 1901 | LATEX_REQUIRES="inkscape"
|
---|
| 1902 | else
|
---|
| 1903 | LATEX_REQUIRES="$LATEX_REQUIRES inkscape"
|
---|
| 1904 | fi
|
---|
| 1905 | fi
|
---|
| 1906 |
|
---|
| 1907 |
|
---|
| 1908 | for ac_prog in inkscape
|
---|
| 1909 | do
|
---|
| 1910 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 1911 | set dummy $ac_prog; ac_word=$2
|
---|
| 1912 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 1913 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 1914 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 1915 | $as_echo_n "(cached) " >&6
|
---|
| 1916 | else
|
---|
| 1917 | if test -n "$INKSCAPE"; then
|
---|
| 1918 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 1919 | else
|
---|
| 1920 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1921 | for as_dir in $PATH
|
---|
| 1922 | do
|
---|
| 1923 | IFS=$as_save_IFS
|
---|
| 1924 | test -z "$as_dir" && as_dir=.
|
---|
| 1925 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 1926 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 1927 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 1928 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 1929 | break 2
|
---|
| 1930 | fi
|
---|
| 1931 | done
|
---|
| 1932 | done
|
---|
| 1933 | IFS=$as_save_IFS
|
---|
| 1934 |
|
---|
| 1935 | fi
|
---|
| 1936 | fi
|
---|
| 1937 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 1938 | if test -n "$INKSCAPE"; then
|
---|
| 1939 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 1940 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 1941 | else
|
---|
| 1942 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 1943 | $as_echo "no" >&6; }
|
---|
| 1944 | fi
|
---|
| 1945 |
|
---|
| 1946 |
|
---|
| 1947 | test -n "$INKSCAPE" && break
|
---|
| 1948 | done
|
---|
| 1949 |
|
---|
| 1950 | if test x"$INKSCAPE" = x; then
|
---|
| 1951 | if test x"$PS_REQUIRES" = x; then
|
---|
| 1952 | PS_REQUIRES="inkscape"
|
---|
| 1953 | else
|
---|
| 1954 | PS_REQUIRES="$PS_REQUIRES inkscape"
|
---|
| 1955 | fi
|
---|
| 1956 | fi
|
---|
| 1957 |
|
---|
| 1958 |
|
---|
| 1959 | for ac_prog in inkscape
|
---|
| 1960 | do
|
---|
| 1961 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 1962 | set dummy $ac_prog; ac_word=$2
|
---|
| 1963 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 1964 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 1965 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 1966 | $as_echo_n "(cached) " >&6
|
---|
| 1967 | else
|
---|
| 1968 | if test -n "$INKSCAPE"; then
|
---|
| 1969 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 1970 | else
|
---|
| 1971 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 1972 | for as_dir in $PATH
|
---|
| 1973 | do
|
---|
| 1974 | IFS=$as_save_IFS
|
---|
| 1975 | test -z "$as_dir" && as_dir=.
|
---|
| 1976 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 1977 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 1978 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 1979 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 1980 | break 2
|
---|
| 1981 | fi
|
---|
| 1982 | done
|
---|
| 1983 | done
|
---|
| 1984 | IFS=$as_save_IFS
|
---|
| 1985 |
|
---|
| 1986 | fi
|
---|
| 1987 | fi
|
---|
| 1988 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 1989 | if test -n "$INKSCAPE"; then
|
---|
| 1990 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 1991 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 1992 | else
|
---|
| 1993 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 1994 | $as_echo "no" >&6; }
|
---|
| 1995 | fi
|
---|
| 1996 |
|
---|
| 1997 |
|
---|
| 1998 | test -n "$INKSCAPE" && break
|
---|
| 1999 | done
|
---|
| 2000 |
|
---|
| 2001 | if test x"$INKSCAPE" = x; then
|
---|
| 2002 | if test x"$PDF_REQUIRES" = x; then
|
---|
| 2003 | PDF_REQUIRES="inkscape"
|
---|
| 2004 | else
|
---|
| 2005 | PDF_REQUIRES="$PDF_REQUIRES inkscape"
|
---|
| 2006 | fi
|
---|
| 2007 | fi
|
---|
| 2008 |
|
---|
| 2009 |
|
---|
| 2010 | for ac_prog in inkscape
|
---|
| 2011 | do
|
---|
| 2012 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2013 | set dummy $ac_prog; ac_word=$2
|
---|
| 2014 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2015 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2016 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 2017 | $as_echo_n "(cached) " >&6
|
---|
| 2018 | else
|
---|
| 2019 | if test -n "$INKSCAPE"; then
|
---|
| 2020 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 2021 | else
|
---|
| 2022 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2023 | for as_dir in $PATH
|
---|
| 2024 | do
|
---|
| 2025 | IFS=$as_save_IFS
|
---|
| 2026 | test -z "$as_dir" && as_dir=.
|
---|
| 2027 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2028 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2029 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 2030 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2031 | break 2
|
---|
| 2032 | fi
|
---|
| 2033 | done
|
---|
| 2034 | done
|
---|
| 2035 | IFS=$as_save_IFS
|
---|
| 2036 |
|
---|
| 2037 | fi
|
---|
| 2038 | fi
|
---|
| 2039 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 2040 | if test -n "$INKSCAPE"; then
|
---|
| 2041 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 2042 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 2043 | else
|
---|
| 2044 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2045 | $as_echo "no" >&6; }
|
---|
| 2046 | fi
|
---|
| 2047 |
|
---|
| 2048 |
|
---|
| 2049 | test -n "$INKSCAPE" && break
|
---|
| 2050 | done
|
---|
| 2051 |
|
---|
| 2052 | if test x"$INKSCAPE" = x; then
|
---|
| 2053 | if test x"$HTML_REQUIRES" = x; then
|
---|
| 2054 | HTML_REQUIRES="inkscape"
|
---|
| 2055 | else
|
---|
| 2056 | HTML_REQUIRES="$HTML_REQUIRES inkscape"
|
---|
| 2057 | fi
|
---|
| 2058 | fi
|
---|
| 2059 |
|
---|
| 2060 |
|
---|
| 2061 | for ac_prog in inkscape
|
---|
| 2062 | do
|
---|
| 2063 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2064 | set dummy $ac_prog; ac_word=$2
|
---|
| 2065 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2066 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2067 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 2068 | $as_echo_n "(cached) " >&6
|
---|
| 2069 | else
|
---|
| 2070 | if test -n "$INKSCAPE"; then
|
---|
| 2071 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 2072 | else
|
---|
| 2073 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2074 | for as_dir in $PATH
|
---|
| 2075 | do
|
---|
| 2076 | IFS=$as_save_IFS
|
---|
| 2077 | test -z "$as_dir" && as_dir=.
|
---|
| 2078 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2079 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2080 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 2081 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2082 | break 2
|
---|
| 2083 | fi
|
---|
| 2084 | done
|
---|
| 2085 | done
|
---|
| 2086 | IFS=$as_save_IFS
|
---|
| 2087 |
|
---|
| 2088 | fi
|
---|
| 2089 | fi
|
---|
| 2090 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 2091 | if test -n "$INKSCAPE"; then
|
---|
| 2092 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 2093 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 2094 | else
|
---|
| 2095 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2096 | $as_echo "no" >&6; }
|
---|
| 2097 | fi
|
---|
| 2098 |
|
---|
| 2099 |
|
---|
| 2100 | test -n "$INKSCAPE" && break
|
---|
| 2101 | done
|
---|
| 2102 |
|
---|
| 2103 | if test x"$INKSCAPE" = x; then
|
---|
| 2104 | if test x"$HTMLHELP_REQUIRES" = x; then
|
---|
| 2105 | HTMLHELP_REQUIRES="inkscape"
|
---|
| 2106 | else
|
---|
| 2107 | HTMLHELP_REQUIRES="$HTMLHELP_REQUIRES inkscape"
|
---|
| 2108 | fi
|
---|
| 2109 | fi
|
---|
| 2110 |
|
---|
| 2111 |
|
---|
| 2112 | for ac_prog in inkscape
|
---|
| 2113 | do
|
---|
| 2114 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2115 | set dummy $ac_prog; ac_word=$2
|
---|
| 2116 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2117 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2118 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 2119 | $as_echo_n "(cached) " >&6
|
---|
| 2120 | else
|
---|
| 2121 | if test -n "$INKSCAPE"; then
|
---|
| 2122 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 2123 | else
|
---|
| 2124 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2125 | for as_dir in $PATH
|
---|
| 2126 | do
|
---|
| 2127 | IFS=$as_save_IFS
|
---|
| 2128 | test -z "$as_dir" && as_dir=.
|
---|
| 2129 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2130 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2131 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 2132 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2133 | break 2
|
---|
| 2134 | fi
|
---|
| 2135 | done
|
---|
| 2136 | done
|
---|
| 2137 | IFS=$as_save_IFS
|
---|
| 2138 |
|
---|
| 2139 | fi
|
---|
| 2140 | fi
|
---|
| 2141 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 2142 | if test -n "$INKSCAPE"; then
|
---|
| 2143 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 2144 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 2145 | else
|
---|
| 2146 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2147 | $as_echo "no" >&6; }
|
---|
| 2148 | fi
|
---|
| 2149 |
|
---|
| 2150 |
|
---|
| 2151 | test -n "$INKSCAPE" && break
|
---|
| 2152 | done
|
---|
| 2153 |
|
---|
| 2154 | if test x"$INKSCAPE" = x; then
|
---|
| 2155 | if test x"$PEARSON_REQUIRES" = x; then
|
---|
| 2156 | PEARSON_REQUIRES="inkscape"
|
---|
| 2157 | else
|
---|
| 2158 | PEARSON_REQUIRES="$PEARSON_REQUIRES inkscape"
|
---|
| 2159 | fi
|
---|
| 2160 | fi
|
---|
| 2161 |
|
---|
| 2162 |
|
---|
| 2163 | for ac_prog in inkscape
|
---|
| 2164 | do
|
---|
| 2165 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2166 | set dummy $ac_prog; ac_word=$2
|
---|
| 2167 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2168 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2169 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 2170 | $as_echo_n "(cached) " >&6
|
---|
| 2171 | else
|
---|
| 2172 | if test -n "$INKSCAPE"; then
|
---|
| 2173 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 2174 | else
|
---|
| 2175 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2176 | for as_dir in $PATH
|
---|
| 2177 | do
|
---|
| 2178 | IFS=$as_save_IFS
|
---|
| 2179 | test -z "$as_dir" && as_dir=.
|
---|
| 2180 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2181 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2182 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 2183 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2184 | break 2
|
---|
| 2185 | fi
|
---|
| 2186 | done
|
---|
| 2187 | done
|
---|
| 2188 | IFS=$as_save_IFS
|
---|
| 2189 |
|
---|
| 2190 | fi
|
---|
| 2191 | fi
|
---|
| 2192 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 2193 | if test -n "$INKSCAPE"; then
|
---|
| 2194 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 2195 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 2196 | else
|
---|
| 2197 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2198 | $as_echo "no" >&6; }
|
---|
| 2199 | fi
|
---|
| 2200 |
|
---|
| 2201 |
|
---|
| 2202 | test -n "$INKSCAPE" && break
|
---|
| 2203 | done
|
---|
| 2204 |
|
---|
| 2205 | if test x"$INKSCAPE" = x; then
|
---|
| 2206 | if test x"$PLUCKER_REQUIRES" = x; then
|
---|
| 2207 | PLUCKER_REQUIRES="inkscape"
|
---|
| 2208 | else
|
---|
| 2209 | PLUCKER_REQUIRES="$PLUCKER_REQUIRES inkscape"
|
---|
| 2210 | fi
|
---|
| 2211 | fi
|
---|
| 2212 |
|
---|
| 2213 |
|
---|
| 2214 | for ac_prog in inkscape
|
---|
| 2215 | do
|
---|
| 2216 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2217 | set dummy $ac_prog; ac_word=$2
|
---|
| 2218 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2219 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2220 | if test "${ac_cv_prog_INKSCAPE+set}" = set; then
|
---|
| 2221 | $as_echo_n "(cached) " >&6
|
---|
| 2222 | else
|
---|
| 2223 | if test -n "$INKSCAPE"; then
|
---|
| 2224 | ac_cv_prog_INKSCAPE="$INKSCAPE" # Let the user override the test.
|
---|
| 2225 | else
|
---|
| 2226 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2227 | for as_dir in $PATH
|
---|
| 2228 | do
|
---|
| 2229 | IFS=$as_save_IFS
|
---|
| 2230 | test -z "$as_dir" && as_dir=.
|
---|
| 2231 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2232 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2233 | ac_cv_prog_INKSCAPE="$ac_prog"
|
---|
| 2234 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2235 | break 2
|
---|
| 2236 | fi
|
---|
| 2237 | done
|
---|
| 2238 | done
|
---|
| 2239 | IFS=$as_save_IFS
|
---|
| 2240 |
|
---|
| 2241 | fi
|
---|
| 2242 | fi
|
---|
| 2243 | INKSCAPE=$ac_cv_prog_INKSCAPE
|
---|
| 2244 | if test -n "$INKSCAPE"; then
|
---|
| 2245 | { $as_echo "$as_me:$LINENO: result: $INKSCAPE" >&5
|
---|
| 2246 | $as_echo "$INKSCAPE" >&6; }
|
---|
| 2247 | else
|
---|
| 2248 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2249 | $as_echo "no" >&6; }
|
---|
| 2250 | fi
|
---|
| 2251 |
|
---|
| 2252 |
|
---|
| 2253 | test -n "$INKSCAPE" && break
|
---|
| 2254 | done
|
---|
| 2255 |
|
---|
| 2256 | if test x"$INKSCAPE" = x; then
|
---|
| 2257 | if test x"$FOPDF_REQUIRES" = x; then
|
---|
| 2258 | FOPDF_REQUIRES="inkscape"
|
---|
| 2259 | else
|
---|
| 2260 | FOPDF_REQUIRES="$FOPDF_REQUIRES inkscape"
|
---|
| 2261 | fi
|
---|
| 2262 | fi
|
---|
| 2263 |
|
---|
| 2264 | # Check dia version number
|
---|
| 2265 |
|
---|
| 2266 | #if test -n "$DIA"; then
|
---|
| 2267 | # [ DIA_VERSION=`$DIA -v | egrep -o '([0-9]+)\.([0-9]+)'`]
|
---|
| 2268 | # DIA_MAJ_VERSION=`echo $DIA_VERSION | cut -d . -f 1`
|
---|
| 2269 | # DIA_MIN_VERSION=`echo $DIA_VERSION | cut -d . -f 2`
|
---|
| 2270 |
|
---|
| 2271 | # if test "$DIA_MAJ_VERSION" -le "0"
|
---|
| 2272 | # then
|
---|
| 2273 | # if test "$DIA_MIN_VERSION" -le "92" && test -z "$DISPLAY"
|
---|
| 2274 | # then
|
---|
| 2275 | # AC_MSG_ERROR([Dia below 0.93 requires an X environment. Set \$DISPLAY or install Dia 0.93 or higher])
|
---|
| 2276 | # fi
|
---|
| 2277 | # fi
|
---|
| 2278 | #fi
|
---|
| 2279 |
|
---|
| 2280 |
|
---|
| 2281 | for ac_prog in makeindex
|
---|
| 2282 | do
|
---|
| 2283 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2284 | set dummy $ac_prog; ac_word=$2
|
---|
| 2285 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2286 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2287 | if test "${ac_cv_prog_MAKEINDEX+set}" = set; then
|
---|
| 2288 | $as_echo_n "(cached) " >&6
|
---|
| 2289 | else
|
---|
| 2290 | if test -n "$MAKEINDEX"; then
|
---|
| 2291 | ac_cv_prog_MAKEINDEX="$MAKEINDEX" # Let the user override the test.
|
---|
| 2292 | else
|
---|
| 2293 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2294 | for as_dir in $PATH
|
---|
| 2295 | do
|
---|
| 2296 | IFS=$as_save_IFS
|
---|
| 2297 | test -z "$as_dir" && as_dir=.
|
---|
| 2298 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2299 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2300 | ac_cv_prog_MAKEINDEX="$ac_prog"
|
---|
| 2301 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2302 | break 2
|
---|
| 2303 | fi
|
---|
| 2304 | done
|
---|
| 2305 | done
|
---|
| 2306 | IFS=$as_save_IFS
|
---|
| 2307 |
|
---|
| 2308 | fi
|
---|
| 2309 | fi
|
---|
| 2310 | MAKEINDEX=$ac_cv_prog_MAKEINDEX
|
---|
| 2311 | if test -n "$MAKEINDEX"; then
|
---|
| 2312 | { $as_echo "$as_me:$LINENO: result: $MAKEINDEX" >&5
|
---|
| 2313 | $as_echo "$MAKEINDEX" >&6; }
|
---|
| 2314 | else
|
---|
| 2315 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2316 | $as_echo "no" >&6; }
|
---|
| 2317 | fi
|
---|
| 2318 |
|
---|
| 2319 |
|
---|
| 2320 | test -n "$MAKEINDEX" && break
|
---|
| 2321 | done
|
---|
| 2322 |
|
---|
| 2323 | if test x"$MAKEINDEX" = x; then
|
---|
| 2324 | if test x"$LATEX_REQUIRES" = x; then
|
---|
| 2325 | LATEX_REQUIRES="makeindex"
|
---|
| 2326 | else
|
---|
| 2327 | LATEX_REQUIRES="$LATEX_REQUIRES makeindex"
|
---|
| 2328 | fi
|
---|
| 2329 | fi
|
---|
| 2330 |
|
---|
| 2331 |
|
---|
| 2332 | for ac_prog in pdflatex
|
---|
| 2333 | do
|
---|
| 2334 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2335 | set dummy $ac_prog; ac_word=$2
|
---|
| 2336 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2337 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2338 | if test "${ac_cv_prog_PDFLATEX+set}" = set; then
|
---|
| 2339 | $as_echo_n "(cached) " >&6
|
---|
| 2340 | else
|
---|
| 2341 | if test -n "$PDFLATEX"; then
|
---|
| 2342 | ac_cv_prog_PDFLATEX="$PDFLATEX" # Let the user override the test.
|
---|
| 2343 | else
|
---|
| 2344 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2345 | for as_dir in $PATH
|
---|
| 2346 | do
|
---|
| 2347 | IFS=$as_save_IFS
|
---|
| 2348 | test -z "$as_dir" && as_dir=.
|
---|
| 2349 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2350 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2351 | ac_cv_prog_PDFLATEX="$ac_prog"
|
---|
| 2352 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2353 | break 2
|
---|
| 2354 | fi
|
---|
| 2355 | done
|
---|
| 2356 | done
|
---|
| 2357 | IFS=$as_save_IFS
|
---|
| 2358 |
|
---|
| 2359 | fi
|
---|
| 2360 | fi
|
---|
| 2361 | PDFLATEX=$ac_cv_prog_PDFLATEX
|
---|
| 2362 | if test -n "$PDFLATEX"; then
|
---|
| 2363 | { $as_echo "$as_me:$LINENO: result: $PDFLATEX" >&5
|
---|
| 2364 | $as_echo "$PDFLATEX" >&6; }
|
---|
| 2365 | else
|
---|
| 2366 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2367 | $as_echo "no" >&6; }
|
---|
| 2368 | fi
|
---|
| 2369 |
|
---|
| 2370 |
|
---|
| 2371 | test -n "$PDFLATEX" && break
|
---|
| 2372 | done
|
---|
| 2373 |
|
---|
| 2374 | if test x"$PDFLATEX" = x; then
|
---|
| 2375 | if test x"$PDF_REQUIRES" = x; then
|
---|
| 2376 | PDF_REQUIRES="pdflatex"
|
---|
| 2377 | else
|
---|
| 2378 | PDF_REQUIRES="$PDF_REQUIRES pdflatex"
|
---|
| 2379 | fi
|
---|
| 2380 | fi
|
---|
| 2381 |
|
---|
| 2382 |
|
---|
| 2383 | for ac_prog in epstopdf
|
---|
| 2384 | do
|
---|
| 2385 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2386 | set dummy $ac_prog; ac_word=$2
|
---|
| 2387 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2388 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2389 | if test "${ac_cv_prog_EPSTOPDF+set}" = set; then
|
---|
| 2390 | $as_echo_n "(cached) " >&6
|
---|
| 2391 | else
|
---|
| 2392 | if test -n "$EPSTOPDF"; then
|
---|
| 2393 | ac_cv_prog_EPSTOPDF="$EPSTOPDF" # Let the user override the test.
|
---|
| 2394 | else
|
---|
| 2395 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2396 | for as_dir in $PATH
|
---|
| 2397 | do
|
---|
| 2398 | IFS=$as_save_IFS
|
---|
| 2399 | test -z "$as_dir" && as_dir=.
|
---|
| 2400 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2401 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2402 | ac_cv_prog_EPSTOPDF="$ac_prog"
|
---|
| 2403 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2404 | break 2
|
---|
| 2405 | fi
|
---|
| 2406 | done
|
---|
| 2407 | done
|
---|
| 2408 | IFS=$as_save_IFS
|
---|
| 2409 |
|
---|
| 2410 | fi
|
---|
| 2411 | fi
|
---|
| 2412 | EPSTOPDF=$ac_cv_prog_EPSTOPDF
|
---|
| 2413 | if test -n "$EPSTOPDF"; then
|
---|
| 2414 | { $as_echo "$as_me:$LINENO: result: $EPSTOPDF" >&5
|
---|
| 2415 | $as_echo "$EPSTOPDF" >&6; }
|
---|
| 2416 | else
|
---|
| 2417 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2418 | $as_echo "no" >&6; }
|
---|
| 2419 | fi
|
---|
| 2420 |
|
---|
| 2421 |
|
---|
| 2422 | test -n "$EPSTOPDF" && break
|
---|
| 2423 | done
|
---|
| 2424 |
|
---|
| 2425 | if test x"$EPSTOPDF" = x; then
|
---|
| 2426 | if test x"$PDF_REQUIRES" = x; then
|
---|
| 2427 | PDF_REQUIRES="epstopdf"
|
---|
| 2428 | else
|
---|
| 2429 | PDF_REQUIRES="$PDF_REQUIRES epstopdf"
|
---|
| 2430 | fi
|
---|
| 2431 | fi
|
---|
| 2432 |
|
---|
| 2433 |
|
---|
| 2434 | for ac_prog in thumbpdf
|
---|
| 2435 | do
|
---|
| 2436 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2437 | set dummy $ac_prog; ac_word=$2
|
---|
| 2438 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2439 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2440 | if test "${ac_cv_prog_THUMBPDF+set}" = set; then
|
---|
| 2441 | $as_echo_n "(cached) " >&6
|
---|
| 2442 | else
|
---|
| 2443 | if test -n "$THUMBPDF"; then
|
---|
| 2444 | ac_cv_prog_THUMBPDF="$THUMBPDF" # Let the user override the test.
|
---|
| 2445 | else
|
---|
| 2446 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2447 | for as_dir in $PATH
|
---|
| 2448 | do
|
---|
| 2449 | IFS=$as_save_IFS
|
---|
| 2450 | test -z "$as_dir" && as_dir=.
|
---|
| 2451 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2452 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2453 | ac_cv_prog_THUMBPDF="$ac_prog"
|
---|
| 2454 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2455 | break 2
|
---|
| 2456 | fi
|
---|
| 2457 | done
|
---|
| 2458 | done
|
---|
| 2459 | IFS=$as_save_IFS
|
---|
| 2460 |
|
---|
| 2461 | fi
|
---|
| 2462 | fi
|
---|
| 2463 | THUMBPDF=$ac_cv_prog_THUMBPDF
|
---|
| 2464 | if test -n "$THUMBPDF"; then
|
---|
| 2465 | { $as_echo "$as_me:$LINENO: result: $THUMBPDF" >&5
|
---|
| 2466 | $as_echo "$THUMBPDF" >&6; }
|
---|
| 2467 | else
|
---|
| 2468 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2469 | $as_echo "no" >&6; }
|
---|
| 2470 | fi
|
---|
| 2471 |
|
---|
| 2472 |
|
---|
| 2473 | test -n "$THUMBPDF" && break
|
---|
| 2474 | done
|
---|
| 2475 |
|
---|
| 2476 | if test x"$THUMBPDF" = x; then
|
---|
| 2477 | if test x"$PDF_REQUIRES" = x; then
|
---|
| 2478 | PDF_REQUIRES="thumbpdf"
|
---|
| 2479 | else
|
---|
| 2480 | PDF_REQUIRES="$PDF_REQUIRES thumbpdf"
|
---|
| 2481 | fi
|
---|
| 2482 | fi
|
---|
| 2483 |
|
---|
| 2484 |
|
---|
| 2485 | for ac_prog in pngtopnm
|
---|
| 2486 | do
|
---|
| 2487 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2488 | set dummy $ac_prog; ac_word=$2
|
---|
| 2489 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2490 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2491 | if test "${ac_cv_prog_PNGTOPNM+set}" = set; then
|
---|
| 2492 | $as_echo_n "(cached) " >&6
|
---|
| 2493 | else
|
---|
| 2494 | if test -n "$PNGTOPNM"; then
|
---|
| 2495 | ac_cv_prog_PNGTOPNM="$PNGTOPNM" # Let the user override the test.
|
---|
| 2496 | else
|
---|
| 2497 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2498 | for as_dir in $PATH
|
---|
| 2499 | do
|
---|
| 2500 | IFS=$as_save_IFS
|
---|
| 2501 | test -z "$as_dir" && as_dir=.
|
---|
| 2502 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2503 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2504 | ac_cv_prog_PNGTOPNM="$ac_prog"
|
---|
| 2505 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2506 | break 2
|
---|
| 2507 | fi
|
---|
| 2508 | done
|
---|
| 2509 | done
|
---|
| 2510 | IFS=$as_save_IFS
|
---|
| 2511 |
|
---|
| 2512 | fi
|
---|
| 2513 | fi
|
---|
| 2514 | PNGTOPNM=$ac_cv_prog_PNGTOPNM
|
---|
| 2515 | if test -n "$PNGTOPNM"; then
|
---|
| 2516 | { $as_echo "$as_me:$LINENO: result: $PNGTOPNM" >&5
|
---|
| 2517 | $as_echo "$PNGTOPNM" >&6; }
|
---|
| 2518 | else
|
---|
| 2519 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2520 | $as_echo "no" >&6; }
|
---|
| 2521 | fi
|
---|
| 2522 |
|
---|
| 2523 |
|
---|
| 2524 | test -n "$PNGTOPNM" && break
|
---|
| 2525 | done
|
---|
| 2526 |
|
---|
| 2527 | if test x"$PNGTOPNM" = x; then
|
---|
| 2528 | if test x"$PS_REQUIRES" = x; then
|
---|
| 2529 | PS_REQUIRES="pngtopnm"
|
---|
| 2530 | else
|
---|
| 2531 | PS_REQUIRES="$PS_REQUIRES pngtopnm"
|
---|
| 2532 | fi
|
---|
| 2533 | fi
|
---|
| 2534 |
|
---|
| 2535 |
|
---|
| 2536 | for ac_prog in pnmtops
|
---|
| 2537 | do
|
---|
| 2538 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2539 | set dummy $ac_prog; ac_word=$2
|
---|
| 2540 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2541 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2542 | if test "${ac_cv_prog_PNMTOPS+set}" = set; then
|
---|
| 2543 | $as_echo_n "(cached) " >&6
|
---|
| 2544 | else
|
---|
| 2545 | if test -n "$PNMTOPS"; then
|
---|
| 2546 | ac_cv_prog_PNMTOPS="$PNMTOPS" # Let the user override the test.
|
---|
| 2547 | else
|
---|
| 2548 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2549 | for as_dir in $PATH
|
---|
| 2550 | do
|
---|
| 2551 | IFS=$as_save_IFS
|
---|
| 2552 | test -z "$as_dir" && as_dir=.
|
---|
| 2553 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2554 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2555 | ac_cv_prog_PNMTOPS="$ac_prog"
|
---|
| 2556 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2557 | break 2
|
---|
| 2558 | fi
|
---|
| 2559 | done
|
---|
| 2560 | done
|
---|
| 2561 | IFS=$as_save_IFS
|
---|
| 2562 |
|
---|
| 2563 | fi
|
---|
| 2564 | fi
|
---|
| 2565 | PNMTOPS=$ac_cv_prog_PNMTOPS
|
---|
| 2566 | if test -n "$PNMTOPS"; then
|
---|
| 2567 | { $as_echo "$as_me:$LINENO: result: $PNMTOPS" >&5
|
---|
| 2568 | $as_echo "$PNMTOPS" >&6; }
|
---|
| 2569 | else
|
---|
| 2570 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2571 | $as_echo "no" >&6; }
|
---|
| 2572 | fi
|
---|
| 2573 |
|
---|
| 2574 |
|
---|
| 2575 | test -n "$PNMTOPS" && break
|
---|
| 2576 | done
|
---|
| 2577 |
|
---|
| 2578 | if test x"$PNMTOPS" = x; then
|
---|
| 2579 | if test x"$PS_REQUIRES" = x; then
|
---|
| 2580 | PS_REQUIRES="pnmtops"
|
---|
| 2581 | else
|
---|
| 2582 | PS_REQUIRES="$PS_REQUIRES pnmtops"
|
---|
| 2583 | fi
|
---|
| 2584 | fi
|
---|
| 2585 |
|
---|
| 2586 |
|
---|
| 2587 | for ac_prog in latex
|
---|
| 2588 | do
|
---|
| 2589 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2590 | set dummy $ac_prog; ac_word=$2
|
---|
| 2591 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2592 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2593 | if test "${ac_cv_prog_LATEX+set}" = set; then
|
---|
| 2594 | $as_echo_n "(cached) " >&6
|
---|
| 2595 | else
|
---|
| 2596 | if test -n "$LATEX"; then
|
---|
| 2597 | ac_cv_prog_LATEX="$LATEX" # Let the user override the test.
|
---|
| 2598 | else
|
---|
| 2599 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2600 | for as_dir in $PATH
|
---|
| 2601 | do
|
---|
| 2602 | IFS=$as_save_IFS
|
---|
| 2603 | test -z "$as_dir" && as_dir=.
|
---|
| 2604 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2605 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2606 | ac_cv_prog_LATEX="$ac_prog"
|
---|
| 2607 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2608 | break 2
|
---|
| 2609 | fi
|
---|
| 2610 | done
|
---|
| 2611 | done
|
---|
| 2612 | IFS=$as_save_IFS
|
---|
| 2613 |
|
---|
| 2614 | fi
|
---|
| 2615 | fi
|
---|
| 2616 | LATEX=$ac_cv_prog_LATEX
|
---|
| 2617 | if test -n "$LATEX"; then
|
---|
| 2618 | { $as_echo "$as_me:$LINENO: result: $LATEX" >&5
|
---|
| 2619 | $as_echo "$LATEX" >&6; }
|
---|
| 2620 | else
|
---|
| 2621 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2622 | $as_echo "no" >&6; }
|
---|
| 2623 | fi
|
---|
| 2624 |
|
---|
| 2625 |
|
---|
| 2626 | test -n "$LATEX" && break
|
---|
| 2627 | done
|
---|
| 2628 |
|
---|
| 2629 | if test x"$LATEX" = x; then
|
---|
| 2630 | if test x"$PS_REQUIRES" = x; then
|
---|
| 2631 | PS_REQUIRES="latex"
|
---|
| 2632 | else
|
---|
| 2633 | PS_REQUIRES="$PS_REQUIRES latex"
|
---|
| 2634 | fi
|
---|
| 2635 | fi
|
---|
| 2636 |
|
---|
| 2637 |
|
---|
| 2638 | for ac_prog in dvips
|
---|
| 2639 | do
|
---|
| 2640 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2641 | set dummy $ac_prog; ac_word=$2
|
---|
| 2642 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2643 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2644 | if test "${ac_cv_prog_DVIPS+set}" = set; then
|
---|
| 2645 | $as_echo_n "(cached) " >&6
|
---|
| 2646 | else
|
---|
| 2647 | if test -n "$DVIPS"; then
|
---|
| 2648 | ac_cv_prog_DVIPS="$DVIPS" # Let the user override the test.
|
---|
| 2649 | else
|
---|
| 2650 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2651 | for as_dir in $PATH
|
---|
| 2652 | do
|
---|
| 2653 | IFS=$as_save_IFS
|
---|
| 2654 | test -z "$as_dir" && as_dir=.
|
---|
| 2655 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2656 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2657 | ac_cv_prog_DVIPS="$ac_prog"
|
---|
| 2658 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2659 | break 2
|
---|
| 2660 | fi
|
---|
| 2661 | done
|
---|
| 2662 | done
|
---|
| 2663 | IFS=$as_save_IFS
|
---|
| 2664 |
|
---|
| 2665 | fi
|
---|
| 2666 | fi
|
---|
| 2667 | DVIPS=$ac_cv_prog_DVIPS
|
---|
| 2668 | if test -n "$DVIPS"; then
|
---|
| 2669 | { $as_echo "$as_me:$LINENO: result: $DVIPS" >&5
|
---|
| 2670 | $as_echo "$DVIPS" >&6; }
|
---|
| 2671 | else
|
---|
| 2672 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2673 | $as_echo "no" >&6; }
|
---|
| 2674 | fi
|
---|
| 2675 |
|
---|
| 2676 |
|
---|
| 2677 | test -n "$DVIPS" && break
|
---|
| 2678 | done
|
---|
| 2679 |
|
---|
| 2680 | if test x"$DVIPS" = x; then
|
---|
| 2681 | if test x"$PS_REQUIRES" = x; then
|
---|
| 2682 | PS_REQUIRES="dvips"
|
---|
| 2683 | else
|
---|
| 2684 | PS_REQUIRES="$PS_REQUIRES dvips"
|
---|
| 2685 | fi
|
---|
| 2686 | fi
|
---|
| 2687 |
|
---|
| 2688 |
|
---|
| 2689 | for ac_prog in plucker-build
|
---|
| 2690 | do
|
---|
| 2691 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2692 | set dummy $ac_prog; ac_word=$2
|
---|
| 2693 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2694 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2695 | if test "${ac_cv_prog_PLUCKERBUILD+set}" = set; then
|
---|
| 2696 | $as_echo_n "(cached) " >&6
|
---|
| 2697 | else
|
---|
| 2698 | if test -n "$PLUCKERBUILD"; then
|
---|
| 2699 | ac_cv_prog_PLUCKERBUILD="$PLUCKERBUILD" # Let the user override the test.
|
---|
| 2700 | else
|
---|
| 2701 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2702 | for as_dir in $PATH
|
---|
| 2703 | do
|
---|
| 2704 | IFS=$as_save_IFS
|
---|
| 2705 | test -z "$as_dir" && as_dir=.
|
---|
| 2706 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2707 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2708 | ac_cv_prog_PLUCKERBUILD="$ac_prog"
|
---|
| 2709 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2710 | break 2
|
---|
| 2711 | fi
|
---|
| 2712 | done
|
---|
| 2713 | done
|
---|
| 2714 | IFS=$as_save_IFS
|
---|
| 2715 |
|
---|
| 2716 | fi
|
---|
| 2717 | fi
|
---|
| 2718 | PLUCKERBUILD=$ac_cv_prog_PLUCKERBUILD
|
---|
| 2719 | if test -n "$PLUCKERBUILD"; then
|
---|
| 2720 | { $as_echo "$as_me:$LINENO: result: $PLUCKERBUILD" >&5
|
---|
| 2721 | $as_echo "$PLUCKERBUILD" >&6; }
|
---|
| 2722 | else
|
---|
| 2723 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2724 | $as_echo "no" >&6; }
|
---|
| 2725 | fi
|
---|
| 2726 |
|
---|
| 2727 |
|
---|
| 2728 | test -n "$PLUCKERBUILD" && break
|
---|
| 2729 | done
|
---|
| 2730 |
|
---|
| 2731 | if test x"$PLUCKERBUILD" = x; then
|
---|
| 2732 | if test x"$PLUCKER_REQUIRES" = x; then
|
---|
| 2733 | PLUCKER_REQUIRES="plucker-build"
|
---|
| 2734 | else
|
---|
| 2735 | PLUCKER_REQUIRES="$PLUCKER_REQUIRES plucker-build"
|
---|
| 2736 | fi
|
---|
| 2737 | fi
|
---|
| 2738 |
|
---|
| 2739 |
|
---|
| 2740 | for ac_prog in html2text
|
---|
| 2741 | do
|
---|
| 2742 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2743 | set dummy $ac_prog; ac_word=$2
|
---|
| 2744 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2745 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2746 | if test "${ac_cv_prog_HTML2TEXT+set}" = set; then
|
---|
| 2747 | $as_echo_n "(cached) " >&6
|
---|
| 2748 | else
|
---|
| 2749 | if test -n "$HTML2TEXT"; then
|
---|
| 2750 | ac_cv_prog_HTML2TEXT="$HTML2TEXT" # Let the user override the test.
|
---|
| 2751 | else
|
---|
| 2752 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2753 | for as_dir in $PATH
|
---|
| 2754 | do
|
---|
| 2755 | IFS=$as_save_IFS
|
---|
| 2756 | test -z "$as_dir" && as_dir=.
|
---|
| 2757 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2758 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2759 | ac_cv_prog_HTML2TEXT="$ac_prog"
|
---|
| 2760 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2761 | break 2
|
---|
| 2762 | fi
|
---|
| 2763 | done
|
---|
| 2764 | done
|
---|
| 2765 | IFS=$as_save_IFS
|
---|
| 2766 |
|
---|
| 2767 | fi
|
---|
| 2768 | fi
|
---|
| 2769 | HTML2TEXT=$ac_cv_prog_HTML2TEXT
|
---|
| 2770 | if test -n "$HTML2TEXT"; then
|
---|
| 2771 | { $as_echo "$as_me:$LINENO: result: $HTML2TEXT" >&5
|
---|
| 2772 | $as_echo "$HTML2TEXT" >&6; }
|
---|
| 2773 | else
|
---|
| 2774 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2775 | $as_echo "no" >&6; }
|
---|
| 2776 | fi
|
---|
| 2777 |
|
---|
| 2778 |
|
---|
| 2779 | test -n "$HTML2TEXT" && break
|
---|
| 2780 | done
|
---|
| 2781 |
|
---|
| 2782 | if test x"$HTML2TEXT" = x; then
|
---|
| 2783 | if test x"$TXT_REQUIRES" = x; then
|
---|
| 2784 | TXT_REQUIRES="html2text"
|
---|
| 2785 | else
|
---|
| 2786 | TXT_REQUIRES="$TXT_REQUIRES html2text"
|
---|
| 2787 | fi
|
---|
| 2788 | fi
|
---|
| 2789 |
|
---|
| 2790 |
|
---|
| 2791 | for ac_prog in perl
|
---|
| 2792 | do
|
---|
| 2793 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2794 | set dummy $ac_prog; ac_word=$2
|
---|
| 2795 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2796 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2797 | if test "${ac_cv_prog_PERL+set}" = set; then
|
---|
| 2798 | $as_echo_n "(cached) " >&6
|
---|
| 2799 | else
|
---|
| 2800 | if test -n "$PERL"; then
|
---|
| 2801 | ac_cv_prog_PERL="$PERL" # Let the user override the test.
|
---|
| 2802 | else
|
---|
| 2803 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2804 | for as_dir in $PATH
|
---|
| 2805 | do
|
---|
| 2806 | IFS=$as_save_IFS
|
---|
| 2807 | test -z "$as_dir" && as_dir=.
|
---|
| 2808 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2809 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2810 | ac_cv_prog_PERL="$ac_prog"
|
---|
| 2811 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2812 | break 2
|
---|
| 2813 | fi
|
---|
| 2814 | done
|
---|
| 2815 | done
|
---|
| 2816 | IFS=$as_save_IFS
|
---|
| 2817 |
|
---|
| 2818 | fi
|
---|
| 2819 | fi
|
---|
| 2820 | PERL=$ac_cv_prog_PERL
|
---|
| 2821 | if test -n "$PERL"; then
|
---|
| 2822 | { $as_echo "$as_me:$LINENO: result: $PERL" >&5
|
---|
| 2823 | $as_echo "$PERL" >&6; }
|
---|
| 2824 | else
|
---|
| 2825 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2826 | $as_echo "no" >&6; }
|
---|
| 2827 | fi
|
---|
| 2828 |
|
---|
| 2829 |
|
---|
| 2830 | test -n "$PERL" && break
|
---|
| 2831 | done
|
---|
| 2832 |
|
---|
| 2833 | if test x"$PERL" = x; then
|
---|
| 2834 | if test x"$UNDOCUMENTED_REQUIRES" = x; then
|
---|
| 2835 | UNDOCUMENTED_REQUIRES="perl"
|
---|
| 2836 | else
|
---|
| 2837 | UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES perl"
|
---|
| 2838 | fi
|
---|
| 2839 | fi
|
---|
| 2840 |
|
---|
| 2841 |
|
---|
| 2842 | for ac_prog in xmllint
|
---|
| 2843 | do
|
---|
| 2844 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2845 | set dummy $ac_prog; ac_word=$2
|
---|
| 2846 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2847 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2848 | if test "${ac_cv_prog_XMLLINT+set}" = set; then
|
---|
| 2849 | $as_echo_n "(cached) " >&6
|
---|
| 2850 | else
|
---|
| 2851 | if test -n "$XMLLINT"; then
|
---|
| 2852 | ac_cv_prog_XMLLINT="$XMLLINT" # Let the user override the test.
|
---|
| 2853 | else
|
---|
| 2854 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2855 | for as_dir in $PATH
|
---|
| 2856 | do
|
---|
| 2857 | IFS=$as_save_IFS
|
---|
| 2858 | test -z "$as_dir" && as_dir=.
|
---|
| 2859 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2860 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2861 | ac_cv_prog_XMLLINT="$ac_prog"
|
---|
| 2862 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2863 | break 2
|
---|
| 2864 | fi
|
---|
| 2865 | done
|
---|
| 2866 | done
|
---|
| 2867 | IFS=$as_save_IFS
|
---|
| 2868 |
|
---|
| 2869 | fi
|
---|
| 2870 | fi
|
---|
| 2871 | XMLLINT=$ac_cv_prog_XMLLINT
|
---|
| 2872 | if test -n "$XMLLINT"; then
|
---|
| 2873 | { $as_echo "$as_me:$LINENO: result: $XMLLINT" >&5
|
---|
| 2874 | $as_echo "$XMLLINT" >&6; }
|
---|
| 2875 | else
|
---|
| 2876 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2877 | $as_echo "no" >&6; }
|
---|
| 2878 | fi
|
---|
| 2879 |
|
---|
| 2880 |
|
---|
| 2881 | test -n "$XMLLINT" && break
|
---|
| 2882 | done
|
---|
| 2883 |
|
---|
| 2884 | if test x"$XMLLINT" = x; then
|
---|
| 2885 | if test x"$VALIDATE_REQUIRES" = x; then
|
---|
| 2886 | VALIDATE_REQUIRES="xmllint"
|
---|
| 2887 | else
|
---|
| 2888 | VALIDATE_REQUIRES="$VALIDATE_REQUIRES xmllint"
|
---|
| 2889 | fi
|
---|
| 2890 | fi
|
---|
| 2891 |
|
---|
| 2892 |
|
---|
| 2893 | for ac_prog in fop
|
---|
| 2894 | do
|
---|
| 2895 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2896 | set dummy $ac_prog; ac_word=$2
|
---|
| 2897 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2898 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2899 | if test "${ac_cv_prog_FOP+set}" = set; then
|
---|
| 2900 | $as_echo_n "(cached) " >&6
|
---|
| 2901 | else
|
---|
| 2902 | if test -n "$FOP"; then
|
---|
| 2903 | ac_cv_prog_FOP="$FOP" # Let the user override the test.
|
---|
| 2904 | else
|
---|
| 2905 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2906 | for as_dir in $PATH
|
---|
| 2907 | do
|
---|
| 2908 | IFS=$as_save_IFS
|
---|
| 2909 | test -z "$as_dir" && as_dir=.
|
---|
| 2910 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2911 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2912 | ac_cv_prog_FOP="$ac_prog"
|
---|
| 2913 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2914 | break 2
|
---|
| 2915 | fi
|
---|
| 2916 | done
|
---|
| 2917 | done
|
---|
| 2918 | IFS=$as_save_IFS
|
---|
| 2919 |
|
---|
| 2920 | fi
|
---|
| 2921 | fi
|
---|
| 2922 | FOP=$ac_cv_prog_FOP
|
---|
| 2923 | if test -n "$FOP"; then
|
---|
| 2924 | { $as_echo "$as_me:$LINENO: result: $FOP" >&5
|
---|
| 2925 | $as_echo "$FOP" >&6; }
|
---|
| 2926 | else
|
---|
| 2927 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2928 | $as_echo "no" >&6; }
|
---|
| 2929 | fi
|
---|
| 2930 |
|
---|
| 2931 |
|
---|
| 2932 | test -n "$FOP" && break
|
---|
| 2933 | done
|
---|
| 2934 |
|
---|
| 2935 | if test x"$FOP" = x; then
|
---|
| 2936 | if test x"$FOPDF_REQUIRES" = x; then
|
---|
| 2937 | FOPDF_REQUIRES="fop"
|
---|
| 2938 | else
|
---|
| 2939 | FOPDF_REQUIRES="$FOPDF_REQUIRES fop"
|
---|
| 2940 | fi
|
---|
| 2941 | fi
|
---|
| 2942 |
|
---|
| 2943 |
|
---|
| 2944 | for ac_prog in docbook2x-texi
|
---|
| 2945 | do
|
---|
| 2946 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2947 | set dummy $ac_prog; ac_word=$2
|
---|
| 2948 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 2949 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 2950 | if test "${ac_cv_prog_DB2TEXI+set}" = set; then
|
---|
| 2951 | $as_echo_n "(cached) " >&6
|
---|
| 2952 | else
|
---|
| 2953 | if test -n "$DB2TEXI"; then
|
---|
| 2954 | ac_cv_prog_DB2TEXI="$DB2TEXI" # Let the user override the test.
|
---|
| 2955 | else
|
---|
| 2956 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 2957 | for as_dir in $PATH
|
---|
| 2958 | do
|
---|
| 2959 | IFS=$as_save_IFS
|
---|
| 2960 | test -z "$as_dir" && as_dir=.
|
---|
| 2961 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 2962 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 2963 | ac_cv_prog_DB2TEXI="$ac_prog"
|
---|
| 2964 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 2965 | break 2
|
---|
| 2966 | fi
|
---|
| 2967 | done
|
---|
| 2968 | done
|
---|
| 2969 | IFS=$as_save_IFS
|
---|
| 2970 |
|
---|
| 2971 | fi
|
---|
| 2972 | fi
|
---|
| 2973 | DB2TEXI=$ac_cv_prog_DB2TEXI
|
---|
| 2974 | if test -n "$DB2TEXI"; then
|
---|
| 2975 | { $as_echo "$as_me:$LINENO: result: $DB2TEXI" >&5
|
---|
| 2976 | $as_echo "$DB2TEXI" >&6; }
|
---|
| 2977 | else
|
---|
| 2978 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 2979 | $as_echo "no" >&6; }
|
---|
| 2980 | fi
|
---|
| 2981 |
|
---|
| 2982 |
|
---|
| 2983 | test -n "$DB2TEXI" && break
|
---|
| 2984 | done
|
---|
| 2985 |
|
---|
| 2986 | if test x"$DB2TEXI" = x; then
|
---|
| 2987 | if test x"$TEXI_REQUIRES" = x; then
|
---|
| 2988 | TEXI_REQUIRES="docbook2x-texi"
|
---|
| 2989 | else
|
---|
| 2990 | TEXI_REQUIRES="$TEXI_REQUIRES docbook2x-texi"
|
---|
| 2991 | fi
|
---|
| 2992 | fi
|
---|
| 2993 |
|
---|
| 2994 |
|
---|
| 2995 | for ac_prog in makeinfo
|
---|
| 2996 | do
|
---|
| 2997 | # Extract the first word of "$ac_prog", so it can be a program name with args.
|
---|
| 2998 | set dummy $ac_prog; ac_word=$2
|
---|
| 2999 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
|
---|
| 3000 | $as_echo_n "checking for $ac_word... " >&6; }
|
---|
| 3001 | if test "${ac_cv_prog_MAKEINFO+set}" = set; then
|
---|
| 3002 | $as_echo_n "(cached) " >&6
|
---|
| 3003 | else
|
---|
| 3004 | if test -n "$MAKEINFO"; then
|
---|
| 3005 | ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
|
---|
| 3006 | else
|
---|
| 3007 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 3008 | for as_dir in $PATH
|
---|
| 3009 | do
|
---|
| 3010 | IFS=$as_save_IFS
|
---|
| 3011 | test -z "$as_dir" && as_dir=.
|
---|
| 3012 | for ac_exec_ext in '' $ac_executable_extensions; do
|
---|
| 3013 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
---|
| 3014 | ac_cv_prog_MAKEINFO="$ac_prog"
|
---|
| 3015 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
---|
| 3016 | break 2
|
---|
| 3017 | fi
|
---|
| 3018 | done
|
---|
| 3019 | done
|
---|
| 3020 | IFS=$as_save_IFS
|
---|
| 3021 |
|
---|
| 3022 | fi
|
---|
| 3023 | fi
|
---|
| 3024 | MAKEINFO=$ac_cv_prog_MAKEINFO
|
---|
| 3025 | if test -n "$MAKEINFO"; then
|
---|
| 3026 | { $as_echo "$as_me:$LINENO: result: $MAKEINFO" >&5
|
---|
| 3027 | $as_echo "$MAKEINFO" >&6; }
|
---|
| 3028 | else
|
---|
| 3029 | { $as_echo "$as_me:$LINENO: result: no" >&5
|
---|
| 3030 | $as_echo "no" >&6; }
|
---|
| 3031 | fi
|
---|
| 3032 |
|
---|
| 3033 |
|
---|
| 3034 | test -n "$MAKEINFO" && break
|
---|
| 3035 | done
|
---|
| 3036 |
|
---|
| 3037 | if test x"$MAKEINFO" = x; then
|
---|
| 3038 | if test x"$TEXIINFO_REQUIRES" = x; then
|
---|
| 3039 | TEXIINFO_REQUIRES="makeinfo"
|
---|
| 3040 | else
|
---|
| 3041 | TEXIINFO_REQUIRES="$TEXIINFO_REQUIRES makeinfo"
|
---|
| 3042 | fi
|
---|
| 3043 | fi
|
---|
| 3044 |
|
---|
| 3045 |
|
---|
| 3046 | { $as_echo "$as_me:$LINENO: checking for param/loadparm.c" >&5
|
---|
| 3047 | $as_echo_n "checking for param/loadparm.c... " >&6; }
|
---|
| 3048 |
|
---|
| 3049 | for I in $SPECIFIED_SOURCEDIR $SPECIFIED_SOURCEDIR/source ..;
|
---|
| 3050 | do
|
---|
| 3051 | test -f "$I/param/loadparm.c" && SAMBASOURCEDIR="$I"
|
---|
| 3052 | done
|
---|
| 3053 |
|
---|
| 3054 | if test x$SAMBASOURCEDIR = x; then
|
---|
| 3055 | if test x"$UNDOCUMENTED_REQUIRES" = x; then
|
---|
| 3056 | UNDOCUMENTED_REQUIRES="SAMBASOURCEDIR"
|
---|
| 3057 | else
|
---|
| 3058 | UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES SAMBASOURCEDIR"
|
---|
| 3059 | fi
|
---|
| 3060 | { $as_echo "$as_me:$LINENO: result: not found" >&5
|
---|
| 3061 | $as_echo "not found" >&6; }
|
---|
| 3062 | else
|
---|
| 3063 | { $as_echo "$as_me:$LINENO: result: found in $SAMBASOURCEDIR" >&5
|
---|
| 3064 | $as_echo "found in $SAMBASOURCEDIR" >&6; }
|
---|
| 3065 | fi
|
---|
| 3066 |
|
---|
| 3067 |
|
---|
| 3068 | { $as_echo "$as_me:$LINENO: result: " >&5
|
---|
| 3069 | $as_echo "" >&6; }
|
---|
| 3070 | { $as_echo "$as_me:$LINENO: result: Summary:" >&5
|
---|
| 3071 | $as_echo "Summary:" >&6; }
|
---|
| 3072 | { $as_echo "$as_me:$LINENO: result: --------------" >&5
|
---|
| 3073 | $as_echo "--------------" >&6; }
|
---|
| 3074 |
|
---|
| 3075 |
|
---|
| 3076 | if test "x$ALL_REQUIRES" = x; then
|
---|
| 3077 | ALL_REQUIRES="$_REQUIRES"
|
---|
| 3078 | else
|
---|
| 3079 | ALL_REQUIRES="$ALL_REQUIRES $_REQUIRES"
|
---|
| 3080 | fi
|
---|
| 3081 |
|
---|
| 3082 | if test x"$ALL_REQUIRES" = x; then
|
---|
| 3083 | TARGETS="$TARGETS "
|
---|
| 3084 | else
|
---|
| 3085 | { $as_echo "$as_me:$LINENO: result: Building the base requirements requires : $ALL_REQUIRES" >&5
|
---|
| 3086 | $as_echo "Building the base requirements requires : $ALL_REQUIRES" >&6; }
|
---|
| 3087 | fi
|
---|
| 3088 |
|
---|
| 3089 |
|
---|
| 3090 | if test "x$LATEX_REQUIRES" = x; then
|
---|
| 3091 | LATEX_REQUIRES="$ALL_REQUIRES"
|
---|
| 3092 | else
|
---|
| 3093 | LATEX_REQUIRES="$LATEX_REQUIRES $ALL_REQUIRES"
|
---|
| 3094 | fi
|
---|
| 3095 |
|
---|
| 3096 | if test x"$LATEX_REQUIRES" = x; then
|
---|
| 3097 | TARGETS="$TARGETS tex"
|
---|
| 3098 | else
|
---|
| 3099 | { $as_echo "$as_me:$LINENO: result: Building the LaTeX versions requires : $LATEX_REQUIRES" >&5
|
---|
| 3100 | $as_echo "Building the LaTeX versions requires : $LATEX_REQUIRES" >&6; }
|
---|
| 3101 | fi
|
---|
| 3102 |
|
---|
| 3103 |
|
---|
| 3104 | if test "x$PDF_REQUIRES" = x; then
|
---|
| 3105 | PDF_REQUIRES="$LATEX_REQUIRES"
|
---|
| 3106 | else
|
---|
| 3107 | PDF_REQUIRES="$PDF_REQUIRES $LATEX_REQUIRES"
|
---|
| 3108 | fi
|
---|
| 3109 |
|
---|
| 3110 | if test x"$PDF_REQUIRES" = x; then
|
---|
| 3111 | TARGETS="$TARGETS pdf"
|
---|
| 3112 | else
|
---|
| 3113 | { $as_echo "$as_me:$LINENO: result: Building the PDF versions requires : $PDF_REQUIRES" >&5
|
---|
| 3114 | $as_echo "Building the PDF versions requires : $PDF_REQUIRES" >&6; }
|
---|
| 3115 | fi
|
---|
| 3116 |
|
---|
| 3117 |
|
---|
| 3118 | if test "x$PS_REQUIRES" = x; then
|
---|
| 3119 | PS_REQUIRES="$LATEX_REQUIRES"
|
---|
| 3120 | else
|
---|
| 3121 | PS_REQUIRES="$PS_REQUIRES $LATEX_REQUIRES"
|
---|
| 3122 | fi
|
---|
| 3123 |
|
---|
| 3124 | if test x"$PS_REQUIRES" = x; then
|
---|
| 3125 | TARGETS="$TARGETS ps"
|
---|
| 3126 | else
|
---|
| 3127 | { $as_echo "$as_me:$LINENO: result: Building the PostScript versions requires : $PS_REQUIRES" >&5
|
---|
| 3128 | $as_echo "Building the PostScript versions requires : $PS_REQUIRES" >&6; }
|
---|
| 3129 | fi
|
---|
| 3130 |
|
---|
| 3131 |
|
---|
| 3132 | if test "x$HTML_REQUIRES" = x; then
|
---|
| 3133 | HTML_REQUIRES="$ALL_REQUIRES"
|
---|
| 3134 | else
|
---|
| 3135 | HTML_REQUIRES="$HTML_REQUIRES $ALL_REQUIRES"
|
---|
| 3136 | fi
|
---|
| 3137 |
|
---|
| 3138 | if test x"$HTML_REQUIRES" = x; then
|
---|
| 3139 | TARGETS="$TARGETS html"
|
---|
| 3140 | else
|
---|
| 3141 | { $as_echo "$as_me:$LINENO: result: Building the HTML versions requires : $HTML_REQUIRES" >&5
|
---|
| 3142 | $as_echo "Building the HTML versions requires : $HTML_REQUIRES" >&6; }
|
---|
| 3143 | fi
|
---|
| 3144 |
|
---|
| 3145 |
|
---|
| 3146 | if test "x$HTMLHELP_REQUIRES" = x; then
|
---|
| 3147 | HTMLHELP_REQUIRES="$ALL_REQUIRES"
|
---|
| 3148 | else
|
---|
| 3149 | HTMLHELP_REQUIRES="$HTMLHELP_REQUIRES $ALL_REQUIRES"
|
---|
| 3150 | fi
|
---|
| 3151 |
|
---|
| 3152 | if test x"$HTMLHELP_REQUIRES" = x; then
|
---|
| 3153 | TARGETS="$TARGETS htmlhelp"
|
---|
| 3154 | else
|
---|
| 3155 | { $as_echo "$as_me:$LINENO: result: Building the HTML Help versions requires : $HTMLHELP_REQUIRES" >&5
|
---|
| 3156 | $as_echo "Building the HTML Help versions requires : $HTMLHELP_REQUIRES" >&6; }
|
---|
| 3157 | fi
|
---|
| 3158 |
|
---|
| 3159 |
|
---|
| 3160 | if test "x$HTMLMAN_REQUIRES" = x; then
|
---|
| 3161 | HTMLMAN_REQUIRES="$ALL_REQUIRES"
|
---|
| 3162 | else
|
---|
| 3163 | HTMLMAN_REQUIRES="$HTMLMAN_REQUIRES $ALL_REQUIRES"
|
---|
| 3164 | fi
|
---|
| 3165 |
|
---|
| 3166 | if test x"$HTMLMAN_REQUIRES" = x; then
|
---|
| 3167 | TARGETS="$TARGETS htmlman3"
|
---|
| 3168 | else
|
---|
| 3169 | { $as_echo "$as_me:$LINENO: result: Building the HTML versions of the manpages requires : $HTMLMAN_REQUIRES" >&5
|
---|
| 3170 | $as_echo "Building the HTML versions of the manpages requires : $HTMLMAN_REQUIRES" >&6; }
|
---|
| 3171 | fi
|
---|
| 3172 |
|
---|
| 3173 |
|
---|
| 3174 | if test "x$MANPAGES_REQUIRES" = x; then
|
---|
| 3175 | MANPAGES_REQUIRES="$ALL_REQUIRES"
|
---|
| 3176 | else
|
---|
| 3177 | MANPAGES_REQUIRES="$MANPAGES_REQUIRES $ALL_REQUIRES"
|
---|
| 3178 | fi
|
---|
| 3179 |
|
---|
| 3180 | if test x"$MANPAGES_REQUIRES" = x; then
|
---|
| 3181 | TARGETS="$TARGETS manpages3"
|
---|
| 3182 | else
|
---|
| 3183 | { $as_echo "$as_me:$LINENO: result: Building the manpages requires : $MANPAGES_REQUIRES" >&5
|
---|
| 3184 | $as_echo "Building the manpages requires : $MANPAGES_REQUIRES" >&6; }
|
---|
| 3185 | fi
|
---|
| 3186 |
|
---|
| 3187 |
|
---|
| 3188 | if test "x$PEARSON_REQUIRES" = x; then
|
---|
| 3189 | PEARSON_REQUIRES="$ALL_REQUIRES"
|
---|
| 3190 | else
|
---|
| 3191 | PEARSON_REQUIRES="$PEARSON_REQUIRES $ALL_REQUIRES"
|
---|
| 3192 | fi
|
---|
| 3193 |
|
---|
| 3194 | if test x"$PEARSON_REQUIRES" = x; then
|
---|
| 3195 | TARGETS="$TARGETS pearson"
|
---|
| 3196 | else
|
---|
| 3197 | { $as_echo "$as_me:$LINENO: result: Building the pearson-compatible XML requires : $PEARSON_REQUIRES" >&5
|
---|
| 3198 | $as_echo "Building the pearson-compatible XML requires : $PEARSON_REQUIRES" >&6; }
|
---|
| 3199 | fi
|
---|
| 3200 |
|
---|
| 3201 |
|
---|
| 3202 | if test "x$PLUCKER_REQUIRES" = x; then
|
---|
| 3203 | PLUCKER_REQUIRES="$HTML_REQUIRES"
|
---|
| 3204 | else
|
---|
| 3205 | PLUCKER_REQUIRES="$PLUCKER_REQUIRES $HTML_REQUIRES"
|
---|
| 3206 | fi
|
---|
| 3207 |
|
---|
| 3208 | if test x"$PLUCKER_REQUIRES" = x; then
|
---|
| 3209 | TARGETS="$TARGETS plucker"
|
---|
| 3210 | else
|
---|
| 3211 | { $as_echo "$as_me:$LINENO: result: Building the plucker versions requires : $PLUCKER_REQUIRES" >&5
|
---|
| 3212 | $as_echo "Building the plucker versions requires : $PLUCKER_REQUIRES" >&6; }
|
---|
| 3213 | fi
|
---|
| 3214 |
|
---|
| 3215 |
|
---|
| 3216 | if test "x$VALIDATE_REQUIRES" = x; then
|
---|
| 3217 | VALIDATE_REQUIRES="$ALL_REQUIRES"
|
---|
| 3218 | else
|
---|
| 3219 | VALIDATE_REQUIRES="$VALIDATE_REQUIRES $ALL_REQUIRES"
|
---|
| 3220 | fi
|
---|
| 3221 |
|
---|
| 3222 | if test x"$VALIDATE_REQUIRES" = x; then
|
---|
| 3223 | TARGETS="$TARGETS "
|
---|
| 3224 | else
|
---|
| 3225 | { $as_echo "$as_me:$LINENO: result: Building the validating docbook output requires : $VALIDATE_REQUIRES" >&5
|
---|
| 3226 | $as_echo "Building the validating docbook output requires : $VALIDATE_REQUIRES" >&6; }
|
---|
| 3227 | fi
|
---|
| 3228 |
|
---|
| 3229 |
|
---|
| 3230 | if test "x$FOPDF_REQUIRES" = x; then
|
---|
| 3231 | FOPDF_REQUIRES="$ALL_REQUIRES"
|
---|
| 3232 | else
|
---|
| 3233 | FOPDF_REQUIRES="$FOPDF_REQUIRES $ALL_REQUIRES"
|
---|
| 3234 | fi
|
---|
| 3235 |
|
---|
| 3236 | if test x"$FOPDF_REQUIRES" = x; then
|
---|
| 3237 | TARGETS="$TARGETS fo-pdf"
|
---|
| 3238 | else
|
---|
| 3239 | { $as_echo "$as_me:$LINENO: result: Building the PDF versions thru FO requires : $FOPDF_REQUIRES" >&5
|
---|
| 3240 | $as_echo "Building the PDF versions thru FO requires : $FOPDF_REQUIRES" >&6; }
|
---|
| 3241 | fi
|
---|
| 3242 |
|
---|
| 3243 |
|
---|
| 3244 | if test "x$TEXI_REQUIRES" = x; then
|
---|
| 3245 | TEXI_REQUIRES="$ALL_REQUIRES"
|
---|
| 3246 | else
|
---|
| 3247 | TEXI_REQUIRES="$TEXI_REQUIRES $ALL_REQUIRES"
|
---|
| 3248 | fi
|
---|
| 3249 |
|
---|
| 3250 | if test x"$TEXI_REQUIRES" = x; then
|
---|
| 3251 | TARGETS="$TARGETS texi"
|
---|
| 3252 | else
|
---|
| 3253 | { $as_echo "$as_me:$LINENO: result: Building the TexInfo versions requires : $TEXI_REQUIRES" >&5
|
---|
| 3254 | $as_echo "Building the TexInfo versions requires : $TEXI_REQUIRES" >&6; }
|
---|
| 3255 | fi
|
---|
| 3256 |
|
---|
| 3257 |
|
---|
| 3258 | if test "x$TEXIINFO_REQUIRES" = x; then
|
---|
| 3259 | TEXIINFO_REQUIRES="$ALL_REQUIRES"
|
---|
| 3260 | else
|
---|
| 3261 | TEXIINFO_REQUIRES="$TEXIINFO_REQUIRES $ALL_REQUIRES"
|
---|
| 3262 | fi
|
---|
| 3263 |
|
---|
| 3264 | if test x"$TEXIINFO_REQUIRES" = x; then
|
---|
| 3265 | TARGETS="$TARGETS texiinfo"
|
---|
| 3266 | else
|
---|
| 3267 | { $as_echo "$as_me:$LINENO: result: Building the TexInfo Info versions requires : $TEXIINFO_REQUIRES" >&5
|
---|
| 3268 | $as_echo "Building the TexInfo Info versions requires : $TEXIINFO_REQUIRES" >&6; }
|
---|
| 3269 | fi
|
---|
| 3270 |
|
---|
| 3271 |
|
---|
| 3272 | if test "x$UNDOCUMENTED_REQUIRES" = x; then
|
---|
| 3273 | UNDOCUMENTED_REQUIRES="$MANPAGES_REQUIRES"
|
---|
| 3274 | else
|
---|
| 3275 | UNDOCUMENTED_REQUIRES="$UNDOCUMENTED_REQUIRES $MANPAGES_REQUIRES"
|
---|
| 3276 | fi
|
---|
| 3277 |
|
---|
| 3278 | if test x"$UNDOCUMENTED_REQUIRES" = x; then
|
---|
| 3279 | TARGETS="$TARGETS undocumented"
|
---|
| 3280 | else
|
---|
| 3281 | { $as_echo "$as_me:$LINENO: result: Building the list of undocumented options requires : $UNDOCUMENTED_REQUIRES" >&5
|
---|
| 3282 | $as_echo "Building the list of undocumented options requires : $UNDOCUMENTED_REQUIRES" >&6; }
|
---|
| 3283 | fi
|
---|
| 3284 |
|
---|
| 3285 |
|
---|
| 3286 | if test "x$TXT_REQUIRES" = x; then
|
---|
| 3287 | TXT_REQUIRES="$HTML_REQUIRES"
|
---|
| 3288 | else
|
---|
| 3289 | TXT_REQUIRES="$TXT_REQUIRES $HTML_REQUIRES"
|
---|
| 3290 | fi
|
---|
| 3291 |
|
---|
| 3292 | if test x"$TXT_REQUIRES" = x; then
|
---|
| 3293 | TARGETS="$TARGETS txt"
|
---|
| 3294 | else
|
---|
| 3295 | { $as_echo "$as_me:$LINENO: result: Building the text versions requires : $TXT_REQUIRES" >&5
|
---|
| 3296 | $as_echo "Building the text versions requires : $TXT_REQUIRES" >&6; }
|
---|
| 3297 | fi
|
---|
| 3298 |
|
---|
| 3299 |
|
---|
| 3300 | if test x"$TARGETS" = x; then
|
---|
| 3301 | { { $as_echo "$as_me:$LINENO: error: You won't be able to build any of the docs" >&5
|
---|
| 3302 | $as_echo "$as_me: error: You won't be able to build any of the docs" >&2;}
|
---|
| 3303 | { (exit 1); exit 1; }; }
|
---|
| 3304 | else
|
---|
| 3305 | { $as_echo "$as_me:$LINENO: result: You will be able to build: $TARGETS" >&5
|
---|
| 3306 | $as_echo "You will be able to build: $TARGETS" >&6; }
|
---|
| 3307 | fi
|
---|
| 3308 |
|
---|
| 3309 |
|
---|
| 3310 |
|
---|
| 3311 | ac_config_files="$ac_config_files Makefile.settings build/catalog.xml"
|
---|
| 3312 |
|
---|
| 3313 | cat >confcache <<\_ACEOF
|
---|
| 3314 | # This file is a shell script that caches the results of configure
|
---|
| 3315 | # tests run on this system so they can be shared between configure
|
---|
| 3316 | # scripts and configure runs, see configure's option --config-cache.
|
---|
| 3317 | # It is not useful on other systems. If it contains results you don't
|
---|
| 3318 | # want to keep, you may remove or edit it.
|
---|
| 3319 | #
|
---|
| 3320 | # config.status only pays attention to the cache file if you give it
|
---|
| 3321 | # the --recheck option to rerun configure.
|
---|
| 3322 | #
|
---|
| 3323 | # `ac_cv_env_foo' variables (set or unset) will be overridden when
|
---|
| 3324 | # loading this file, other *unset* `ac_cv_foo' will be assigned the
|
---|
| 3325 | # following values.
|
---|
| 3326 |
|
---|
| 3327 | _ACEOF
|
---|
| 3328 |
|
---|
| 3329 | # The following way of writing the cache mishandles newlines in values,
|
---|
| 3330 | # but we know of no workaround that is simple, portable, and efficient.
|
---|
| 3331 | # So, we kill variables containing newlines.
|
---|
| 3332 | # Ultrix sh set writes to stderr and can't be redirected directly,
|
---|
| 3333 | # and sets the high bit in the cache file unless we assign to the vars.
|
---|
| 3334 | (
|
---|
| 3335 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
|
---|
| 3336 | eval ac_val=\$$ac_var
|
---|
| 3337 | case $ac_val in #(
|
---|
| 3338 | *${as_nl}*)
|
---|
| 3339 | case $ac_var in #(
|
---|
| 3340 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
|
---|
| 3341 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
---|
| 3342 | esac
|
---|
| 3343 | case $ac_var in #(
|
---|
| 3344 | _ | IFS | as_nl) ;; #(
|
---|
| 3345 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
|
---|
| 3346 | *) $as_unset $ac_var ;;
|
---|
| 3347 | esac ;;
|
---|
| 3348 | esac
|
---|
| 3349 | done
|
---|
| 3350 |
|
---|
| 3351 | (set) 2>&1 |
|
---|
| 3352 | case $as_nl`(ac_space=' '; set) 2>&1` in #(
|
---|
| 3353 | *${as_nl}ac_space=\ *)
|
---|
| 3354 | # `set' does not quote correctly, so add quotes (double-quote
|
---|
| 3355 | # substitution turns \\\\ into \\, and sed turns \\ into \).
|
---|
| 3356 | sed -n \
|
---|
| 3357 | "s/'/'\\\\''/g;
|
---|
| 3358 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
---|
| 3359 | ;; #(
|
---|
| 3360 | *)
|
---|
| 3361 | # `set' quotes correctly as required by POSIX, so do not add quotes.
|
---|
| 3362 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
---|
| 3363 | ;;
|
---|
| 3364 | esac |
|
---|
| 3365 | sort
|
---|
| 3366 | ) |
|
---|
| 3367 | sed '
|
---|
| 3368 | /^ac_cv_env_/b end
|
---|
| 3369 | t clear
|
---|
| 3370 | :clear
|
---|
| 3371 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
---|
| 3372 | t end
|
---|
| 3373 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
---|
| 3374 | :end' >>confcache
|
---|
| 3375 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
|
---|
| 3376 | if test -w "$cache_file"; then
|
---|
| 3377 | test "x$cache_file" != "x/dev/null" &&
|
---|
| 3378 | { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
|
---|
| 3379 | $as_echo "$as_me: updating cache $cache_file" >&6;}
|
---|
| 3380 | cat confcache >$cache_file
|
---|
| 3381 | else
|
---|
| 3382 | { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
|
---|
| 3383 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
|
---|
| 3384 | fi
|
---|
| 3385 | fi
|
---|
| 3386 | rm -f confcache
|
---|
| 3387 |
|
---|
| 3388 | test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
---|
| 3389 | # Let make expand exec_prefix.
|
---|
| 3390 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
---|
| 3391 |
|
---|
| 3392 | # Transform confdefs.h into DEFS.
|
---|
| 3393 | # Protect against shell expansion while executing Makefile rules.
|
---|
| 3394 | # Protect against Makefile macro expansion.
|
---|
| 3395 | #
|
---|
| 3396 | # If the first sed substitution is executed (which looks for macros that
|
---|
| 3397 | # take arguments), then branch to the quote section. Otherwise,
|
---|
| 3398 | # look for a macro that doesn't take arguments.
|
---|
| 3399 | ac_script='
|
---|
| 3400 | :mline
|
---|
| 3401 | /\\$/{
|
---|
| 3402 | N
|
---|
| 3403 | s,\\\n,,
|
---|
| 3404 | b mline
|
---|
| 3405 | }
|
---|
| 3406 | t clear
|
---|
| 3407 | :clear
|
---|
| 3408 | s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
|
---|
| 3409 | t quote
|
---|
| 3410 | s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
|
---|
| 3411 | t quote
|
---|
| 3412 | b any
|
---|
| 3413 | :quote
|
---|
| 3414 | s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
|
---|
| 3415 | s/\[/\\&/g
|
---|
| 3416 | s/\]/\\&/g
|
---|
| 3417 | s/\$/$$/g
|
---|
| 3418 | H
|
---|
| 3419 | :any
|
---|
| 3420 | ${
|
---|
| 3421 | g
|
---|
| 3422 | s/^\n//
|
---|
| 3423 | s/\n/ /g
|
---|
| 3424 | p
|
---|
| 3425 | }
|
---|
| 3426 | '
|
---|
| 3427 | DEFS=`sed -n "$ac_script" confdefs.h`
|
---|
| 3428 |
|
---|
| 3429 |
|
---|
| 3430 | ac_libobjs=
|
---|
| 3431 | ac_ltlibobjs=
|
---|
| 3432 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
---|
| 3433 | # 1. Remove the extension, and $U if already installed.
|
---|
| 3434 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
|
---|
| 3435 | ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
|
---|
| 3436 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
|
---|
| 3437 | # will be set to the directory where LIBOBJS objects are built.
|
---|
| 3438 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
|
---|
| 3439 | ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
|
---|
| 3440 | done
|
---|
| 3441 | LIBOBJS=$ac_libobjs
|
---|
| 3442 |
|
---|
| 3443 | LTLIBOBJS=$ac_ltlibobjs
|
---|
| 3444 |
|
---|
| 3445 |
|
---|
| 3446 |
|
---|
| 3447 | : ${CONFIG_STATUS=./config.status}
|
---|
| 3448 | ac_write_fail=0
|
---|
| 3449 | ac_clean_files_save=$ac_clean_files
|
---|
| 3450 | ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
---|
| 3451 | { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
|
---|
| 3452 | $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
---|
| 3453 | cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 3454 | #! $SHELL
|
---|
| 3455 | # Generated by $as_me.
|
---|
| 3456 | # Run this file to recreate the current configuration.
|
---|
| 3457 | # Compiler output produced by configure, useful for debugging
|
---|
| 3458 | # configure, is in config.log if it exists.
|
---|
| 3459 |
|
---|
| 3460 | debug=false
|
---|
| 3461 | ac_cs_recheck=false
|
---|
| 3462 | ac_cs_silent=false
|
---|
| 3463 | SHELL=\${CONFIG_SHELL-$SHELL}
|
---|
| 3464 | _ACEOF
|
---|
| 3465 |
|
---|
| 3466 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 3467 | ## --------------------- ##
|
---|
| 3468 | ## M4sh Initialization. ##
|
---|
| 3469 | ## --------------------- ##
|
---|
| 3470 |
|
---|
| 3471 | # Be more Bourne compatible
|
---|
| 3472 | DUALCASE=1; export DUALCASE # for MKS sh
|
---|
| 3473 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
---|
| 3474 | emulate sh
|
---|
| 3475 | NULLCMD=:
|
---|
| 3476 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
---|
| 3477 | # is contrary to our usage. Disable this feature.
|
---|
| 3478 | alias -g '${1+"$@"}'='"$@"'
|
---|
| 3479 | setopt NO_GLOB_SUBST
|
---|
| 3480 | else
|
---|
| 3481 | case `(set -o) 2>/dev/null` in
|
---|
| 3482 | *posix*) set -o posix ;;
|
---|
| 3483 | esac
|
---|
| 3484 |
|
---|
| 3485 | fi
|
---|
| 3486 |
|
---|
| 3487 |
|
---|
| 3488 |
|
---|
| 3489 |
|
---|
| 3490 | # PATH needs CR
|
---|
| 3491 | # Avoid depending upon Character Ranges.
|
---|
| 3492 | as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
---|
| 3493 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
---|
| 3494 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
---|
| 3495 | as_cr_digits='0123456789'
|
---|
| 3496 | as_cr_alnum=$as_cr_Letters$as_cr_digits
|
---|
| 3497 |
|
---|
| 3498 | as_nl='
|
---|
| 3499 | '
|
---|
| 3500 | export as_nl
|
---|
| 3501 | # Printing a long string crashes Solaris 7 /usr/bin/printf.
|
---|
| 3502 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
---|
| 3503 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
| 3504 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
| 3505 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
|
---|
| 3506 | as_echo='printf %s\n'
|
---|
| 3507 | as_echo_n='printf %s'
|
---|
| 3508 | else
|
---|
| 3509 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
|
---|
| 3510 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
|
---|
| 3511 | as_echo_n='/usr/ucb/echo -n'
|
---|
| 3512 | else
|
---|
| 3513 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
|
---|
| 3514 | as_echo_n_body='eval
|
---|
| 3515 | arg=$1;
|
---|
| 3516 | case $arg in
|
---|
| 3517 | *"$as_nl"*)
|
---|
| 3518 | expr "X$arg" : "X\\(.*\\)$as_nl";
|
---|
| 3519 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
|
---|
| 3520 | esac;
|
---|
| 3521 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
|
---|
| 3522 | '
|
---|
| 3523 | export as_echo_n_body
|
---|
| 3524 | as_echo_n='sh -c $as_echo_n_body as_echo'
|
---|
| 3525 | fi
|
---|
| 3526 | export as_echo_body
|
---|
| 3527 | as_echo='sh -c $as_echo_body as_echo'
|
---|
| 3528 | fi
|
---|
| 3529 |
|
---|
| 3530 | # The user is always right.
|
---|
| 3531 | if test "${PATH_SEPARATOR+set}" != set; then
|
---|
| 3532 | PATH_SEPARATOR=:
|
---|
| 3533 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
---|
| 3534 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
---|
| 3535 | PATH_SEPARATOR=';'
|
---|
| 3536 | }
|
---|
| 3537 | fi
|
---|
| 3538 |
|
---|
| 3539 | # Support unset when possible.
|
---|
| 3540 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
---|
| 3541 | as_unset=unset
|
---|
| 3542 | else
|
---|
| 3543 | as_unset=false
|
---|
| 3544 | fi
|
---|
| 3545 |
|
---|
| 3546 |
|
---|
| 3547 | # IFS
|
---|
| 3548 | # We need space, tab and new line, in precisely that order. Quoting is
|
---|
| 3549 | # there to prevent editors from complaining about space-tab.
|
---|
| 3550 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
---|
| 3551 | # splitting by setting IFS to empty value.)
|
---|
| 3552 | IFS=" "" $as_nl"
|
---|
| 3553 |
|
---|
| 3554 | # Find who we are. Look in the path if we contain no directory separator.
|
---|
| 3555 | case $0 in
|
---|
| 3556 | *[\\/]* ) as_myself=$0 ;;
|
---|
| 3557 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
| 3558 | for as_dir in $PATH
|
---|
| 3559 | do
|
---|
| 3560 | IFS=$as_save_IFS
|
---|
| 3561 | test -z "$as_dir" && as_dir=.
|
---|
| 3562 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
---|
| 3563 | done
|
---|
| 3564 | IFS=$as_save_IFS
|
---|
| 3565 |
|
---|
| 3566 | ;;
|
---|
| 3567 | esac
|
---|
| 3568 | # We did not find ourselves, most probably we were run as `sh COMMAND'
|
---|
| 3569 | # in which case we are not to be found in the path.
|
---|
| 3570 | if test "x$as_myself" = x; then
|
---|
| 3571 | as_myself=$0
|
---|
| 3572 | fi
|
---|
| 3573 | if test ! -f "$as_myself"; then
|
---|
| 3574 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
---|
| 3575 | { (exit 1); exit 1; }
|
---|
| 3576 | fi
|
---|
| 3577 |
|
---|
| 3578 | # Work around bugs in pre-3.0 UWIN ksh.
|
---|
| 3579 | for as_var in ENV MAIL MAILPATH
|
---|
| 3580 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
---|
| 3581 | done
|
---|
| 3582 | PS1='$ '
|
---|
| 3583 | PS2='> '
|
---|
| 3584 | PS4='+ '
|
---|
| 3585 |
|
---|
| 3586 | # NLS nuisances.
|
---|
| 3587 | LC_ALL=C
|
---|
| 3588 | export LC_ALL
|
---|
| 3589 | LANGUAGE=C
|
---|
| 3590 | export LANGUAGE
|
---|
| 3591 |
|
---|
| 3592 | # Required to use basename.
|
---|
| 3593 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
| 3594 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
| 3595 | as_expr=expr
|
---|
| 3596 | else
|
---|
| 3597 | as_expr=false
|
---|
| 3598 | fi
|
---|
| 3599 |
|
---|
| 3600 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
---|
| 3601 | as_basename=basename
|
---|
| 3602 | else
|
---|
| 3603 | as_basename=false
|
---|
| 3604 | fi
|
---|
| 3605 |
|
---|
| 3606 |
|
---|
| 3607 | # Name of the executable.
|
---|
| 3608 | as_me=`$as_basename -- "$0" ||
|
---|
| 3609 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
---|
| 3610 | X"$0" : 'X\(//\)$' \| \
|
---|
| 3611 | X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
| 3612 | $as_echo X/"$0" |
|
---|
| 3613 | sed '/^.*\/\([^/][^/]*\)\/*$/{
|
---|
| 3614 | s//\1/
|
---|
| 3615 | q
|
---|
| 3616 | }
|
---|
| 3617 | /^X\/\(\/\/\)$/{
|
---|
| 3618 | s//\1/
|
---|
| 3619 | q
|
---|
| 3620 | }
|
---|
| 3621 | /^X\/\(\/\).*/{
|
---|
| 3622 | s//\1/
|
---|
| 3623 | q
|
---|
| 3624 | }
|
---|
| 3625 | s/.*/./; q'`
|
---|
| 3626 |
|
---|
| 3627 | # CDPATH.
|
---|
| 3628 | $as_unset CDPATH
|
---|
| 3629 |
|
---|
| 3630 |
|
---|
| 3631 |
|
---|
| 3632 | as_lineno_1=$LINENO
|
---|
| 3633 | as_lineno_2=$LINENO
|
---|
| 3634 | test "x$as_lineno_1" != "x$as_lineno_2" &&
|
---|
| 3635 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
|
---|
| 3636 |
|
---|
| 3637 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
---|
| 3638 | # uniformly replaced by the line number. The first 'sed' inserts a
|
---|
| 3639 | # line-number line after each line using $LINENO; the second 'sed'
|
---|
| 3640 | # does the real work. The second script uses 'N' to pair each
|
---|
| 3641 | # line-number line with the line containing $LINENO, and appends
|
---|
| 3642 | # trailing '-' during substitution so that $LINENO is not a special
|
---|
| 3643 | # case at line end.
|
---|
| 3644 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
---|
| 3645 | # scripts with optimization help from Paolo Bonzini. Blame Lee
|
---|
| 3646 | # E. McMahon (1931-1989) for sed's syntax. :-)
|
---|
| 3647 | sed -n '
|
---|
| 3648 | p
|
---|
| 3649 | /[$]LINENO/=
|
---|
| 3650 | ' <$as_myself |
|
---|
| 3651 | sed '
|
---|
| 3652 | s/[$]LINENO.*/&-/
|
---|
| 3653 | t lineno
|
---|
| 3654 | b
|
---|
| 3655 | :lineno
|
---|
| 3656 | N
|
---|
| 3657 | :loop
|
---|
| 3658 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
---|
| 3659 | t loop
|
---|
| 3660 | s/-\n.*//
|
---|
| 3661 | ' >$as_me.lineno &&
|
---|
| 3662 | chmod +x "$as_me.lineno" ||
|
---|
| 3663 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
|
---|
| 3664 | { (exit 1); exit 1; }; }
|
---|
| 3665 |
|
---|
| 3666 | # Don't try to exec as it changes $[0], causing all sort of problems
|
---|
| 3667 | # (the dirname of $[0] is not the place where we might find the
|
---|
| 3668 | # original and so on. Autoconf is especially sensitive to this).
|
---|
| 3669 | . "./$as_me.lineno"
|
---|
| 3670 | # Exit status is that of the last command.
|
---|
| 3671 | exit
|
---|
| 3672 | }
|
---|
| 3673 |
|
---|
| 3674 |
|
---|
| 3675 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
---|
| 3676 | as_dirname=dirname
|
---|
| 3677 | else
|
---|
| 3678 | as_dirname=false
|
---|
| 3679 | fi
|
---|
| 3680 |
|
---|
| 3681 | ECHO_C= ECHO_N= ECHO_T=
|
---|
| 3682 | case `echo -n x` in
|
---|
| 3683 | -n*)
|
---|
| 3684 | case `echo 'x\c'` in
|
---|
| 3685 | *c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
---|
| 3686 | *) ECHO_C='\c';;
|
---|
| 3687 | esac;;
|
---|
| 3688 | *)
|
---|
| 3689 | ECHO_N='-n';;
|
---|
| 3690 | esac
|
---|
| 3691 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
| 3692 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
| 3693 | as_expr=expr
|
---|
| 3694 | else
|
---|
| 3695 | as_expr=false
|
---|
| 3696 | fi
|
---|
| 3697 |
|
---|
| 3698 | rm -f conf$$ conf$$.exe conf$$.file
|
---|
| 3699 | if test -d conf$$.dir; then
|
---|
| 3700 | rm -f conf$$.dir/conf$$.file
|
---|
| 3701 | else
|
---|
| 3702 | rm -f conf$$.dir
|
---|
| 3703 | mkdir conf$$.dir 2>/dev/null
|
---|
| 3704 | fi
|
---|
| 3705 | if (echo >conf$$.file) 2>/dev/null; then
|
---|
| 3706 | if ln -s conf$$.file conf$$ 2>/dev/null; then
|
---|
| 3707 | as_ln_s='ln -s'
|
---|
| 3708 | # ... but there are two gotchas:
|
---|
| 3709 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
---|
| 3710 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
---|
| 3711 | # In both cases, we have to default to `cp -p'.
|
---|
| 3712 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
---|
| 3713 | as_ln_s='cp -p'
|
---|
| 3714 | elif ln conf$$.file conf$$ 2>/dev/null; then
|
---|
| 3715 | as_ln_s=ln
|
---|
| 3716 | else
|
---|
| 3717 | as_ln_s='cp -p'
|
---|
| 3718 | fi
|
---|
| 3719 | else
|
---|
| 3720 | as_ln_s='cp -p'
|
---|
| 3721 | fi
|
---|
| 3722 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
---|
| 3723 | rmdir conf$$.dir 2>/dev/null
|
---|
| 3724 |
|
---|
| 3725 | if mkdir -p . 2>/dev/null; then
|
---|
| 3726 | as_mkdir_p=:
|
---|
| 3727 | else
|
---|
| 3728 | test -d ./-p && rmdir ./-p
|
---|
| 3729 | as_mkdir_p=false
|
---|
| 3730 | fi
|
---|
| 3731 |
|
---|
| 3732 | if test -x / >/dev/null 2>&1; then
|
---|
| 3733 | as_test_x='test -x'
|
---|
| 3734 | else
|
---|
| 3735 | if ls -dL / >/dev/null 2>&1; then
|
---|
| 3736 | as_ls_L_option=L
|
---|
| 3737 | else
|
---|
| 3738 | as_ls_L_option=
|
---|
| 3739 | fi
|
---|
| 3740 | as_test_x='
|
---|
| 3741 | eval sh -c '\''
|
---|
| 3742 | if test -d "$1"; then
|
---|
| 3743 | test -d "$1/.";
|
---|
| 3744 | else
|
---|
| 3745 | case $1 in
|
---|
| 3746 | -*)set "./$1";;
|
---|
| 3747 | esac;
|
---|
| 3748 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
|
---|
| 3749 | ???[sx]*):;;*)false;;esac;fi
|
---|
| 3750 | '\'' sh
|
---|
| 3751 | '
|
---|
| 3752 | fi
|
---|
| 3753 | as_executable_p=$as_test_x
|
---|
| 3754 |
|
---|
| 3755 | # Sed expression to map a string onto a valid CPP name.
|
---|
| 3756 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
---|
| 3757 |
|
---|
| 3758 | # Sed expression to map a string onto a valid variable name.
|
---|
| 3759 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
---|
| 3760 |
|
---|
| 3761 |
|
---|
| 3762 | exec 6>&1
|
---|
| 3763 |
|
---|
| 3764 | # Save the log message, to keep $[0] and so on meaningful, and to
|
---|
| 3765 | # report actual input values of CONFIG_FILES etc. instead of their
|
---|
| 3766 | # values after options handling.
|
---|
| 3767 | ac_log="
|
---|
| 3768 | This file was extended by $as_me, which was
|
---|
| 3769 | generated by GNU Autoconf 2.63. Invocation command line was
|
---|
| 3770 |
|
---|
| 3771 | CONFIG_FILES = $CONFIG_FILES
|
---|
| 3772 | CONFIG_HEADERS = $CONFIG_HEADERS
|
---|
| 3773 | CONFIG_LINKS = $CONFIG_LINKS
|
---|
| 3774 | CONFIG_COMMANDS = $CONFIG_COMMANDS
|
---|
| 3775 | $ $0 $@
|
---|
| 3776 |
|
---|
| 3777 | on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
---|
| 3778 | "
|
---|
| 3779 |
|
---|
| 3780 | _ACEOF
|
---|
| 3781 |
|
---|
| 3782 | case $ac_config_files in *"
|
---|
| 3783 | "*) set x $ac_config_files; shift; ac_config_files=$*;;
|
---|
| 3784 | esac
|
---|
| 3785 |
|
---|
| 3786 |
|
---|
| 3787 |
|
---|
| 3788 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 3789 | # Files that config.status was made for.
|
---|
| 3790 | config_files="$ac_config_files"
|
---|
| 3791 |
|
---|
| 3792 | _ACEOF
|
---|
| 3793 |
|
---|
| 3794 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 3795 | ac_cs_usage="\
|
---|
| 3796 | \`$as_me' instantiates files from templates according to the
|
---|
| 3797 | current configuration.
|
---|
| 3798 |
|
---|
| 3799 | Usage: $0 [OPTION]... [FILE]...
|
---|
| 3800 |
|
---|
| 3801 | -h, --help print this help, then exit
|
---|
| 3802 | -V, --version print version number and configuration settings, then exit
|
---|
| 3803 | -q, --quiet, --silent
|
---|
| 3804 | do not print progress messages
|
---|
| 3805 | -d, --debug don't remove temporary files
|
---|
| 3806 | --recheck update $as_me by reconfiguring in the same conditions
|
---|
| 3807 | --file=FILE[:TEMPLATE]
|
---|
| 3808 | instantiate the configuration file FILE
|
---|
| 3809 |
|
---|
| 3810 | Configuration files:
|
---|
| 3811 | $config_files
|
---|
| 3812 |
|
---|
| 3813 | Report bugs to <bug-autoconf@gnu.org>."
|
---|
| 3814 |
|
---|
| 3815 | _ACEOF
|
---|
| 3816 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 3817 | ac_cs_version="\\
|
---|
| 3818 | config.status
|
---|
| 3819 | configured by $0, generated by GNU Autoconf 2.63,
|
---|
| 3820 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
---|
| 3821 |
|
---|
| 3822 | Copyright (C) 2008 Free Software Foundation, Inc.
|
---|
| 3823 | This config.status script is free software; the Free Software Foundation
|
---|
| 3824 | gives unlimited permission to copy, distribute and modify it."
|
---|
| 3825 |
|
---|
| 3826 | ac_pwd='$ac_pwd'
|
---|
| 3827 | srcdir='$srcdir'
|
---|
| 3828 | test -n "\$AWK" || AWK=awk
|
---|
| 3829 | _ACEOF
|
---|
| 3830 |
|
---|
| 3831 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 3832 | # The default lists apply if the user does not specify any file.
|
---|
| 3833 | ac_need_defaults=:
|
---|
| 3834 | while test $# != 0
|
---|
| 3835 | do
|
---|
| 3836 | case $1 in
|
---|
| 3837 | --*=*)
|
---|
| 3838 | ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
---|
| 3839 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
|
---|
| 3840 | ac_shift=:
|
---|
| 3841 | ;;
|
---|
| 3842 | *)
|
---|
| 3843 | ac_option=$1
|
---|
| 3844 | ac_optarg=$2
|
---|
| 3845 | ac_shift=shift
|
---|
| 3846 | ;;
|
---|
| 3847 | esac
|
---|
| 3848 |
|
---|
| 3849 | case $ac_option in
|
---|
| 3850 | # Handling of the options.
|
---|
| 3851 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
---|
| 3852 | ac_cs_recheck=: ;;
|
---|
| 3853 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
---|
| 3854 | $as_echo "$ac_cs_version"; exit ;;
|
---|
| 3855 | --debug | --debu | --deb | --de | --d | -d )
|
---|
| 3856 | debug=: ;;
|
---|
| 3857 | --file | --fil | --fi | --f )
|
---|
| 3858 | $ac_shift
|
---|
| 3859 | case $ac_optarg in
|
---|
| 3860 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
---|
| 3861 | esac
|
---|
| 3862 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
|
---|
| 3863 | ac_need_defaults=false;;
|
---|
| 3864 | --he | --h | --help | --hel | -h )
|
---|
| 3865 | $as_echo "$ac_cs_usage"; exit ;;
|
---|
| 3866 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
---|
| 3867 | | -silent | --silent | --silen | --sile | --sil | --si | --s)
|
---|
| 3868 | ac_cs_silent=: ;;
|
---|
| 3869 |
|
---|
| 3870 | # This is an error.
|
---|
| 3871 | -*) { $as_echo "$as_me: error: unrecognized option: $1
|
---|
| 3872 | Try \`$0 --help' for more information." >&2
|
---|
| 3873 | { (exit 1); exit 1; }; } ;;
|
---|
| 3874 |
|
---|
| 3875 | *) ac_config_targets="$ac_config_targets $1"
|
---|
| 3876 | ac_need_defaults=false ;;
|
---|
| 3877 |
|
---|
| 3878 | esac
|
---|
| 3879 | shift
|
---|
| 3880 | done
|
---|
| 3881 |
|
---|
| 3882 | ac_configure_extra_args=
|
---|
| 3883 |
|
---|
| 3884 | if $ac_cs_silent; then
|
---|
| 3885 | exec 6>/dev/null
|
---|
| 3886 | ac_configure_extra_args="$ac_configure_extra_args --silent"
|
---|
| 3887 | fi
|
---|
| 3888 |
|
---|
| 3889 | _ACEOF
|
---|
| 3890 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 3891 | if \$ac_cs_recheck; then
|
---|
| 3892 | set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
---|
| 3893 | shift
|
---|
| 3894 | \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
|
---|
| 3895 | CONFIG_SHELL='$SHELL'
|
---|
| 3896 | export CONFIG_SHELL
|
---|
| 3897 | exec "\$@"
|
---|
| 3898 | fi
|
---|
| 3899 |
|
---|
| 3900 | _ACEOF
|
---|
| 3901 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 3902 | exec 5>>config.log
|
---|
| 3903 | {
|
---|
| 3904 | echo
|
---|
| 3905 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
---|
| 3906 | ## Running $as_me. ##
|
---|
| 3907 | _ASBOX
|
---|
| 3908 | $as_echo "$ac_log"
|
---|
| 3909 | } >&5
|
---|
| 3910 |
|
---|
| 3911 | _ACEOF
|
---|
| 3912 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 3913 | _ACEOF
|
---|
| 3914 |
|
---|
| 3915 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 3916 |
|
---|
| 3917 | # Handling of arguments.
|
---|
| 3918 | for ac_config_target in $ac_config_targets
|
---|
| 3919 | do
|
---|
| 3920 | case $ac_config_target in
|
---|
| 3921 | "Makefile.settings") CONFIG_FILES="$CONFIG_FILES Makefile.settings" ;;
|
---|
| 3922 | "build/catalog.xml") CONFIG_FILES="$CONFIG_FILES build/catalog.xml" ;;
|
---|
| 3923 |
|
---|
| 3924 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
---|
| 3925 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
---|
| 3926 | { (exit 1); exit 1; }; };;
|
---|
| 3927 | esac
|
---|
| 3928 | done
|
---|
| 3929 |
|
---|
| 3930 |
|
---|
| 3931 | # If the user did not use the arguments to specify the items to instantiate,
|
---|
| 3932 | # then the envvar interface is used. Set only those that are not.
|
---|
| 3933 | # We use the long form for the default assignment because of an extremely
|
---|
| 3934 | # bizarre bug on SunOS 4.1.3.
|
---|
| 3935 | if $ac_need_defaults; then
|
---|
| 3936 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
---|
| 3937 | fi
|
---|
| 3938 |
|
---|
| 3939 | # Have a temporary directory for convenience. Make it in the build tree
|
---|
| 3940 | # simply because there is no reason against having it here, and in addition,
|
---|
| 3941 | # creating and moving files from /tmp can sometimes cause problems.
|
---|
| 3942 | # Hook for its removal unless debugging.
|
---|
| 3943 | # Note that there is a small window in which the directory will not be cleaned:
|
---|
| 3944 | # after its creation but before its name has been assigned to `$tmp'.
|
---|
| 3945 | $debug ||
|
---|
| 3946 | {
|
---|
| 3947 | tmp=
|
---|
| 3948 | trap 'exit_status=$?
|
---|
| 3949 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
|
---|
| 3950 | ' 0
|
---|
| 3951 | trap '{ (exit 1); exit 1; }' 1 2 13 15
|
---|
| 3952 | }
|
---|
| 3953 | # Create a (secure) tmp directory for tmp files.
|
---|
| 3954 |
|
---|
| 3955 | {
|
---|
| 3956 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
|
---|
| 3957 | test -n "$tmp" && test -d "$tmp"
|
---|
| 3958 | } ||
|
---|
| 3959 | {
|
---|
| 3960 | tmp=./conf$$-$RANDOM
|
---|
| 3961 | (umask 077 && mkdir "$tmp")
|
---|
| 3962 | } ||
|
---|
| 3963 | {
|
---|
| 3964 | $as_echo "$as_me: cannot create a temporary directory in ." >&2
|
---|
| 3965 | { (exit 1); exit 1; }
|
---|
| 3966 | }
|
---|
| 3967 |
|
---|
| 3968 | # Set up the scripts for CONFIG_FILES section.
|
---|
| 3969 | # No need to generate them if there are no CONFIG_FILES.
|
---|
| 3970 | # This happens for instance with `./config.status config.h'.
|
---|
| 3971 | if test -n "$CONFIG_FILES"; then
|
---|
| 3972 |
|
---|
| 3973 |
|
---|
| 3974 | ac_cr='
|
---|
| 3975 | '
|
---|
| 3976 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
|
---|
| 3977 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
|
---|
| 3978 | ac_cs_awk_cr='\\r'
|
---|
| 3979 | else
|
---|
| 3980 | ac_cs_awk_cr=$ac_cr
|
---|
| 3981 | fi
|
---|
| 3982 |
|
---|
| 3983 | echo 'BEGIN {' >"$tmp/subs1.awk" &&
|
---|
| 3984 | _ACEOF
|
---|
| 3985 |
|
---|
| 3986 |
|
---|
| 3987 | {
|
---|
| 3988 | echo "cat >conf$$subs.awk <<_ACEOF" &&
|
---|
| 3989 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
|
---|
| 3990 | echo "_ACEOF"
|
---|
| 3991 | } >conf$$subs.sh ||
|
---|
| 3992 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
---|
| 3993 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
|
---|
| 3994 | { (exit 1); exit 1; }; }
|
---|
| 3995 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
|
---|
| 3996 | ac_delim='%!_!# '
|
---|
| 3997 | for ac_last_try in false false false false false :; do
|
---|
| 3998 | . ./conf$$subs.sh ||
|
---|
| 3999 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
---|
| 4000 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
|
---|
| 4001 | { (exit 1); exit 1; }; }
|
---|
| 4002 |
|
---|
| 4003 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
|
---|
| 4004 | if test $ac_delim_n = $ac_delim_num; then
|
---|
| 4005 | break
|
---|
| 4006 | elif $ac_last_try; then
|
---|
| 4007 | { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
---|
| 4008 | $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
|
---|
| 4009 | { (exit 1); exit 1; }; }
|
---|
| 4010 | else
|
---|
| 4011 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
---|
| 4012 | fi
|
---|
| 4013 | done
|
---|
| 4014 | rm -f conf$$subs.sh
|
---|
| 4015 |
|
---|
| 4016 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 4017 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
|
---|
| 4018 | _ACEOF
|
---|
| 4019 | sed -n '
|
---|
| 4020 | h
|
---|
| 4021 | s/^/S["/; s/!.*/"]=/
|
---|
| 4022 | p
|
---|
| 4023 | g
|
---|
| 4024 | s/^[^!]*!//
|
---|
| 4025 | :repl
|
---|
| 4026 | t repl
|
---|
| 4027 | s/'"$ac_delim"'$//
|
---|
| 4028 | t delim
|
---|
| 4029 | :nl
|
---|
| 4030 | h
|
---|
| 4031 | s/\(.\{148\}\).*/\1/
|
---|
| 4032 | t more1
|
---|
| 4033 | s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
---|
| 4034 | p
|
---|
| 4035 | n
|
---|
| 4036 | b repl
|
---|
| 4037 | :more1
|
---|
| 4038 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
---|
| 4039 | p
|
---|
| 4040 | g
|
---|
| 4041 | s/.\{148\}//
|
---|
| 4042 | t nl
|
---|
| 4043 | :delim
|
---|
| 4044 | h
|
---|
| 4045 | s/\(.\{148\}\).*/\1/
|
---|
| 4046 | t more2
|
---|
| 4047 | s/["\\]/\\&/g; s/^/"/; s/$/"/
|
---|
| 4048 | p
|
---|
| 4049 | b
|
---|
| 4050 | :more2
|
---|
| 4051 | s/["\\]/\\&/g; s/^/"/; s/$/"\\/
|
---|
| 4052 | p
|
---|
| 4053 | g
|
---|
| 4054 | s/.\{148\}//
|
---|
| 4055 | t delim
|
---|
| 4056 | ' <conf$$subs.awk | sed '
|
---|
| 4057 | /^[^""]/{
|
---|
| 4058 | N
|
---|
| 4059 | s/\n//
|
---|
| 4060 | }
|
---|
| 4061 | ' >>$CONFIG_STATUS || ac_write_fail=1
|
---|
| 4062 | rm -f conf$$subs.awk
|
---|
| 4063 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 4064 | _ACAWK
|
---|
| 4065 | cat >>"\$tmp/subs1.awk" <<_ACAWK &&
|
---|
| 4066 | for (key in S) S_is_set[key] = 1
|
---|
| 4067 | FS = ""
|
---|
| 4068 |
|
---|
| 4069 | }
|
---|
| 4070 | {
|
---|
| 4071 | line = $ 0
|
---|
| 4072 | nfields = split(line, field, "@")
|
---|
| 4073 | substed = 0
|
---|
| 4074 | len = length(field[1])
|
---|
| 4075 | for (i = 2; i < nfields; i++) {
|
---|
| 4076 | key = field[i]
|
---|
| 4077 | keylen = length(key)
|
---|
| 4078 | if (S_is_set[key]) {
|
---|
| 4079 | value = S[key]
|
---|
| 4080 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
|
---|
| 4081 | len += length(value) + length(field[++i])
|
---|
| 4082 | substed = 1
|
---|
| 4083 | } else
|
---|
| 4084 | len += 1 + keylen
|
---|
| 4085 | }
|
---|
| 4086 |
|
---|
| 4087 | print line
|
---|
| 4088 | }
|
---|
| 4089 |
|
---|
| 4090 | _ACAWK
|
---|
| 4091 | _ACEOF
|
---|
| 4092 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 4093 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
|
---|
| 4094 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
|
---|
| 4095 | else
|
---|
| 4096 | cat
|
---|
| 4097 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
|
---|
| 4098 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
|
---|
| 4099 | $as_echo "$as_me: error: could not setup config files machinery" >&2;}
|
---|
| 4100 | { (exit 1); exit 1; }; }
|
---|
| 4101 | _ACEOF
|
---|
| 4102 |
|
---|
| 4103 | # VPATH may cause trouble with some makes, so we remove $(srcdir),
|
---|
| 4104 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
---|
| 4105 | # trailing colons and then remove the whole line if VPATH becomes empty
|
---|
| 4106 | # (actually we leave an empty line to preserve line numbers).
|
---|
| 4107 | if test "x$srcdir" = x.; then
|
---|
| 4108 | ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
---|
| 4109 | s/:*\$(srcdir):*/:/
|
---|
| 4110 | s/:*\${srcdir}:*/:/
|
---|
| 4111 | s/:*@srcdir@:*/:/
|
---|
| 4112 | s/^\([^=]*=[ ]*\):*/\1/
|
---|
| 4113 | s/:*$//
|
---|
| 4114 | s/^[^=]*=[ ]*$//
|
---|
| 4115 | }'
|
---|
| 4116 | fi
|
---|
| 4117 |
|
---|
| 4118 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 4119 | fi # test -n "$CONFIG_FILES"
|
---|
| 4120 |
|
---|
| 4121 |
|
---|
| 4122 | eval set X " :F $CONFIG_FILES "
|
---|
| 4123 | shift
|
---|
| 4124 | for ac_tag
|
---|
| 4125 | do
|
---|
| 4126 | case $ac_tag in
|
---|
| 4127 | :[FHLC]) ac_mode=$ac_tag; continue;;
|
---|
| 4128 | esac
|
---|
| 4129 | case $ac_mode$ac_tag in
|
---|
| 4130 | :[FHL]*:*);;
|
---|
| 4131 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
|
---|
| 4132 | $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
|
---|
| 4133 | { (exit 1); exit 1; }; };;
|
---|
| 4134 | :[FH]-) ac_tag=-:-;;
|
---|
| 4135 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
|
---|
| 4136 | esac
|
---|
| 4137 | ac_save_IFS=$IFS
|
---|
| 4138 | IFS=:
|
---|
| 4139 | set x $ac_tag
|
---|
| 4140 | IFS=$ac_save_IFS
|
---|
| 4141 | shift
|
---|
| 4142 | ac_file=$1
|
---|
| 4143 | shift
|
---|
| 4144 |
|
---|
| 4145 | case $ac_mode in
|
---|
| 4146 | :L) ac_source=$1;;
|
---|
| 4147 | :[FH])
|
---|
| 4148 | ac_file_inputs=
|
---|
| 4149 | for ac_f
|
---|
| 4150 | do
|
---|
| 4151 | case $ac_f in
|
---|
| 4152 | -) ac_f="$tmp/stdin";;
|
---|
| 4153 | *) # Look for the file first in the build tree, then in the source tree
|
---|
| 4154 | # (if the path is not absolute). The absolute path cannot be DOS-style,
|
---|
| 4155 | # because $ac_f cannot contain `:'.
|
---|
| 4156 | test -f "$ac_f" ||
|
---|
| 4157 | case $ac_f in
|
---|
| 4158 | [\\/$]*) false;;
|
---|
| 4159 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
|
---|
| 4160 | esac ||
|
---|
| 4161 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
|
---|
| 4162 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
|
---|
| 4163 | { (exit 1); exit 1; }; };;
|
---|
| 4164 | esac
|
---|
| 4165 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
|
---|
| 4166 | ac_file_inputs="$ac_file_inputs '$ac_f'"
|
---|
| 4167 | done
|
---|
| 4168 |
|
---|
| 4169 | # Let's still pretend it is `configure' which instantiates (i.e., don't
|
---|
| 4170 | # use $as_me), people would be surprised to read:
|
---|
| 4171 | # /* config.h. Generated by config.status. */
|
---|
| 4172 | configure_input='Generated from '`
|
---|
| 4173 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
|
---|
| 4174 | `' by configure.'
|
---|
| 4175 | if test x"$ac_file" != x-; then
|
---|
| 4176 | configure_input="$ac_file. $configure_input"
|
---|
| 4177 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
|
---|
| 4178 | $as_echo "$as_me: creating $ac_file" >&6;}
|
---|
| 4179 | fi
|
---|
| 4180 | # Neutralize special characters interpreted by sed in replacement strings.
|
---|
| 4181 | case $configure_input in #(
|
---|
| 4182 | *\&* | *\|* | *\\* )
|
---|
| 4183 | ac_sed_conf_input=`$as_echo "$configure_input" |
|
---|
| 4184 | sed 's/[\\\\&|]/\\\\&/g'`;; #(
|
---|
| 4185 | *) ac_sed_conf_input=$configure_input;;
|
---|
| 4186 | esac
|
---|
| 4187 |
|
---|
| 4188 | case $ac_tag in
|
---|
| 4189 | *:-:* | *:-) cat >"$tmp/stdin" \
|
---|
| 4190 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
|
---|
| 4191 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
| 4192 | { (exit 1); exit 1; }; } ;;
|
---|
| 4193 | esac
|
---|
| 4194 | ;;
|
---|
| 4195 | esac
|
---|
| 4196 |
|
---|
| 4197 | ac_dir=`$as_dirname -- "$ac_file" ||
|
---|
| 4198 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
---|
| 4199 | X"$ac_file" : 'X\(//\)[^/]' \| \
|
---|
| 4200 | X"$ac_file" : 'X\(//\)$' \| \
|
---|
| 4201 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
| 4202 | $as_echo X"$ac_file" |
|
---|
| 4203 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
---|
| 4204 | s//\1/
|
---|
| 4205 | q
|
---|
| 4206 | }
|
---|
| 4207 | /^X\(\/\/\)[^/].*/{
|
---|
| 4208 | s//\1/
|
---|
| 4209 | q
|
---|
| 4210 | }
|
---|
| 4211 | /^X\(\/\/\)$/{
|
---|
| 4212 | s//\1/
|
---|
| 4213 | q
|
---|
| 4214 | }
|
---|
| 4215 | /^X\(\/\).*/{
|
---|
| 4216 | s//\1/
|
---|
| 4217 | q
|
---|
| 4218 | }
|
---|
| 4219 | s/.*/./; q'`
|
---|
| 4220 | { as_dir="$ac_dir"
|
---|
| 4221 | case $as_dir in #(
|
---|
| 4222 | -*) as_dir=./$as_dir;;
|
---|
| 4223 | esac
|
---|
| 4224 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
|
---|
| 4225 | as_dirs=
|
---|
| 4226 | while :; do
|
---|
| 4227 | case $as_dir in #(
|
---|
| 4228 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
---|
| 4229 | *) as_qdir=$as_dir;;
|
---|
| 4230 | esac
|
---|
| 4231 | as_dirs="'$as_qdir' $as_dirs"
|
---|
| 4232 | as_dir=`$as_dirname -- "$as_dir" ||
|
---|
| 4233 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
---|
| 4234 | X"$as_dir" : 'X\(//\)[^/]' \| \
|
---|
| 4235 | X"$as_dir" : 'X\(//\)$' \| \
|
---|
| 4236 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
| 4237 | $as_echo X"$as_dir" |
|
---|
| 4238 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
---|
| 4239 | s//\1/
|
---|
| 4240 | q
|
---|
| 4241 | }
|
---|
| 4242 | /^X\(\/\/\)[^/].*/{
|
---|
| 4243 | s//\1/
|
---|
| 4244 | q
|
---|
| 4245 | }
|
---|
| 4246 | /^X\(\/\/\)$/{
|
---|
| 4247 | s//\1/
|
---|
| 4248 | q
|
---|
| 4249 | }
|
---|
| 4250 | /^X\(\/\).*/{
|
---|
| 4251 | s//\1/
|
---|
| 4252 | q
|
---|
| 4253 | }
|
---|
| 4254 | s/.*/./; q'`
|
---|
| 4255 | test -d "$as_dir" && break
|
---|
| 4256 | done
|
---|
| 4257 | test -z "$as_dirs" || eval "mkdir $as_dirs"
|
---|
| 4258 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
|
---|
| 4259 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
|
---|
| 4260 | { (exit 1); exit 1; }; }; }
|
---|
| 4261 | ac_builddir=.
|
---|
| 4262 |
|
---|
| 4263 | case "$ac_dir" in
|
---|
| 4264 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
| 4265 | *)
|
---|
| 4266 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
---|
| 4267 | # A ".." for each directory in $ac_dir_suffix.
|
---|
| 4268 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
---|
| 4269 | case $ac_top_builddir_sub in
|
---|
| 4270 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
| 4271 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
---|
| 4272 | esac ;;
|
---|
| 4273 | esac
|
---|
| 4274 | ac_abs_top_builddir=$ac_pwd
|
---|
| 4275 | ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
---|
| 4276 | # for backward compatibility:
|
---|
| 4277 | ac_top_builddir=$ac_top_build_prefix
|
---|
| 4278 |
|
---|
| 4279 | case $srcdir in
|
---|
| 4280 | .) # We are building in place.
|
---|
| 4281 | ac_srcdir=.
|
---|
| 4282 | ac_top_srcdir=$ac_top_builddir_sub
|
---|
| 4283 | ac_abs_top_srcdir=$ac_pwd ;;
|
---|
| 4284 | [\\/]* | ?:[\\/]* ) # Absolute name.
|
---|
| 4285 | ac_srcdir=$srcdir$ac_dir_suffix;
|
---|
| 4286 | ac_top_srcdir=$srcdir
|
---|
| 4287 | ac_abs_top_srcdir=$srcdir ;;
|
---|
| 4288 | *) # Relative name.
|
---|
| 4289 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
---|
| 4290 | ac_top_srcdir=$ac_top_build_prefix$srcdir
|
---|
| 4291 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
---|
| 4292 | esac
|
---|
| 4293 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
---|
| 4294 |
|
---|
| 4295 |
|
---|
| 4296 | case $ac_mode in
|
---|
| 4297 | :F)
|
---|
| 4298 | #
|
---|
| 4299 | # CONFIG_FILE
|
---|
| 4300 | #
|
---|
| 4301 |
|
---|
| 4302 | _ACEOF
|
---|
| 4303 |
|
---|
| 4304 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 4305 | # If the template does not know about datarootdir, expand it.
|
---|
| 4306 | # FIXME: This hack should be removed a few years after 2.60.
|
---|
| 4307 | ac_datarootdir_hack=; ac_datarootdir_seen=
|
---|
| 4308 |
|
---|
| 4309 | ac_sed_dataroot='
|
---|
| 4310 | /datarootdir/ {
|
---|
| 4311 | p
|
---|
| 4312 | q
|
---|
| 4313 | }
|
---|
| 4314 | /@datadir@/p
|
---|
| 4315 | /@docdir@/p
|
---|
| 4316 | /@infodir@/p
|
---|
| 4317 | /@localedir@/p
|
---|
| 4318 | /@mandir@/p
|
---|
| 4319 | '
|
---|
| 4320 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
|
---|
| 4321 | *datarootdir*) ac_datarootdir_seen=yes;;
|
---|
| 4322 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
---|
| 4323 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
|
---|
| 4324 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
|
---|
| 4325 | _ACEOF
|
---|
| 4326 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 4327 | ac_datarootdir_hack='
|
---|
| 4328 | s&@datadir@&$datadir&g
|
---|
| 4329 | s&@docdir@&$docdir&g
|
---|
| 4330 | s&@infodir@&$infodir&g
|
---|
| 4331 | s&@localedir@&$localedir&g
|
---|
| 4332 | s&@mandir@&$mandir&g
|
---|
| 4333 | s&\\\${datarootdir}&$datarootdir&g' ;;
|
---|
| 4334 | esac
|
---|
| 4335 | _ACEOF
|
---|
| 4336 |
|
---|
| 4337 | # Neutralize VPATH when `$srcdir' = `.'.
|
---|
| 4338 | # Shell code in configure.ac might set extrasub.
|
---|
| 4339 | # FIXME: do we really want to maintain this feature?
|
---|
| 4340 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
---|
| 4341 | ac_sed_extra="$ac_vpsub
|
---|
| 4342 | $extrasub
|
---|
| 4343 | _ACEOF
|
---|
| 4344 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
---|
| 4345 | :t
|
---|
| 4346 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
---|
| 4347 | s|@configure_input@|$ac_sed_conf_input|;t t
|
---|
| 4348 | s&@top_builddir@&$ac_top_builddir_sub&;t t
|
---|
| 4349 | s&@top_build_prefix@&$ac_top_build_prefix&;t t
|
---|
| 4350 | s&@srcdir@&$ac_srcdir&;t t
|
---|
| 4351 | s&@abs_srcdir@&$ac_abs_srcdir&;t t
|
---|
| 4352 | s&@top_srcdir@&$ac_top_srcdir&;t t
|
---|
| 4353 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
|
---|
| 4354 | s&@builddir@&$ac_builddir&;t t
|
---|
| 4355 | s&@abs_builddir@&$ac_abs_builddir&;t t
|
---|
| 4356 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
|
---|
| 4357 | $ac_datarootdir_hack
|
---|
| 4358 | "
|
---|
| 4359 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
|
---|
| 4360 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
|
---|
| 4361 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
| 4362 | { (exit 1); exit 1; }; }
|
---|
| 4363 |
|
---|
| 4364 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
---|
| 4365 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
|
---|
| 4366 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
|
---|
| 4367 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
---|
| 4368 | which seems to be undefined. Please make sure it is defined." >&5
|
---|
| 4369 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
---|
| 4370 | which seems to be undefined. Please make sure it is defined." >&2;}
|
---|
| 4371 |
|
---|
| 4372 | rm -f "$tmp/stdin"
|
---|
| 4373 | case $ac_file in
|
---|
| 4374 | -) cat "$tmp/out" && rm -f "$tmp/out";;
|
---|
| 4375 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
|
---|
| 4376 | esac \
|
---|
| 4377 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
|
---|
| 4378 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
| 4379 | { (exit 1); exit 1; }; }
|
---|
| 4380 | ;;
|
---|
| 4381 |
|
---|
| 4382 |
|
---|
| 4383 |
|
---|
| 4384 | esac
|
---|
| 4385 |
|
---|
| 4386 | done # for ac_tag
|
---|
| 4387 |
|
---|
| 4388 |
|
---|
| 4389 | { (exit 0); exit 0; }
|
---|
| 4390 | _ACEOF
|
---|
| 4391 | chmod +x $CONFIG_STATUS
|
---|
| 4392 | ac_clean_files=$ac_clean_files_save
|
---|
| 4393 |
|
---|
| 4394 | test $ac_write_fail = 0 ||
|
---|
| 4395 | { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
|
---|
| 4396 | $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
|
---|
| 4397 | { (exit 1); exit 1; }; }
|
---|
| 4398 |
|
---|
| 4399 |
|
---|
| 4400 | # configure is writing to config.log, and then calls config.status.
|
---|
| 4401 | # config.status does its own redirection, appending to config.log.
|
---|
| 4402 | # Unfortunately, on DOS this fails, as config.log is still kept open
|
---|
| 4403 | # by configure, so config.status won't be able to write to it; its
|
---|
| 4404 | # output is simply discarded. So we exec the FD to /dev/null,
|
---|
| 4405 | # effectively closing config.log, so it can be properly (re)opened and
|
---|
| 4406 | # appended to by config.status. When coming back to configure, we
|
---|
| 4407 | # need to make the FD available again.
|
---|
| 4408 | if test "$no_create" != yes; then
|
---|
| 4409 | ac_cs_success=:
|
---|
| 4410 | ac_config_status_args=
|
---|
| 4411 | test "$silent" = yes &&
|
---|
| 4412 | ac_config_status_args="$ac_config_status_args --quiet"
|
---|
| 4413 | exec 5>/dev/null
|
---|
| 4414 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
|
---|
| 4415 | exec 5>>config.log
|
---|
| 4416 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
---|
| 4417 | # would make configure fail if this is the last instruction.
|
---|
| 4418 | $ac_cs_success || { (exit 1); exit 1; }
|
---|
| 4419 | fi
|
---|
| 4420 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
---|
| 4421 | { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
---|
| 4422 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
---|
| 4423 | fi
|
---|
| 4424 |
|
---|