| 1 | #! sh | 
|---|
| 2 | # Generated by configure. | 
|---|
| 3 | # Run this file to recreate the current configuration. | 
|---|
| 4 | # Compiler output produced by configure, useful for debugging | 
|---|
| 5 | # configure, is in config.log if it exists. | 
|---|
| 6 |  | 
|---|
| 7 | debug=false | 
|---|
| 8 | ac_cs_recheck=false | 
|---|
| 9 | ac_cs_silent=false | 
|---|
| 10 | SHELL=${CONFIG_SHELL-sh} | 
|---|
| 11 | ## --------------------- ## | 
|---|
| 12 | ## M4sh Initialization.  ## | 
|---|
| 13 | ## --------------------- ## | 
|---|
| 14 |  | 
|---|
| 15 | # Be Bourne compatible | 
|---|
| 16 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 
|---|
| 17 | emulate sh | 
|---|
| 18 | NULLCMD=: | 
|---|
| 19 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 
|---|
| 20 | # is contrary to our usage.  Disable this feature. | 
|---|
| 21 | alias -g '${1+"$@"}'='"$@"' | 
|---|
| 22 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | 
|---|
| 23 | set -o posix | 
|---|
| 24 | fi | 
|---|
| 25 | DUALCASE=1; export DUALCASE # for MKS sh | 
|---|
| 26 |  | 
|---|
| 27 | # Support unset when possible. | 
|---|
| 28 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | 
|---|
| 29 | as_unset=unset | 
|---|
| 30 | else | 
|---|
| 31 | as_unset=false | 
|---|
| 32 | fi | 
|---|
| 33 |  | 
|---|
| 34 |  | 
|---|
| 35 | # Work around bugs in pre-3.0 UWIN ksh. | 
|---|
| 36 | $as_unset ENV MAIL MAILPATH | 
|---|
| 37 | PS1='$ ' | 
|---|
| 38 | PS2='> ' | 
|---|
| 39 | PS4='+ ' | 
|---|
| 40 |  | 
|---|
| 41 | # NLS nuisances. | 
|---|
| 42 | for as_var in \ | 
|---|
| 43 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | 
|---|
| 44 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | 
|---|
| 45 | LC_TELEPHONE LC_TIME | 
|---|
| 46 | do | 
|---|
| 47 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | 
|---|
| 48 | eval $as_var=C; export $as_var | 
|---|
| 49 | else | 
|---|
| 50 | $as_unset $as_var | 
|---|
| 51 | fi | 
|---|
| 52 | done | 
|---|
| 53 |  | 
|---|
| 54 | # Required to use basename. | 
|---|
| 55 | if expr a : '\(a\)' >/dev/null 2>&1; then | 
|---|
| 56 | as_expr=expr | 
|---|
| 57 | else | 
|---|
| 58 | as_expr=false | 
|---|
| 59 | fi | 
|---|
| 60 |  | 
|---|
| 61 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then | 
|---|
| 62 | as_basename=basename | 
|---|
| 63 | else | 
|---|
| 64 | as_basename=false | 
|---|
| 65 | fi | 
|---|
| 66 |  | 
|---|
| 67 |  | 
|---|
| 68 | # Name of the executable. | 
|---|
| 69 | as_me=`$as_basename "$0" || | 
|---|
| 70 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | 
|---|
| 71 | X"$0" : 'X\(//\)$' \| \ | 
|---|
| 72 | X"$0" : 'X\(/\)$' \| \ | 
|---|
| 73 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 74 | echo X/"$0" | | 
|---|
| 75 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | 
|---|
| 76 | /^X\/\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 77 | /^X\/\(\/\).*/{ s//\1/; q; } | 
|---|
| 78 | s/.*/./; q'` | 
|---|
| 79 |  | 
|---|
| 80 |  | 
|---|
| 81 | # PATH needs CR, and LINENO needs CR and PATH. | 
|---|
| 82 | # Avoid depending upon Character Ranges. | 
|---|
| 83 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | 
|---|
| 84 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | 
|---|
| 85 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | 
|---|
| 86 | as_cr_digits='0123456789' | 
|---|
| 87 | as_cr_alnum=$as_cr_Letters$as_cr_digits | 
|---|
| 88 |  | 
|---|
| 89 | # The user is always right. | 
|---|
| 90 | if test "${PATH_SEPARATOR+set}" != set; then | 
|---|
| 91 | echo "#! /bin/sh" >conf$$.sh | 
|---|
| 92 | echo  "exit 0"   >>conf$$.sh | 
|---|
| 93 | chmod +x conf$$.sh | 
|---|
| 94 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | 
|---|
| 95 | PATH_SEPARATOR=';' | 
|---|
| 96 | else | 
|---|
| 97 | PATH_SEPARATOR=: | 
|---|
| 98 | fi | 
|---|
| 99 | rm -f conf$$.sh | 
|---|
| 100 | fi | 
|---|
| 101 |  | 
|---|
| 102 |  | 
|---|
| 103 | as_lineno_1=10143 | 
|---|
| 104 | as_lineno_2=10144 | 
|---|
| 105 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | 
|---|
| 106 | test "x$as_lineno_1" != "x$as_lineno_2" && | 
|---|
| 107 | test "x$as_lineno_3"  = "x$as_lineno_2"  || { | 
|---|
| 108 | # Find who we are.  Look in the path if we contain no path at all | 
|---|
| 109 | # relative or not. | 
|---|
| 110 | case $0 in | 
|---|
| 111 | *[\\/]* ) as_myself=$0 ;; | 
|---|
| 112 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 
|---|
| 113 | for as_dir in $PATH | 
|---|
| 114 | do | 
|---|
| 115 | IFS=$as_save_IFS | 
|---|
| 116 | test -z "$as_dir" && as_dir=. | 
|---|
| 117 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | 
|---|
| 118 | done | 
|---|
| 119 |  | 
|---|
| 120 | ;; | 
|---|
| 121 | esac | 
|---|
| 122 | # We did not find ourselves, most probably we were run as `sh COMMAND' | 
|---|
| 123 | # in which case we are not to be found in the path. | 
|---|
| 124 | if test "x$as_myself" = x; then | 
|---|
| 125 | as_myself=$0 | 
|---|
| 126 | fi | 
|---|
| 127 | if test ! -f "$as_myself"; then | 
|---|
| 128 | { { echo "$as_me:10168: error: cannot find myself; rerun with an absolute path" >&5 | 
|---|
| 129 | echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} | 
|---|
| 130 | { (exit 1); exit 1; }; } | 
|---|
| 131 | fi | 
|---|
| 132 | case $CONFIG_SHELL in | 
|---|
| 133 | '') | 
|---|
| 134 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 
|---|
| 135 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | 
|---|
| 136 | do | 
|---|
| 137 | IFS=$as_save_IFS | 
|---|
| 138 | test -z "$as_dir" && as_dir=. | 
|---|
| 139 | for as_base in sh bash ksh sh5; do | 
|---|
| 140 | case $as_dir in | 
|---|
| 141 | /*) | 
|---|
| 142 | if ("$as_dir/$as_base" -c ' | 
|---|
| 143 | as_lineno_1=10183 | 
|---|
| 144 | as_lineno_2=10184 | 
|---|
| 145 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | 
|---|
| 146 | test "x$as_lineno_1" != "x$as_lineno_2" && | 
|---|
| 147 | test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then | 
|---|
| 148 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | 
|---|
| 149 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | 
|---|
| 150 | CONFIG_SHELL=$as_dir/$as_base | 
|---|
| 151 | export CONFIG_SHELL | 
|---|
| 152 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | 
|---|
| 153 | fi;; | 
|---|
| 154 | esac | 
|---|
| 155 | done | 
|---|
| 156 | done | 
|---|
| 157 | ;; | 
|---|
| 158 | esac | 
|---|
| 159 |  | 
|---|
| 160 | # Create $as_me.lineno as a copy of $as_myself, but with 10200 | 
|---|
| 161 | # uniformly replaced by the line number.  The first 'sed' inserts a | 
|---|
| 162 | # line-number line before each line; the second 'sed' does the real | 
|---|
| 163 | # work.  The second script uses 'N' to pair each line-number line | 
|---|
| 164 | # with the numbered line, and appends trailing '-' during | 
|---|
| 165 | # substitution so that 10205 is not a special case at line end. | 
|---|
| 166 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | 
|---|
| 167 | # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) | 
|---|
| 168 | sed '=' <$as_myself | | 
|---|
| 169 | sed ' | 
|---|
| 170 | N | 
|---|
| 171 | s,$,-, | 
|---|
| 172 | : loop | 
|---|
| 173 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | 
|---|
| 174 | t loop | 
|---|
| 175 | s,-$,, | 
|---|
| 176 | s,^['$as_cr_digits']*\n,, | 
|---|
| 177 | ' >$as_me.lineno && | 
|---|
| 178 | chmod +x $as_me.lineno || | 
|---|
| 179 | { { echo "$as_me:10219: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 | 
|---|
| 180 | echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} | 
|---|
| 181 | { (exit 1); exit 1; }; } | 
|---|
| 182 |  | 
|---|
| 183 | # Don't try to exec as it changes $[0], causing all sort of problems | 
|---|
| 184 | # (the dirname of $[0] is not the place where we might find the | 
|---|
| 185 | # original and so on.  Autoconf is especially sensible to this). | 
|---|
| 186 | . ./$as_me.lineno | 
|---|
| 187 | # Exit status is that of the last command. | 
|---|
| 188 | exit | 
|---|
| 189 | } | 
|---|
| 190 |  | 
|---|
| 191 |  | 
|---|
| 192 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | 
|---|
| 193 | *c*,-n*) ECHO_N= ECHO_C=' | 
|---|
| 194 | ' ECHO_T='      ' ;; | 
|---|
| 195 | *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; | 
|---|
| 196 | *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; | 
|---|
| 197 | esac | 
|---|
| 198 |  | 
|---|
| 199 | if expr a : '\(a\)' >/dev/null 2>&1; then | 
|---|
| 200 | as_expr=expr | 
|---|
| 201 | else | 
|---|
| 202 | as_expr=false | 
|---|
| 203 | fi | 
|---|
| 204 |  | 
|---|
| 205 | rm -f conf$$ conf$$.exe conf$$.file | 
|---|
| 206 | echo >conf$$.file | 
|---|
| 207 | if ln -s conf$$.file conf$$ 2>/dev/null; then | 
|---|
| 208 | # We could just check for DJGPP; but this test a) works b) is more generic | 
|---|
| 209 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | 
|---|
| 210 | if test -f conf$$.exe; then | 
|---|
| 211 | # Don't use ln at all; we don't have any links | 
|---|
| 212 | as_ln_s='cp -p' | 
|---|
| 213 | else | 
|---|
| 214 | as_ln_s='ln -s' | 
|---|
| 215 | fi | 
|---|
| 216 | elif ln conf$$.file conf$$ 2>/dev/null; then | 
|---|
| 217 | as_ln_s=ln | 
|---|
| 218 | else | 
|---|
| 219 | as_ln_s='cp -p' | 
|---|
| 220 | fi | 
|---|
| 221 | rm -f conf$$ conf$$.exe conf$$.file | 
|---|
| 222 |  | 
|---|
| 223 | if mkdir -p . 2>/dev/null; then | 
|---|
| 224 | as_mkdir_p=: | 
|---|
| 225 | else | 
|---|
| 226 | test -d ./-p && rmdir ./-p | 
|---|
| 227 | as_mkdir_p=false | 
|---|
| 228 | fi | 
|---|
| 229 |  | 
|---|
| 230 | as_executable_p="test -f" | 
|---|
| 231 |  | 
|---|
| 232 | # Sed expression to map a string onto a valid CPP name. | 
|---|
| 233 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 
|---|
| 234 |  | 
|---|
| 235 | # Sed expression to map a string onto a valid variable name. | 
|---|
| 236 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 
|---|
| 237 |  | 
|---|
| 238 |  | 
|---|
| 239 | # IFS | 
|---|
| 240 | # We need space, tab and new line, in precisely that order. | 
|---|
| 241 | as_nl=' | 
|---|
| 242 | ' | 
|---|
| 243 | IFS="   $as_nl" | 
|---|
| 244 |  | 
|---|
| 245 | # CDPATH. | 
|---|
| 246 | $as_unset CDPATH | 
|---|
| 247 |  | 
|---|
| 248 | exec 6>&1 | 
|---|
| 249 |  | 
|---|
| 250 | # Open the log real soon, to keep \$[0] and so on meaningful, and to | 
|---|
| 251 | # report actual input values of CONFIG_FILES etc. instead of their | 
|---|
| 252 | # values after options handling.  Logging --version etc. is OK. | 
|---|
| 253 | exec 5>>config.log | 
|---|
| 254 | { | 
|---|
| 255 | echo | 
|---|
| 256 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | 
|---|
| 257 | ## Running $as_me. ## | 
|---|
| 258 | _ASBOX | 
|---|
| 259 | } >&5 | 
|---|
| 260 | cat >&5 <<_CSEOF | 
|---|
| 261 |  | 
|---|
| 262 | This file was extended by gc $as_me 6.8, which was | 
|---|
| 263 | generated by GNU Autoconf 2.59.  Invocation command line was | 
|---|
| 264 |  | 
|---|
| 265 | CONFIG_FILES    = $CONFIG_FILES | 
|---|
| 266 | CONFIG_HEADERS  = $CONFIG_HEADERS | 
|---|
| 267 | CONFIG_LINKS    = $CONFIG_LINKS | 
|---|
| 268 | CONFIG_COMMANDS = $CONFIG_COMMANDS | 
|---|
| 269 | $ $0 $@ | 
|---|
| 270 |  | 
|---|
| 271 | _CSEOF | 
|---|
| 272 | echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 | 
|---|
| 273 | echo >&5 | 
|---|
| 274 | config_files=" Makefile doc/Makefile include/Makefile" | 
|---|
| 275 | config_commands=" depfiles default" | 
|---|
| 276 |  | 
|---|
| 277 | ac_cs_usage="\ | 
|---|
| 278 | \`$as_me' instantiates files from templates according to the | 
|---|
| 279 | current configuration. | 
|---|
| 280 |  | 
|---|
| 281 | Usage: $0 [OPTIONS] [FILE]... | 
|---|
| 282 |  | 
|---|
| 283 | -h, --help       print this help, then exit | 
|---|
| 284 | -V, --version    print version number, then exit | 
|---|
| 285 | -q, --quiet      do not print progress messages | 
|---|
| 286 | -d, --debug      don't remove temporary files | 
|---|
| 287 | --recheck    update $as_me by reconfiguring in the same conditions | 
|---|
| 288 | --file=FILE[:TEMPLATE] | 
|---|
| 289 | instantiate the configuration file FILE | 
|---|
| 290 |  | 
|---|
| 291 | Configuration files: | 
|---|
| 292 | $config_files | 
|---|
| 293 |  | 
|---|
| 294 | Configuration commands: | 
|---|
| 295 | $config_commands | 
|---|
| 296 |  | 
|---|
| 297 | Report bugs to <bug-autoconf@gnu.org>." | 
|---|
| 298 | ac_cs_version="\ | 
|---|
| 299 | gc config.status 6.8 | 
|---|
| 300 | configured by configure, generated by GNU Autoconf 2.59, | 
|---|
| 301 | with options \"'--enable-threads=no'\" | 
|---|
| 302 |  | 
|---|
| 303 | Copyright (C) 2003 Free Software Foundation, Inc. | 
|---|
| 304 | This config.status script is free software; the Free Software Foundation | 
|---|
| 305 | gives unlimited permission to copy, distribute and modify it." | 
|---|
| 306 | srcdir=. | 
|---|
| 307 | INSTALL="" | 
|---|
| 308 | # If no file are specified by the user, then we need to provide default | 
|---|
| 309 | # value.  By we need to know if files were specified by the user. | 
|---|
| 310 | ac_need_defaults=: | 
|---|
| 311 | while test $# != 0 | 
|---|
| 312 | do | 
|---|
| 313 | case $1 in | 
|---|
| 314 | --*=*) | 
|---|
| 315 | ac_option=`expr "x$1" : 'x\([^=]*\)='` | 
|---|
| 316 | ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | 
|---|
| 317 | ac_shift=: | 
|---|
| 318 | ;; | 
|---|
| 319 | -*) | 
|---|
| 320 | ac_option=$1 | 
|---|
| 321 | ac_optarg=$2 | 
|---|
| 322 | ac_shift=shift | 
|---|
| 323 | ;; | 
|---|
| 324 | *) # This is not an option, so the user has probably given explicit | 
|---|
| 325 | # arguments. | 
|---|
| 326 | ac_option=$1 | 
|---|
| 327 | ac_need_defaults=false;; | 
|---|
| 328 | esac | 
|---|
| 329 |  | 
|---|
| 330 | case $ac_option in | 
|---|
| 331 | # Handling of the options. | 
|---|
| 332 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | 
|---|
| 333 | ac_cs_recheck=: ;; | 
|---|
| 334 | --version | --vers* | -V ) | 
|---|
| 335 | echo "$ac_cs_version"; exit 0 ;; | 
|---|
| 336 | --he | --h) | 
|---|
| 337 | # Conflict between --help and --header | 
|---|
| 338 | { { echo "$as_me:10404: error: ambiguous option: $1 | 
|---|
| 339 | Try \`$0 --help' for more information." >&5 | 
|---|
| 340 | echo "$as_me: error: ambiguous option: $1 | 
|---|
| 341 | Try \`$0 --help' for more information." >&2;} | 
|---|
| 342 | { (exit 1); exit 1; }; };; | 
|---|
| 343 | --help | --hel | -h ) | 
|---|
| 344 | echo "$ac_cs_usage"; exit 0 ;; | 
|---|
| 345 | --debug | --d* | -d ) | 
|---|
| 346 | debug=: ;; | 
|---|
| 347 | --file | --fil | --fi | --f ) | 
|---|
| 348 | $ac_shift | 
|---|
| 349 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" | 
|---|
| 350 | ac_need_defaults=false;; | 
|---|
| 351 | --header | --heade | --head | --hea ) | 
|---|
| 352 | $ac_shift | 
|---|
| 353 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | 
|---|
| 354 | ac_need_defaults=false;; | 
|---|
| 355 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 
|---|
| 356 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | 
|---|
| 357 | ac_cs_silent=: ;; | 
|---|
| 358 |  | 
|---|
| 359 | # This is an error. | 
|---|
| 360 | -*) { { echo "$as_me:10426: error: unrecognized option: $1 | 
|---|
| 361 | Try \`$0 --help' for more information." >&5 | 
|---|
| 362 | echo "$as_me: error: unrecognized option: $1 | 
|---|
| 363 | Try \`$0 --help' for more information." >&2;} | 
|---|
| 364 | { (exit 1); exit 1; }; } ;; | 
|---|
| 365 |  | 
|---|
| 366 | *) ac_config_targets="$ac_config_targets $1" ;; | 
|---|
| 367 |  | 
|---|
| 368 | esac | 
|---|
| 369 | shift | 
|---|
| 370 | done | 
|---|
| 371 |  | 
|---|
| 372 | ac_configure_extra_args= | 
|---|
| 373 |  | 
|---|
| 374 | if $ac_cs_silent; then | 
|---|
| 375 | exec 6>/dev/null | 
|---|
| 376 | ac_configure_extra_args="$ac_configure_extra_args --silent" | 
|---|
| 377 | fi | 
|---|
| 378 |  | 
|---|
| 379 | if $ac_cs_recheck; then | 
|---|
| 380 | echo "running sh configure " '--enable-threads=no' $ac_configure_extra_args " --no-create --no-recursion" >&6 | 
|---|
| 381 | exec sh configure '--enable-threads=no' $ac_configure_extra_args --no-create --no-recursion | 
|---|
| 382 | fi | 
|---|
| 383 |  | 
|---|
| 384 | # | 
|---|
| 385 | # INIT-COMMANDS section. | 
|---|
| 386 | # | 
|---|
| 387 |  | 
|---|
| 388 | AMDEP_TRUE="" ac_aux_dir="." | 
|---|
| 389 | srcdir=. | 
|---|
| 390 | host=i386-pc-os2-emx | 
|---|
| 391 | CONFIG_SHELL=l:/bin/ash.exe | 
|---|
| 392 | CC="gcc" | 
|---|
| 393 | DEFS="-DPACKAGE_NAME=\"gc\" | 
|---|
| 394 | -DPACKAGE_TARNAME=\"gc\" | 
|---|
| 395 | -DPACKAGE_VERSION=\"6.8\" | 
|---|
| 396 | -DPACKAGE_STRING=\"gc\ 6.8\" | 
|---|
| 397 | -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" | 
|---|
| 398 | -DGC_VERSION_MAJOR=6 | 
|---|
| 399 | -DGC_VERSION_MINOR=8 | 
|---|
| 400 | -DPACKAGE=\"gc\" | 
|---|
| 401 | -DVERSION=\"6.8\" | 
|---|
| 402 | -DSTDC_HEADERS=1 | 
|---|
| 403 | -DHAVE_SYS_TYPES_H=1 | 
|---|
| 404 | -DHAVE_SYS_STAT_H=1 | 
|---|
| 405 | -DHAVE_STDLIB_H=1 | 
|---|
| 406 | -DHAVE_STRING_H=1 | 
|---|
| 407 | -DHAVE_MEMORY_H=1 | 
|---|
| 408 | -DHAVE_STRINGS_H=1 | 
|---|
| 409 | -DHAVE_INTTYPES_H=1 | 
|---|
| 410 | -DHAVE_STDINT_H=1 | 
|---|
| 411 | -DHAVE_UNISTD_H=1 | 
|---|
| 412 | -DHAVE_DLFCN_H=1 | 
|---|
| 413 | -DSILENT=1 | 
|---|
| 414 | -DNO_SIGNALS=1 | 
|---|
| 415 | -DNO_EXECUTE_PERMISSION=1 | 
|---|
| 416 | -DALL_INTERIOR_POINTERS=1 | 
|---|
| 417 | -DJAVA_FINALIZATION=1 | 
|---|
| 418 | -DGC_GCJ_SUPPORT=1 | 
|---|
| 419 | -DATOMIC_UNCOLLECTABLE=1 | 
|---|
| 420 | " | 
|---|
| 421 |  | 
|---|
| 422 |  | 
|---|
| 423 | for ac_config_target in $ac_config_targets | 
|---|
| 424 | do | 
|---|
| 425 | case "$ac_config_target" in | 
|---|
| 426 | # Handling of arguments. | 
|---|
| 427 | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | 
|---|
| 428 | "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | 
|---|
| 429 | "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; | 
|---|
| 430 | "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | 
|---|
| 431 | "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | 
|---|
| 432 | *) { { echo "$as_me:10481: error: invalid argument: $ac_config_target" >&5 | 
|---|
| 433 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | 
|---|
| 434 | { (exit 1); exit 1; }; };; | 
|---|
| 435 | esac | 
|---|
| 436 | done | 
|---|
| 437 |  | 
|---|
| 438 | # If the user did not use the arguments to specify the items to instantiate, | 
|---|
| 439 | # then the envvar interface is used.  Set only those that are not. | 
|---|
| 440 | # We use the long form for the default assignment because of an extremely | 
|---|
| 441 | # bizarre bug on SunOS 4.1.3. | 
|---|
| 442 | if $ac_need_defaults; then | 
|---|
| 443 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | 
|---|
| 444 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | 
|---|
| 445 | fi | 
|---|
| 446 |  | 
|---|
| 447 | # Have a temporary directory for convenience.  Make it in the build tree | 
|---|
| 448 | # simply because there is no reason to put it here, and in addition, | 
|---|
| 449 | # creating and moving files from /tmp can sometimes cause problems. | 
|---|
| 450 | # Create a temporary directory, and hook for its removal unless debugging. | 
|---|
| 451 | $debug || | 
|---|
| 452 | { | 
|---|
| 453 | trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | 
|---|
| 454 | trap '{ (exit 1); exit 1; }' 1 2 13 15 | 
|---|
| 455 | } | 
|---|
| 456 |  | 
|---|
| 457 | # Create a (secure) tmp directory for tmp files. | 
|---|
| 458 |  | 
|---|
| 459 | { | 
|---|
| 460 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && | 
|---|
| 461 | test -n "$tmp" && test -d "$tmp" | 
|---|
| 462 | }  || | 
|---|
| 463 | { | 
|---|
| 464 | tmp=./confstat$$-$RANDOM | 
|---|
| 465 | (umask 077 && mkdir $tmp) | 
|---|
| 466 | } || | 
|---|
| 467 | { | 
|---|
| 468 | echo "$me: cannot create a temporary directory in ." >&2 | 
|---|
| 469 | { (exit 1); exit 1; } | 
|---|
| 470 | } | 
|---|
| 471 |  | 
|---|
| 472 |  | 
|---|
| 473 | # | 
|---|
| 474 | # CONFIG_FILES section. | 
|---|
| 475 | # | 
|---|
| 476 |  | 
|---|
| 477 | # No need to generate the scripts if there are no CONFIG_FILES. | 
|---|
| 478 | # This happens for instance when ./config.status config.h | 
|---|
| 479 | if test -n "$CONFIG_FILES"; then | 
|---|
| 480 | # Protect against being on the right side of a sed subst in config.status. | 
|---|
| 481 | sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g; | 
|---|
| 482 | s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF | 
|---|
| 483 | s,@SHELL@,sh,;t t | 
|---|
| 484 | s,@PATH_SEPARATOR@,;,;t t | 
|---|
| 485 | s,@PACKAGE_NAME@,gc,;t t | 
|---|
| 486 | s,@PACKAGE_TARNAME@,gc,;t t | 
|---|
| 487 | s,@PACKAGE_VERSION@,6.8,;t t | 
|---|
| 488 | s,@PACKAGE_STRING@,gc 6.8,;t t | 
|---|
| 489 | s,@PACKAGE_BUGREPORT@,Hans.Boehm@hp.com,;t t | 
|---|
| 490 | s,@exec_prefix@,${prefix},;t t | 
|---|
| 491 | s,@prefix@,/usr/local,;t t | 
|---|
| 492 | s,@program_transform_name@,s,x,x,,;t t | 
|---|
| 493 | s,@bindir@,${exec_prefix}/bin,;t t | 
|---|
| 494 | s,@sbindir@,${exec_prefix}/sbin,;t t | 
|---|
| 495 | s,@libexecdir@,${exec_prefix}/libexec,;t t | 
|---|
| 496 | s,@datadir@,${prefix}/share,;t t | 
|---|
| 497 | s,@sysconfdir@,${prefix}/etc,;t t | 
|---|
| 498 | s,@sharedstatedir@,${prefix}/com,;t t | 
|---|
| 499 | s,@localstatedir@,${prefix}/var,;t t | 
|---|
| 500 | s,@libdir@,${exec_prefix}/lib,;t t | 
|---|
| 501 | s,@includedir@,${prefix}/include,;t t | 
|---|
| 502 | s,@oldincludedir@,/usr/include,;t t | 
|---|
| 503 | s,@infodir@,${prefix}/info,;t t | 
|---|
| 504 | s,@mandir@,${prefix}/man,;t t | 
|---|
| 505 | s,@build_alias@,,;t t | 
|---|
| 506 | s,@host_alias@,,;t t | 
|---|
| 507 | s,@target_alias@,,;t t | 
|---|
| 508 | s,@DEFS@,-DPACKAGE_NAME=\"gc\" | 
|---|
| 509 | -DPACKAGE_TARNAME=\"gc\" | 
|---|
| 510 | -DPACKAGE_VERSION=\"6.8\" | 
|---|
| 511 | -DPACKAGE_STRING=\"gc\ 6.8\" | 
|---|
| 512 | -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" | 
|---|
| 513 | -DGC_VERSION_MAJOR=6 | 
|---|
| 514 | -DGC_VERSION_MINOR=8 | 
|---|
| 515 | -DPACKAGE=\"gc\" | 
|---|
| 516 | -DVERSION=\"6.8\" | 
|---|
| 517 | -DSTDC_HEADERS=1 | 
|---|
| 518 | -DHAVE_SYS_TYPES_H=1 | 
|---|
| 519 | -DHAVE_SYS_STAT_H=1 | 
|---|
| 520 | -DHAVE_STDLIB_H=1 | 
|---|
| 521 | -DHAVE_STRING_H=1 | 
|---|
| 522 | -DHAVE_MEMORY_H=1 | 
|---|
| 523 | -DHAVE_STRINGS_H=1 | 
|---|
| 524 | -DHAVE_INTTYPES_H=1 | 
|---|
| 525 | -DHAVE_STDINT_H=1 | 
|---|
| 526 | -DHAVE_UNISTD_H=1 | 
|---|
| 527 | -DHAVE_DLFCN_H=1 | 
|---|
| 528 | -DSILENT=1 | 
|---|
| 529 | -DNO_SIGNALS=1 | 
|---|
| 530 | -DNO_EXECUTE_PERMISSION=1 | 
|---|
| 531 | -DALL_INTERIOR_POINTERS=1 | 
|---|
| 532 | -DJAVA_FINALIZATION=1 | 
|---|
| 533 | -DGC_GCJ_SUPPORT=1 | 
|---|
| 534 | -DATOMIC_UNCOLLECTABLE=1 | 
|---|
| 535 | ,;t t | 
|---|
| 536 | s,@ECHO_C@,,;t t | 
|---|
| 537 | s,@ECHO_N@,-n,;t t | 
|---|
| 538 | s,@ECHO_T@,,;t t | 
|---|
| 539 | s,@LIBS@,,;t t | 
|---|
| 540 | s,@build@,i386-pc-os2-emx,;t t | 
|---|
| 541 | s,@build_cpu@,i386,;t t | 
|---|
| 542 | s,@build_vendor@,pc,;t t | 
|---|
| 543 | s,@build_os@,os2-emx,;t t | 
|---|
| 544 | s,@host@,i386-pc-os2-emx,;t t | 
|---|
| 545 | s,@host_cpu@,i386,;t t | 
|---|
| 546 | s,@host_vendor@,pc,;t t | 
|---|
| 547 | s,@host_os@,os2-emx,;t t | 
|---|
| 548 | s,@target@,i386-pc-os2-emx,;t t | 
|---|
| 549 | s,@target_cpu@,i386,;t t | 
|---|
| 550 | s,@target_vendor@,pc,;t t | 
|---|
| 551 | s,@target_os@,os2-emx,;t t | 
|---|
| 552 | s,@INSTALL_PROGRAM@,${INSTALL},;t t | 
|---|
| 553 | s,@INSTALL_SCRIPT@,${INSTALL},;t t | 
|---|
| 554 | s,@INSTALL_DATA@,${INSTALL} -m 644,;t t | 
|---|
| 555 | s,@CYGPATH_W@,echo,;t t | 
|---|
| 556 | s,@PACKAGE@,gc,;t t | 
|---|
| 557 | s,@VERSION@,6.8,;t t | 
|---|
| 558 | s,@ACLOCAL@,${SHELL} L:/svn-sources/nom/trunk/gc6.8/missing --run aclocal-1.9,;t t | 
|---|
| 559 | s,@AUTOCONF@,${SHELL} L:/svn-sources/nom/trunk/gc6.8/missing --run autoconf,;t t | 
|---|
| 560 | s,@AUTOMAKE@,${SHELL} L:/svn-sources/nom/trunk/gc6.8/missing --run automake-1.9,;t t | 
|---|
| 561 | s,@AUTOHEADER@,${SHELL} L:/svn-sources/nom/trunk/gc6.8/missing --run autoheader,;t t | 
|---|
| 562 | s,@MAKEINFO@,makeinfo --no-split,;t t | 
|---|
| 563 | s,@install_sh@,L:/svn-sources/nom/trunk/gc6.8/install-sh,;t t | 
|---|
| 564 | s,@STRIP@,strip,;t t | 
|---|
| 565 | s,@ac_ct_STRIP@,strip,;t t | 
|---|
| 566 | s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t | 
|---|
| 567 | s,@mkdir_p@,mkdir -p --,;t t | 
|---|
| 568 | s,@AWK@,gawk,;t t | 
|---|
| 569 | s,@SET_MAKE@,,;t t | 
|---|
| 570 | s,@am__leading_dot@,.,;t t | 
|---|
| 571 | s,@AMTAR@,tar.exe,;t t | 
|---|
| 572 | s,@am__tar@,${AMTAR} chof - "$$tardir",;t t | 
|---|
| 573 | s,@am__untar@,${AMTAR} xf -,;t t | 
|---|
| 574 | s,@GC_VERSION@,,;t t | 
|---|
| 575 | s,@CC@,gcc,;t t | 
|---|
| 576 | s,@CFLAGS@,-D__EMX__ -DOS2  -D__ST_MT_ERRNO__ -O2,;t t | 
|---|
| 577 | s,@LDFLAGS@,-Zexe -Zmap -D__ST_MT_ERRNO__ -s,;t t | 
|---|
| 578 | s,@CPPFLAGS@,,;t t | 
|---|
| 579 | s,@ac_ct_CC@,gcc,;t t | 
|---|
| 580 | s,@EXEEXT@,.exe,;t t | 
|---|
| 581 | s,@OBJEXT@,o,;t t | 
|---|
| 582 | s,@DEPDIR@,.deps,;t t | 
|---|
| 583 | s,@am__include@,include,;t t | 
|---|
| 584 | s,@am__quote@,,;t t | 
|---|
| 585 | s,@AMDEP_TRUE@,,;t t | 
|---|
| 586 | s,@AMDEP_FALSE@,#,;t t | 
|---|
| 587 | s,@AMDEPBACKSLASH@,\,;t t | 
|---|
| 588 | s,@CCDEPMODE@,depmode=gcc3,;t t | 
|---|
| 589 | s,@am__fastdepCC_TRUE@,,;t t | 
|---|
| 590 | s,@am__fastdepCC_FALSE@,#,;t t | 
|---|
| 591 | s,@CXX@,g++,;t t | 
|---|
| 592 | s,@CXXFLAGS@,-D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O2,;t t | 
|---|
| 593 | s,@ac_ct_CXX@,,;t t | 
|---|
| 594 | s,@CXXDEPMODE@,depmode=gcc3,;t t | 
|---|
| 595 | s,@am__fastdepCXX_TRUE@,,;t t | 
|---|
| 596 | s,@am__fastdepCXX_FALSE@,#,;t t | 
|---|
| 597 | s,@CCAS@,gcc,;t t | 
|---|
| 598 | s,@CCASFLAGS@,-D__EMX__ -DOS2  -D__ST_MT_ERRNO__ -O2,;t t | 
|---|
| 599 | s,@AR@,ar.exe,;t t | 
|---|
| 600 | s,@ac_ct_AR@,ar.exe,;t t | 
|---|
| 601 | s,@RANLIB@,echo,;t t | 
|---|
| 602 | s,@ac_ct_RANLIB@,echo,;t t | 
|---|
| 603 | s,@MAINTAINER_MODE_TRUE@,#,;t t | 
|---|
| 604 | s,@MAINTAINER_MODE_FALSE@,,;t t | 
|---|
| 605 | s,@MAINT@,#,;t t | 
|---|
| 606 | s,@GC_CFLAGS@, -fexceptions,;t t | 
|---|
| 607 | s,@THREADDLLIBS@, -ldl,;t t | 
|---|
| 608 | s,@POWERPC_DARWIN_TRUE@,#,;t t | 
|---|
| 609 | s,@POWERPC_DARWIN_FALSE@,,;t t | 
|---|
| 610 | s,@COMPILER_XLC_TRUE@,#,;t t | 
|---|
| 611 | s,@COMPILER_XLC_FALSE@,,;t t | 
|---|
| 612 | s,@EXTRA_TEST_LIBS@,,;t t | 
|---|
| 613 | s,@target_all@,libgc.la,;t t | 
|---|
| 614 | s,@CPLUSPLUS_TRUE@,#,;t t | 
|---|
| 615 | s,@CPLUSPLUS_FALSE@,,;t t | 
|---|
| 616 | s,@INCLUDES@,-I./include,;t t | 
|---|
| 617 | s,@CXXINCLUDES@,,;t t | 
|---|
| 618 | s,@addobjs@, mach_dep.lo,;t t | 
|---|
| 619 | s,@addincludes@,,;t t | 
|---|
| 620 | s,@addlibs@,,;t t | 
|---|
| 621 | s,@addtests@,,;t t | 
|---|
| 622 | s,@LN_S@,cp -p,;t t | 
|---|
| 623 | s,@ECHO@,echo,;t t | 
|---|
| 624 | s,@CPP@,gcc -E,;t t | 
|---|
| 625 | s,@EGREP@,grep -E,;t t | 
|---|
| 626 | s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t | 
|---|
| 627 | s,@MY_CFLAGS@,-D__EMX__ -DOS2  -D__ST_MT_ERRNO__ -O2,;t t | 
|---|
| 628 | s,@UNWINDLIBS@,,;t t | 
|---|
| 629 | s,@USE_LIBDIR_TRUE@,,;t t | 
|---|
| 630 | s,@USE_LIBDIR_FALSE@,#,;t t | 
|---|
| 631 | s,@LIBOBJS@,,;t t | 
|---|
| 632 | s,@LTLIBOBJS@,,;t t | 
|---|
| 633 | CEOF | 
|---|
| 634 |  | 
|---|
| 635 | # Split the substitutions into bite-sized pieces for seds with | 
|---|
| 636 | # small command number limits, like on Digital OSF/1 and HP-UX. | 
|---|
| 637 | ac_max_sed_lines=48 | 
|---|
| 638 | ac_sed_frag=1 # Number of current file. | 
|---|
| 639 | ac_beg=1 # First line for current file. | 
|---|
| 640 | ac_end=$ac_max_sed_lines # Line after last line for current file. | 
|---|
| 641 | ac_more_lines=: | 
|---|
| 642 | ac_sed_cmds= | 
|---|
| 643 | while $ac_more_lines; do | 
|---|
| 644 | if test $ac_beg -gt 1; then | 
|---|
| 645 | sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | 
|---|
| 646 | else | 
|---|
| 647 | sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | 
|---|
| 648 | fi | 
|---|
| 649 | if test ! -s $tmp/subs.frag; then | 
|---|
| 650 | ac_more_lines=false | 
|---|
| 651 | else | 
|---|
| 652 | # The purpose of the label and of the branching condition is to | 
|---|
| 653 | # speed up the sed processing (if there are no `@' at all, there | 
|---|
| 654 | # is no need to browse any of the substitutions). | 
|---|
| 655 | # These are the two extra sed commands mentioned above. | 
|---|
| 656 | (echo ':t | 
|---|
| 657 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | 
|---|
| 658 | if test -z "$ac_sed_cmds"; then | 
|---|
| 659 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | 
|---|
| 660 | else | 
|---|
| 661 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | 
|---|
| 662 | fi | 
|---|
| 663 | ac_sed_frag=`expr $ac_sed_frag + 1` | 
|---|
| 664 | ac_beg=$ac_end | 
|---|
| 665 | ac_end=`expr $ac_end + $ac_max_sed_lines` | 
|---|
| 666 | fi | 
|---|
| 667 | done | 
|---|
| 668 | if test -z "$ac_sed_cmds"; then | 
|---|
| 669 | ac_sed_cmds=cat | 
|---|
| 670 | fi | 
|---|
| 671 | fi # test -n "$CONFIG_FILES" | 
|---|
| 672 |  | 
|---|
| 673 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | 
|---|
| 674 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | 
|---|
| 675 | case $ac_file in | 
|---|
| 676 | - | *:- | *:-:* ) # input from stdin | 
|---|
| 677 | cat >$tmp/stdin | 
|---|
| 678 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 
|---|
| 679 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 
|---|
| 680 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 
|---|
| 681 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 
|---|
| 682 | * )   ac_file_in=$ac_file.in ;; | 
|---|
| 683 | esac | 
|---|
| 684 |  | 
|---|
| 685 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | 
|---|
| 686 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | 
|---|
| 687 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 688 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 
|---|
| 689 | X"$ac_file" : 'X\(//\)$' \| \ | 
|---|
| 690 | X"$ac_file" : 'X\(/\)' \| \ | 
|---|
| 691 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 692 | echo X"$ac_file" | | 
|---|
| 693 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 694 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 695 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 696 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 697 | s/.*/./; q'` | 
|---|
| 698 | { if $as_mkdir_p; then | 
|---|
| 699 | mkdir -p "$ac_dir" | 
|---|
| 700 | else | 
|---|
| 701 | as_dir="$ac_dir" | 
|---|
| 702 | as_dirs= | 
|---|
| 703 | while test ! -d "$as_dir"; do | 
|---|
| 704 | as_dirs="$as_dir $as_dirs" | 
|---|
| 705 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 
|---|
| 706 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 707 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 
|---|
| 708 | X"$as_dir" : 'X\(//\)$' \| \ | 
|---|
| 709 | X"$as_dir" : 'X\(/\)' \| \ | 
|---|
| 710 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 711 | echo X"$as_dir" | | 
|---|
| 712 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 713 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 714 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 715 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 716 | s/.*/./; q'` | 
|---|
| 717 | done | 
|---|
| 718 | test ! -n "$as_dirs" || mkdir $as_dirs | 
|---|
| 719 | fi || { { echo "$as_me:10749: error: cannot create directory \"$ac_dir\"" >&5 | 
|---|
| 720 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | 
|---|
| 721 | { (exit 1); exit 1; }; }; } | 
|---|
| 722 |  | 
|---|
| 723 | ac_builddir=. | 
|---|
| 724 |  | 
|---|
| 725 | if test "$ac_dir" != .; then | 
|---|
| 726 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | 
|---|
| 727 | # A "../" for each directory in $ac_dir_suffix. | 
|---|
| 728 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | 
|---|
| 729 | else | 
|---|
| 730 | ac_dir_suffix= ac_top_builddir= | 
|---|
| 731 | fi | 
|---|
| 732 |  | 
|---|
| 733 | case $srcdir in | 
|---|
| 734 | .)  # No --srcdir option.  We are building in place. | 
|---|
| 735 | ac_srcdir=. | 
|---|
| 736 | if test -z "$ac_top_builddir"; then | 
|---|
| 737 | ac_top_srcdir=. | 
|---|
| 738 | else | 
|---|
| 739 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | 
|---|
| 740 | fi ;; | 
|---|
| 741 | [\\/]* | ?:[\\/]* )  # Absolute path. | 
|---|
| 742 | ac_srcdir=$srcdir$ac_dir_suffix; | 
|---|
| 743 | ac_top_srcdir=$srcdir ;; | 
|---|
| 744 | *) # Relative path. | 
|---|
| 745 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 
|---|
| 746 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 
|---|
| 747 | esac | 
|---|
| 748 |  | 
|---|
| 749 | # Do not use `cd foo && pwd` to compute absolute paths, because | 
|---|
| 750 | # the directories may not exist. | 
|---|
| 751 | case `pwd` in | 
|---|
| 752 | .) ac_abs_builddir="$ac_dir";; | 
|---|
| 753 | *) | 
|---|
| 754 | case "$ac_dir" in | 
|---|
| 755 | .) ac_abs_builddir=`pwd`;; | 
|---|
| 756 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | 
|---|
| 757 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | 
|---|
| 758 | esac;; | 
|---|
| 759 | esac | 
|---|
| 760 | case $ac_abs_builddir in | 
|---|
| 761 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | 
|---|
| 762 | *) | 
|---|
| 763 | case ${ac_top_builddir}. in | 
|---|
| 764 | .) ac_abs_top_builddir=$ac_abs_builddir;; | 
|---|
| 765 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | 
|---|
| 766 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | 
|---|
| 767 | esac;; | 
|---|
| 768 | esac | 
|---|
| 769 | case $ac_abs_builddir in | 
|---|
| 770 | .) ac_abs_srcdir=$ac_srcdir;; | 
|---|
| 771 | *) | 
|---|
| 772 | case $ac_srcdir in | 
|---|
| 773 | .) ac_abs_srcdir=$ac_abs_builddir;; | 
|---|
| 774 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | 
|---|
| 775 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | 
|---|
| 776 | esac;; | 
|---|
| 777 | esac | 
|---|
| 778 | case $ac_abs_builddir in | 
|---|
| 779 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | 
|---|
| 780 | *) | 
|---|
| 781 | case $ac_top_srcdir in | 
|---|
| 782 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | 
|---|
| 783 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | 
|---|
| 784 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | 
|---|
| 785 | esac;; | 
|---|
| 786 | esac | 
|---|
| 787 |  | 
|---|
| 788 |  | 
|---|
| 789 | case $INSTALL in | 
|---|
| 790 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | 
|---|
| 791 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | 
|---|
| 792 | esac | 
|---|
| 793 |  | 
|---|
| 794 | # Let's still pretend it is `configure' which instantiates (i.e., don't | 
|---|
| 795 | # use $as_me), people would be surprised to read: | 
|---|
| 796 | #    /* config.h.  Generated by config.status.  */ | 
|---|
| 797 | if test x"$ac_file" = x-; then | 
|---|
| 798 | configure_input= | 
|---|
| 799 | else | 
|---|
| 800 | configure_input="$ac_file.  " | 
|---|
| 801 | fi | 
|---|
| 802 | configure_input=$configure_input"Generated from `echo $ac_file_in | | 
|---|
| 803 | sed 's,.*/,,'` by configure." | 
|---|
| 804 |  | 
|---|
| 805 | # First look for the input files in the build tree, otherwise in the | 
|---|
| 806 | # src tree. | 
|---|
| 807 | ac_file_inputs=`IFS=: | 
|---|
| 808 | for f in $ac_file_in; do | 
|---|
| 809 | case $f in | 
|---|
| 810 | -) echo $tmp/stdin ;; | 
|---|
| 811 | [\\/$]*) | 
|---|
| 812 | # Absolute (can't be DOS-style, as IFS=:) | 
|---|
| 813 | test -f "$f" || { { echo "$as_me:10843: error: cannot find input file: $f" >&5 | 
|---|
| 814 | echo "$as_me: error: cannot find input file: $f" >&2;} | 
|---|
| 815 | { (exit 1); exit 1; }; } | 
|---|
| 816 | echo "$f";; | 
|---|
| 817 | *) # Relative | 
|---|
| 818 | if test -f "$f"; then | 
|---|
| 819 | # Build tree | 
|---|
| 820 | echo "$f" | 
|---|
| 821 | elif test -f "$srcdir/$f"; then | 
|---|
| 822 | # Source tree | 
|---|
| 823 | echo "$srcdir/$f" | 
|---|
| 824 | else | 
|---|
| 825 | # /dev/null tree | 
|---|
| 826 | { { echo "$as_me:10856: error: cannot find input file: $f" >&5 | 
|---|
| 827 | echo "$as_me: error: cannot find input file: $f" >&2;} | 
|---|
| 828 | { (exit 1); exit 1; }; } | 
|---|
| 829 | fi;; | 
|---|
| 830 | esac | 
|---|
| 831 | done` || { (exit 1); exit 1; } | 
|---|
| 832 |  | 
|---|
| 833 | if test x"$ac_file" != x-; then | 
|---|
| 834 | { echo "$as_me:10864: creating $ac_file" >&5 | 
|---|
| 835 | echo "$as_me: creating $ac_file" >&6;} | 
|---|
| 836 | rm -f "$ac_file" | 
|---|
| 837 | fi | 
|---|
| 838 | sed "/^[       ]*VPATH[        ]*=/{ | 
|---|
| 839 | s/:*\$(srcdir):*/:/; | 
|---|
| 840 | s/:*\${srcdir}:*/:/; | 
|---|
| 841 | s/:*@srcdir@:*/:/; | 
|---|
| 842 | s/^\([^=]*=[     ]*\):*/\1/; | 
|---|
| 843 | s/:*$//; | 
|---|
| 844 | s/^[^=]*=[       ]*$//; | 
|---|
| 845 | } | 
|---|
| 846 |  | 
|---|
| 847 | :t | 
|---|
| 848 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | 
|---|
| 849 | s,@configure_input@,$configure_input,;t t | 
|---|
| 850 | s,@srcdir@,$ac_srcdir,;t t | 
|---|
| 851 | s,@abs_srcdir@,$ac_abs_srcdir,;t t | 
|---|
| 852 | s,@top_srcdir@,$ac_top_srcdir,;t t | 
|---|
| 853 | s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t | 
|---|
| 854 | s,@builddir@,$ac_builddir,;t t | 
|---|
| 855 | s,@abs_builddir@,$ac_abs_builddir,;t t | 
|---|
| 856 | s,@top_builddir@,$ac_top_builddir,;t t | 
|---|
| 857 | s,@abs_top_builddir@,$ac_abs_top_builddir,;t t | 
|---|
| 858 | s,@INSTALL@,$ac_INSTALL,;t t | 
|---|
| 859 | " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | 
|---|
| 860 | rm -f $tmp/stdin | 
|---|
| 861 | if test x"$ac_file" != x-; then | 
|---|
| 862 | mv $tmp/out $ac_file | 
|---|
| 863 | else | 
|---|
| 864 | cat $tmp/out | 
|---|
| 865 | rm -f $tmp/out | 
|---|
| 866 | fi | 
|---|
| 867 |  | 
|---|
| 868 | done | 
|---|
| 869 |  | 
|---|
| 870 | # | 
|---|
| 871 | # CONFIG_COMMANDS section. | 
|---|
| 872 | # | 
|---|
| 873 | for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | 
|---|
| 874 | ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | 
|---|
| 875 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | 
|---|
| 876 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | 
|---|
| 877 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 878 | X"$ac_dest" : 'X\(//\)[^/]' \| \ | 
|---|
| 879 | X"$ac_dest" : 'X\(//\)$' \| \ | 
|---|
| 880 | X"$ac_dest" : 'X\(/\)' \| \ | 
|---|
| 881 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 882 | echo X"$ac_dest" | | 
|---|
| 883 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 884 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 885 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 886 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 887 | s/.*/./; q'` | 
|---|
| 888 | { if $as_mkdir_p; then | 
|---|
| 889 | mkdir -p "$ac_dir" | 
|---|
| 890 | else | 
|---|
| 891 | as_dir="$ac_dir" | 
|---|
| 892 | as_dirs= | 
|---|
| 893 | while test ! -d "$as_dir"; do | 
|---|
| 894 | as_dirs="$as_dir $as_dirs" | 
|---|
| 895 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 
|---|
| 896 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 897 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 
|---|
| 898 | X"$as_dir" : 'X\(//\)$' \| \ | 
|---|
| 899 | X"$as_dir" : 'X\(/\)' \| \ | 
|---|
| 900 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 901 | echo X"$as_dir" | | 
|---|
| 902 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 903 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 904 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 905 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 906 | s/.*/./; q'` | 
|---|
| 907 | done | 
|---|
| 908 | test ! -n "$as_dirs" || mkdir $as_dirs | 
|---|
| 909 | fi || { { echo "$as_me:10938: error: cannot create directory \"$ac_dir\"" >&5 | 
|---|
| 910 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | 
|---|
| 911 | { (exit 1); exit 1; }; }; } | 
|---|
| 912 |  | 
|---|
| 913 | ac_builddir=. | 
|---|
| 914 |  | 
|---|
| 915 | if test "$ac_dir" != .; then | 
|---|
| 916 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | 
|---|
| 917 | # A "../" for each directory in $ac_dir_suffix. | 
|---|
| 918 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | 
|---|
| 919 | else | 
|---|
| 920 | ac_dir_suffix= ac_top_builddir= | 
|---|
| 921 | fi | 
|---|
| 922 |  | 
|---|
| 923 | case $srcdir in | 
|---|
| 924 | .)  # No --srcdir option.  We are building in place. | 
|---|
| 925 | ac_srcdir=. | 
|---|
| 926 | if test -z "$ac_top_builddir"; then | 
|---|
| 927 | ac_top_srcdir=. | 
|---|
| 928 | else | 
|---|
| 929 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | 
|---|
| 930 | fi ;; | 
|---|
| 931 | [\\/]* | ?:[\\/]* )  # Absolute path. | 
|---|
| 932 | ac_srcdir=$srcdir$ac_dir_suffix; | 
|---|
| 933 | ac_top_srcdir=$srcdir ;; | 
|---|
| 934 | *) # Relative path. | 
|---|
| 935 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 
|---|
| 936 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 
|---|
| 937 | esac | 
|---|
| 938 |  | 
|---|
| 939 | # Do not use `cd foo && pwd` to compute absolute paths, because | 
|---|
| 940 | # the directories may not exist. | 
|---|
| 941 | case `pwd` in | 
|---|
| 942 | .) ac_abs_builddir="$ac_dir";; | 
|---|
| 943 | *) | 
|---|
| 944 | case "$ac_dir" in | 
|---|
| 945 | .) ac_abs_builddir=`pwd`;; | 
|---|
| 946 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | 
|---|
| 947 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | 
|---|
| 948 | esac;; | 
|---|
| 949 | esac | 
|---|
| 950 | case $ac_abs_builddir in | 
|---|
| 951 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | 
|---|
| 952 | *) | 
|---|
| 953 | case ${ac_top_builddir}. in | 
|---|
| 954 | .) ac_abs_top_builddir=$ac_abs_builddir;; | 
|---|
| 955 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | 
|---|
| 956 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | 
|---|
| 957 | esac;; | 
|---|
| 958 | esac | 
|---|
| 959 | case $ac_abs_builddir in | 
|---|
| 960 | .) ac_abs_srcdir=$ac_srcdir;; | 
|---|
| 961 | *) | 
|---|
| 962 | case $ac_srcdir in | 
|---|
| 963 | .) ac_abs_srcdir=$ac_abs_builddir;; | 
|---|
| 964 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | 
|---|
| 965 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | 
|---|
| 966 | esac;; | 
|---|
| 967 | esac | 
|---|
| 968 | case $ac_abs_builddir in | 
|---|
| 969 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | 
|---|
| 970 | *) | 
|---|
| 971 | case $ac_top_srcdir in | 
|---|
| 972 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | 
|---|
| 973 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | 
|---|
| 974 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | 
|---|
| 975 | esac;; | 
|---|
| 976 | esac | 
|---|
| 977 |  | 
|---|
| 978 |  | 
|---|
| 979 | { echo "$as_me:11008: executing $ac_dest commands" >&5 | 
|---|
| 980 | echo "$as_me: executing $ac_dest commands" >&6;} | 
|---|
| 981 | case $ac_dest in | 
|---|
| 982 | depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | 
|---|
| 983 | # Strip MF so we end up with the name of the file. | 
|---|
| 984 | mf=`echo "$mf" | sed -e 's/:.*$//'` | 
|---|
| 985 | # Check whether this is an Automake generated Makefile or not. | 
|---|
| 986 | # We used to match only the files named `Makefile.in', but | 
|---|
| 987 | # some people rename them; so instead we look at the file content. | 
|---|
| 988 | # Grep'ing the first line is not enough: some people post-process | 
|---|
| 989 | # each Makefile.in and add a new line on top of each file to say so. | 
|---|
| 990 | # So let's grep whole file. | 
|---|
| 991 | if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then | 
|---|
| 992 | dirpart=`(dirname "$mf") 2>/dev/null || | 
|---|
| 993 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 994 | X"$mf" : 'X\(//\)[^/]' \| \ | 
|---|
| 995 | X"$mf" : 'X\(//\)$' \| \ | 
|---|
| 996 | X"$mf" : 'X\(/\)' \| \ | 
|---|
| 997 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 998 | echo X"$mf" | | 
|---|
| 999 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 1000 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 1001 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 1002 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 1003 | s/.*/./; q'` | 
|---|
| 1004 | else | 
|---|
| 1005 | continue | 
|---|
| 1006 | fi | 
|---|
| 1007 | # Extract the definition of DEPDIR, am__include, and am__quote | 
|---|
| 1008 | # from the Makefile without running `make'. | 
|---|
| 1009 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | 
|---|
| 1010 | test -z "$DEPDIR" && continue | 
|---|
| 1011 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | 
|---|
| 1012 | test -z "am__include" && continue | 
|---|
| 1013 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | 
|---|
| 1014 | # When using ansi2knr, U may be empty or an underscore; expand it | 
|---|
| 1015 | U=`sed -n 's/^U = //p' < "$mf"` | 
|---|
| 1016 | # Find all dependency output files, they are included files with | 
|---|
| 1017 | # $(DEPDIR) in their names.  We invoke sed twice because it is the | 
|---|
| 1018 | # simplest approach to changing $(DEPDIR) to its actual value in the | 
|---|
| 1019 | # expansion. | 
|---|
| 1020 | for file in `sed -n " | 
|---|
| 1021 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | 
|---|
| 1022 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | 
|---|
| 1023 | # Make sure the directory exists. | 
|---|
| 1024 | test -f "$dirpart/$file" && continue | 
|---|
| 1025 | fdir=`(dirname "$file") 2>/dev/null || | 
|---|
| 1026 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 1027 | X"$file" : 'X\(//\)[^/]' \| \ | 
|---|
| 1028 | X"$file" : 'X\(//\)$' \| \ | 
|---|
| 1029 | X"$file" : 'X\(/\)' \| \ | 
|---|
| 1030 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 1031 | echo X"$file" | | 
|---|
| 1032 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 1033 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 1034 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 1035 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 1036 | s/.*/./; q'` | 
|---|
| 1037 | { if $as_mkdir_p; then | 
|---|
| 1038 | mkdir -p $dirpart/$fdir | 
|---|
| 1039 | else | 
|---|
| 1040 | as_dir=$dirpart/$fdir | 
|---|
| 1041 | as_dirs= | 
|---|
| 1042 | while test ! -d "$as_dir"; do | 
|---|
| 1043 | as_dirs="$as_dir $as_dirs" | 
|---|
| 1044 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 
|---|
| 1045 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 
|---|
| 1046 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 
|---|
| 1047 | X"$as_dir" : 'X\(//\)$' \| \ | 
|---|
| 1048 | X"$as_dir" : 'X\(/\)' \| \ | 
|---|
| 1049 | .     : '\(.\)' 2>/dev/null || | 
|---|
| 1050 | echo X"$as_dir" | | 
|---|
| 1051 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 
|---|
| 1052 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 
|---|
| 1053 | /^X\(\/\/\)$/{ s//\1/; q; } | 
|---|
| 1054 | /^X\(\/\).*/{ s//\1/; q; } | 
|---|
| 1055 | s/.*/./; q'` | 
|---|
| 1056 | done | 
|---|
| 1057 | test ! -n "$as_dirs" || mkdir $as_dirs | 
|---|
| 1058 | fi || { { echo "$as_me:11087: error: cannot create directory $dirpart/$fdir" >&5 | 
|---|
| 1059 | echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} | 
|---|
| 1060 | { (exit 1); exit 1; }; }; } | 
|---|
| 1061 |  | 
|---|
| 1062 | # echo "creating $dirpart/$file" | 
|---|
| 1063 | echo '# dummy' > "$dirpart/$file" | 
|---|
| 1064 | done | 
|---|
| 1065 | done | 
|---|
| 1066 | ;; | 
|---|
| 1067 | esac | 
|---|
| 1068 | done | 
|---|
| 1069 |  | 
|---|
| 1070 | { (exit 0); exit 0; } | 
|---|