| 1 | #! /bin/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-/bin/sh} |
|---|
| 11 | ## --------------------- ## |
|---|
| 12 | ## M4sh Initialization. ## |
|---|
| 13 | ## --------------------- ## |
|---|
| 14 | |
|---|
| 15 | # Be more Bourne compatible |
|---|
| 16 | DUALCASE=1; export DUALCASE # for MKS sh |
|---|
| 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 18 | emulate sh |
|---|
| 19 | NULLCMD=: |
|---|
| 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|---|
| 21 | # is contrary to our usage. Disable this feature. |
|---|
| 22 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 23 | setopt NO_GLOB_SUBST |
|---|
| 24 | else |
|---|
| 25 | case `(set -o) 2>/dev/null` in |
|---|
| 26 | *posix*) set -o posix ;; |
|---|
| 27 | esac |
|---|
| 28 | |
|---|
| 29 | fi |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | # PATH needs CR |
|---|
| 35 | # Avoid depending upon Character Ranges. |
|---|
| 36 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|---|
| 37 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
|---|
| 38 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
|---|
| 39 | as_cr_digits='0123456789' |
|---|
| 40 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
|---|
| 41 | |
|---|
| 42 | as_nl=' |
|---|
| 43 | ' |
|---|
| 44 | export as_nl |
|---|
| 45 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
|---|
| 46 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|---|
| 47 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 49 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|---|
| 50 | as_echo='printf %s\n' |
|---|
| 51 | as_echo_n='printf %s' |
|---|
| 52 | else |
|---|
| 53 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|---|
| 54 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|---|
| 55 | as_echo_n='/usr/ucb/echo -n' |
|---|
| 56 | else |
|---|
| 57 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|---|
| 58 | as_echo_n_body='eval |
|---|
| 59 | arg=$1; |
|---|
| 60 | case $arg in |
|---|
| 61 | *"$as_nl"*) |
|---|
| 62 | expr "X$arg" : "X\\(.*\\)$as_nl"; |
|---|
| 63 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|---|
| 64 | esac; |
|---|
| 65 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|---|
| 66 | ' |
|---|
| 67 | export as_echo_n_body |
|---|
| 68 | as_echo_n='sh -c $as_echo_n_body as_echo' |
|---|
| 69 | fi |
|---|
| 70 | export as_echo_body |
|---|
| 71 | as_echo='sh -c $as_echo_body as_echo' |
|---|
| 72 | fi |
|---|
| 73 | |
|---|
| 74 | # The user is always right. |
|---|
| 75 | if test "${PATH_SEPARATOR+set}" != set; then |
|---|
| 76 | PATH_SEPARATOR=: |
|---|
| 77 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|---|
| 78 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|---|
| 79 | PATH_SEPARATOR=';' |
|---|
| 80 | } |
|---|
| 81 | fi |
|---|
| 82 | |
|---|
| 83 | # Support unset when possible. |
|---|
| 84 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
|---|
| 85 | as_unset=unset |
|---|
| 86 | else |
|---|
| 87 | as_unset=false |
|---|
| 88 | fi |
|---|
| 89 | |
|---|
| 90 | |
|---|
| 91 | # IFS |
|---|
| 92 | # We need space, tab and new line, in precisely that order. Quoting is |
|---|
| 93 | # there to prevent editors from complaining about space-tab. |
|---|
| 94 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|---|
| 95 | # splitting by setting IFS to empty value.) |
|---|
| 96 | IFS=" "" $as_nl" |
|---|
| 97 | |
|---|
| 98 | # Find who we are. Look in the path if we contain no directory separator. |
|---|
| 99 | case $0 in |
|---|
| 100 | *[\\/]* ) as_myself=$0 ;; |
|---|
| 101 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 102 | for as_dir in $PATH |
|---|
| 103 | do |
|---|
| 104 | IFS=$as_save_IFS |
|---|
| 105 | test -z "$as_dir" && as_dir=. |
|---|
| 106 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|---|
| 107 | done |
|---|
| 108 | IFS=$as_save_IFS |
|---|
| 109 | |
|---|
| 110 | ;; |
|---|
| 111 | esac |
|---|
| 112 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
|---|
| 113 | # in which case we are not to be found in the path. |
|---|
| 114 | if test "x$as_myself" = x; then |
|---|
| 115 | as_myself=$0 |
|---|
| 116 | fi |
|---|
| 117 | if test ! -f "$as_myself"; then |
|---|
| 118 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|---|
| 119 | { (exit 1); exit 1; } |
|---|
| 120 | fi |
|---|
| 121 | |
|---|
| 122 | # Work around bugs in pre-3.0 UWIN ksh. |
|---|
| 123 | for as_var in ENV MAIL MAILPATH |
|---|
| 124 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 125 | done |
|---|
| 126 | PS1='$ ' |
|---|
| 127 | PS2='> ' |
|---|
| 128 | PS4='+ ' |
|---|
| 129 | |
|---|
| 130 | # NLS nuisances. |
|---|
| 131 | LC_ALL=C |
|---|
| 132 | export LC_ALL |
|---|
| 133 | LANGUAGE=C |
|---|
| 134 | export LANGUAGE |
|---|
| 135 | |
|---|
| 136 | # Required to use basename. |
|---|
| 137 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 138 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 139 | as_expr=expr |
|---|
| 140 | else |
|---|
| 141 | as_expr=false |
|---|
| 142 | fi |
|---|
| 143 | |
|---|
| 144 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
|---|
| 145 | as_basename=basename |
|---|
| 146 | else |
|---|
| 147 | as_basename=false |
|---|
| 148 | fi |
|---|
| 149 | |
|---|
| 150 | |
|---|
| 151 | # Name of the executable. |
|---|
| 152 | as_me=`$as_basename -- "$0" || |
|---|
| 153 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
|---|
| 154 | X"$0" : 'X\(//\)$' \| \ |
|---|
| 155 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 156 | $as_echo X/"$0" | |
|---|
| 157 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|---|
| 158 | s//\1/ |
|---|
| 159 | q |
|---|
| 160 | } |
|---|
| 161 | /^X\/\(\/\/\)$/{ |
|---|
| 162 | s//\1/ |
|---|
| 163 | q |
|---|
| 164 | } |
|---|
| 165 | /^X\/\(\/\).*/{ |
|---|
| 166 | s//\1/ |
|---|
| 167 | q |
|---|
| 168 | } |
|---|
| 169 | s/.*/./; q'` |
|---|
| 170 | |
|---|
| 171 | # CDPATH. |
|---|
| 172 | $as_unset CDPATH |
|---|
| 173 | |
|---|
| 174 | |
|---|
| 175 | |
|---|
| 176 | as_lineno_1=$LINENO |
|---|
| 177 | as_lineno_2=$LINENO |
|---|
| 178 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 179 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
|---|
| 180 | |
|---|
| 181 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
|---|
| 182 | # uniformly replaced by the line number. The first 'sed' inserts a |
|---|
| 183 | # line-number line after each line using $LINENO; the second 'sed' |
|---|
| 184 | # does the real work. The second script uses 'N' to pair each |
|---|
| 185 | # line-number line with the line containing $LINENO, and appends |
|---|
| 186 | # trailing '-' during substitution so that $LINENO is not a special |
|---|
| 187 | # case at line end. |
|---|
| 188 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
|---|
| 189 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
|---|
| 190 | # E. McMahon (1931-1989) for sed's syntax. :-) |
|---|
| 191 | sed -n ' |
|---|
| 192 | p |
|---|
| 193 | /[$]LINENO/= |
|---|
| 194 | ' <$as_myself | |
|---|
| 195 | sed ' |
|---|
| 196 | s/[$]LINENO.*/&-/ |
|---|
| 197 | t lineno |
|---|
| 198 | b |
|---|
| 199 | :lineno |
|---|
| 200 | N |
|---|
| 201 | :loop |
|---|
| 202 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
|---|
| 203 | t loop |
|---|
| 204 | s/-\n.*// |
|---|
| 205 | ' >$as_me.lineno && |
|---|
| 206 | chmod +x "$as_me.lineno" || |
|---|
| 207 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
|---|
| 208 | { (exit 1); exit 1; }; } |
|---|
| 209 | |
|---|
| 210 | # Don't try to exec as it changes $[0], causing all sort of problems |
|---|
| 211 | # (the dirname of $[0] is not the place where we might find the |
|---|
| 212 | # original and so on. Autoconf is especially sensitive to this). |
|---|
| 213 | . "./$as_me.lineno" |
|---|
| 214 | # Exit status is that of the last command. |
|---|
| 215 | exit |
|---|
| 216 | } |
|---|
| 217 | |
|---|
| 218 | |
|---|
| 219 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|---|
| 220 | as_dirname=dirname |
|---|
| 221 | else |
|---|
| 222 | as_dirname=false |
|---|
| 223 | fi |
|---|
| 224 | |
|---|
| 225 | ECHO_C= ECHO_N= ECHO_T= |
|---|
| 226 | case `echo -n x` in |
|---|
| 227 | -n*) |
|---|
| 228 | case `echo 'x\c'` in |
|---|
| 229 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|---|
| 230 | *) ECHO_C='\c';; |
|---|
| 231 | esac;; |
|---|
| 232 | *) |
|---|
| 233 | ECHO_N='-n';; |
|---|
| 234 | esac |
|---|
| 235 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 236 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 237 | as_expr=expr |
|---|
| 238 | else |
|---|
| 239 | as_expr=false |
|---|
| 240 | fi |
|---|
| 241 | |
|---|
| 242 | rm -f conf$$ conf$$.exe conf$$.file |
|---|
| 243 | if test -d conf$$.dir; then |
|---|
| 244 | rm -f conf$$.dir/conf$$.file |
|---|
| 245 | else |
|---|
| 246 | rm -f conf$$.dir |
|---|
| 247 | mkdir conf$$.dir 2>/dev/null |
|---|
| 248 | fi |
|---|
| 249 | if (echo >conf$$.file) 2>/dev/null; then |
|---|
| 250 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
|---|
| 251 | as_ln_s='ln -s' |
|---|
| 252 | # ... but there are two gotchas: |
|---|
| 253 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|---|
| 254 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|---|
| 255 | # In both cases, we have to default to `cp -p'. |
|---|
| 256 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|---|
| 257 | as_ln_s='cp -p' |
|---|
| 258 | elif ln conf$$.file conf$$ 2>/dev/null; then |
|---|
| 259 | as_ln_s=ln |
|---|
| 260 | else |
|---|
| 261 | as_ln_s='cp -p' |
|---|
| 262 | fi |
|---|
| 263 | else |
|---|
| 264 | as_ln_s='cp -p' |
|---|
| 265 | fi |
|---|
| 266 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|---|
| 267 | rmdir conf$$.dir 2>/dev/null |
|---|
| 268 | |
|---|
| 269 | if mkdir -p . 2>/dev/null; then |
|---|
| 270 | as_mkdir_p=: |
|---|
| 271 | else |
|---|
| 272 | test -d ./-p && rmdir ./-p |
|---|
| 273 | as_mkdir_p=false |
|---|
| 274 | fi |
|---|
| 275 | |
|---|
| 276 | if test -x / >/dev/null 2>&1; then |
|---|
| 277 | as_test_x='test -x' |
|---|
| 278 | else |
|---|
| 279 | if ls -dL / >/dev/null 2>&1; then |
|---|
| 280 | as_ls_L_option=L |
|---|
| 281 | else |
|---|
| 282 | as_ls_L_option= |
|---|
| 283 | fi |
|---|
| 284 | as_test_x=' |
|---|
| 285 | eval sh -c '\'' |
|---|
| 286 | if test -d "$1"; then |
|---|
| 287 | test -d "$1/."; |
|---|
| 288 | else |
|---|
| 289 | case $1 in |
|---|
| 290 | -*)set "./$1";; |
|---|
| 291 | esac; |
|---|
| 292 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
|---|
| 293 | ???[sx]*):;;*)false;;esac;fi |
|---|
| 294 | '\'' sh |
|---|
| 295 | ' |
|---|
| 296 | fi |
|---|
| 297 | as_executable_p=$as_test_x |
|---|
| 298 | |
|---|
| 299 | # Sed expression to map a string onto a valid CPP name. |
|---|
| 300 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 301 | |
|---|
| 302 | # Sed expression to map a string onto a valid variable name. |
|---|
| 303 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 304 | |
|---|
| 305 | |
|---|
| 306 | exec 6>&1 |
|---|
| 307 | |
|---|
| 308 | # Save the log message, to keep $[0] and so on meaningful, and to |
|---|
| 309 | # report actual input values of CONFIG_FILES etc. instead of their |
|---|
| 310 | # values after options handling. |
|---|
| 311 | ac_log=" |
|---|
| 312 | This file was extended by OpenPA $as_me 1.0.0, which was |
|---|
| 313 | generated by GNU Autoconf 2.62. Invocation command line was |
|---|
| 314 | |
|---|
| 315 | CONFIG_FILES = $CONFIG_FILES |
|---|
| 316 | CONFIG_HEADERS = $CONFIG_HEADERS |
|---|
| 317 | CONFIG_LINKS = $CONFIG_LINKS |
|---|
| 318 | CONFIG_COMMANDS = $CONFIG_COMMANDS |
|---|
| 319 | $ $0 $@ |
|---|
| 320 | |
|---|
| 321 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 322 | " |
|---|
| 323 | |
|---|
| 324 | # Files that config.status was made for. |
|---|
| 325 | config_files=" Makefile src/Makefile test/Makefile" |
|---|
| 326 | config_headers=" src/config.h" |
|---|
| 327 | config_commands=" src/opa_config.h depfiles" |
|---|
| 328 | |
|---|
| 329 | ac_cs_usage="\ |
|---|
| 330 | \`$as_me' instantiates files from templates according to the |
|---|
| 331 | current configuration. |
|---|
| 332 | |
|---|
| 333 | Usage: $0 [OPTIONS] [FILE]... |
|---|
| 334 | |
|---|
| 335 | -h, --help print this help, then exit |
|---|
| 336 | -V, --version print version number and configuration settings, then exit |
|---|
| 337 | -q, --quiet do not print progress messages |
|---|
| 338 | -d, --debug don't remove temporary files |
|---|
| 339 | --recheck update $as_me by reconfiguring in the same conditions |
|---|
| 340 | --file=FILE[:TEMPLATE] |
|---|
| 341 | instantiate the configuration file FILE |
|---|
| 342 | --header=FILE[:TEMPLATE] |
|---|
| 343 | instantiate the configuration header FILE |
|---|
| 344 | |
|---|
| 345 | Configuration files: |
|---|
| 346 | $config_files |
|---|
| 347 | |
|---|
| 348 | Configuration headers: |
|---|
| 349 | $config_headers |
|---|
| 350 | |
|---|
| 351 | Configuration commands: |
|---|
| 352 | $config_commands |
|---|
| 353 | |
|---|
| 354 | Report bugs to <bug-autoconf@gnu.org>." |
|---|
| 355 | |
|---|
| 356 | ac_cs_version="\ |
|---|
| 357 | OpenPA config.status 1.0.0 |
|---|
| 358 | configured by /home/administrator/libraries/mpich2-1.1/src/openpa/configure, generated by GNU Autoconf 2.62, |
|---|
| 359 | with options \"'--prefix=/home/administrator/mpich2-install' '--with-device=ch3:sock' '--with-pm=mpd' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/home/administrator/libraries/mpich2-1.1/src/openpa/src -I/tmp/administrator/mpich2/src/openpa/src'\" |
|---|
| 360 | |
|---|
| 361 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 362 | This config.status script is free software; the Free Software Foundation |
|---|
| 363 | gives unlimited permission to copy, distribute and modify it." |
|---|
| 364 | |
|---|
| 365 | ac_pwd='/tmp/administrator/mpich2/src/openpa' |
|---|
| 366 | srcdir='/home/administrator/libraries/mpich2-1.1/src/openpa' |
|---|
| 367 | INSTALL='/usr/bin/install -c' |
|---|
| 368 | MKDIR_P='mkdir -p' |
|---|
| 369 | AWK='gawk' |
|---|
| 370 | test -n "$AWK" || AWK=awk |
|---|
| 371 | # The default lists apply if the user does not specify any file. |
|---|
| 372 | ac_need_defaults=: |
|---|
| 373 | while test $# != 0 |
|---|
| 374 | do |
|---|
| 375 | case $1 in |
|---|
| 376 | --*=*) |
|---|
| 377 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
|---|
| 378 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
|---|
| 379 | ac_shift=: |
|---|
| 380 | ;; |
|---|
| 381 | *) |
|---|
| 382 | ac_option=$1 |
|---|
| 383 | ac_optarg=$2 |
|---|
| 384 | ac_shift=shift |
|---|
| 385 | ;; |
|---|
| 386 | esac |
|---|
| 387 | |
|---|
| 388 | case $ac_option in |
|---|
| 389 | # Handling of the options. |
|---|
| 390 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
|---|
| 391 | ac_cs_recheck=: ;; |
|---|
| 392 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
|---|
| 393 | $as_echo "$ac_cs_version"; exit ;; |
|---|
| 394 | --debug | --debu | --deb | --de | --d | -d ) |
|---|
| 395 | debug=: ;; |
|---|
| 396 | --file | --fil | --fi | --f ) |
|---|
| 397 | $ac_shift |
|---|
| 398 | case $ac_optarg in |
|---|
| 399 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 400 | esac |
|---|
| 401 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" |
|---|
| 402 | ac_need_defaults=false;; |
|---|
| 403 | --header | --heade | --head | --hea ) |
|---|
| 404 | $ac_shift |
|---|
| 405 | case $ac_optarg in |
|---|
| 406 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 407 | esac |
|---|
| 408 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" |
|---|
| 409 | ac_need_defaults=false;; |
|---|
| 410 | --he | --h) |
|---|
| 411 | # Conflict between --help and --header |
|---|
| 412 | { $as_echo "$as_me: error: ambiguous option: $1 |
|---|
| 413 | Try \`$0 --help' for more information." >&2 |
|---|
| 414 | { (exit 1); exit 1; }; };; |
|---|
| 415 | --help | --hel | -h ) |
|---|
| 416 | $as_echo "$ac_cs_usage"; exit ;; |
|---|
| 417 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 418 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
|---|
| 419 | ac_cs_silent=: ;; |
|---|
| 420 | |
|---|
| 421 | # This is an error. |
|---|
| 422 | -*) { $as_echo "$as_me: error: unrecognized option: $1 |
|---|
| 423 | Try \`$0 --help' for more information." >&2 |
|---|
| 424 | { (exit 1); exit 1; }; } ;; |
|---|
| 425 | |
|---|
| 426 | *) ac_config_targets="$ac_config_targets $1" |
|---|
| 427 | ac_need_defaults=false ;; |
|---|
| 428 | |
|---|
| 429 | esac |
|---|
| 430 | shift |
|---|
| 431 | done |
|---|
| 432 | |
|---|
| 433 | ac_configure_extra_args= |
|---|
| 434 | |
|---|
| 435 | if $ac_cs_silent; then |
|---|
| 436 | exec 6>/dev/null |
|---|
| 437 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
|---|
| 438 | fi |
|---|
| 439 | |
|---|
| 440 | if $ac_cs_recheck; then |
|---|
| 441 | set X '/bin/sh' '/home/administrator/libraries/mpich2-1.1/src/openpa/configure' '--prefix=/home/administrator/mpich2-install' '--with-device=ch3:sock' '--with-pm=mpd' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/home/administrator/libraries/mpich2-1.1/src/openpa/src -I/tmp/administrator/mpich2/src/openpa/src' $ac_configure_extra_args --no-create --no-recursion |
|---|
| 442 | shift |
|---|
| 443 | $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 |
|---|
| 444 | CONFIG_SHELL='/bin/sh' |
|---|
| 445 | export CONFIG_SHELL |
|---|
| 446 | exec "$@" |
|---|
| 447 | fi |
|---|
| 448 | |
|---|
| 449 | exec 5>>config.log |
|---|
| 450 | { |
|---|
| 451 | echo |
|---|
| 452 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
|---|
| 453 | ## Running $as_me. ## |
|---|
| 454 | _ASBOX |
|---|
| 455 | $as_echo "$ac_log" |
|---|
| 456 | } >&5 |
|---|
| 457 | |
|---|
| 458 | # |
|---|
| 459 | # INIT-COMMANDS |
|---|
| 460 | # |
|---|
| 461 | PACKAGE="openpa" |
|---|
| 462 | AMDEP_TRUE="" ac_aux_dir="/home/administrator/libraries/mpich2-1.1/src/openpa/confdb" |
|---|
| 463 | |
|---|
| 464 | |
|---|
| 465 | # Handling of arguments. |
|---|
| 466 | for ac_config_target in $ac_config_targets |
|---|
| 467 | do |
|---|
| 468 | case $ac_config_target in |
|---|
| 469 | "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; |
|---|
| 470 | "src/opa_config.h") CONFIG_COMMANDS="$CONFIG_COMMANDS src/opa_config.h" ;; |
|---|
| 471 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
|---|
| 472 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
|---|
| 473 | "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
|---|
| 474 | "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; |
|---|
| 475 | |
|---|
| 476 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
|---|
| 477 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
|---|
| 478 | { (exit 1); exit 1; }; };; |
|---|
| 479 | esac |
|---|
| 480 | done |
|---|
| 481 | |
|---|
| 482 | |
|---|
| 483 | # If the user did not use the arguments to specify the items to instantiate, |
|---|
| 484 | # then the envvar interface is used. Set only those that are not. |
|---|
| 485 | # We use the long form for the default assignment because of an extremely |
|---|
| 486 | # bizarre bug on SunOS 4.1.3. |
|---|
| 487 | if $ac_need_defaults; then |
|---|
| 488 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
|---|
| 489 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers |
|---|
| 490 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
|---|
| 491 | fi |
|---|
| 492 | |
|---|
| 493 | # Have a temporary directory for convenience. Make it in the build tree |
|---|
| 494 | # simply because there is no reason against having it here, and in addition, |
|---|
| 495 | # creating and moving files from /tmp can sometimes cause problems. |
|---|
| 496 | # Hook for its removal unless debugging. |
|---|
| 497 | # Note that there is a small window in which the directory will not be cleaned: |
|---|
| 498 | # after its creation but before its name has been assigned to `$tmp'. |
|---|
| 499 | $debug || |
|---|
| 500 | { |
|---|
| 501 | tmp= |
|---|
| 502 | trap 'exit_status=$? |
|---|
| 503 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
|---|
| 504 | ' 0 |
|---|
| 505 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
|---|
| 506 | } |
|---|
| 507 | # Create a (secure) tmp directory for tmp files. |
|---|
| 508 | |
|---|
| 509 | { |
|---|
| 510 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
|---|
| 511 | test -n "$tmp" && test -d "$tmp" |
|---|
| 512 | } || |
|---|
| 513 | { |
|---|
| 514 | tmp=./conf$$-$RANDOM |
|---|
| 515 | (umask 077 && mkdir "$tmp") |
|---|
| 516 | } || |
|---|
| 517 | { |
|---|
| 518 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 |
|---|
| 519 | { (exit 1); exit 1; } |
|---|
| 520 | } |
|---|
| 521 | |
|---|
| 522 | # Set up the scripts for CONFIG_FILES section. |
|---|
| 523 | # No need to generate them if there are no CONFIG_FILES. |
|---|
| 524 | # This happens for instance with `./config.status config.h'. |
|---|
| 525 | if test -n "$CONFIG_FILES"; then |
|---|
| 526 | |
|---|
| 527 | |
|---|
| 528 | ac_cr=' |
|---|
| 529 | ' |
|---|
| 530 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
|---|
| 531 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
|---|
| 532 | ac_cs_awk_cr='\\r' |
|---|
| 533 | else |
|---|
| 534 | ac_cs_awk_cr=$ac_cr |
|---|
| 535 | fi |
|---|
| 536 | |
|---|
| 537 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
|---|
| 538 | cat >>"$tmp/subs1.awk" <<\_ACAWK && |
|---|
| 539 | S["SHELL"]="/bin/sh" |
|---|
| 540 | S["PATH_SEPARATOR"]=":" |
|---|
| 541 | S["PACKAGE_NAME"]="OpenPA" |
|---|
| 542 | S["PACKAGE_TARNAME"]="openpa" |
|---|
| 543 | S["PACKAGE_VERSION"]="1.0.0" |
|---|
| 544 | S["PACKAGE_STRING"]="OpenPA 1.0.0" |
|---|
| 545 | S["PACKAGE_BUGREPORT"]="https://trac.mcs.anl.gov/projects/openpa/newticket" |
|---|
| 546 | S["exec_prefix"]="${prefix}" |
|---|
| 547 | S["prefix"]="/home/administrator/mpich2-install" |
|---|
| 548 | S["program_transform_name"]="s,x,x," |
|---|
| 549 | S["bindir"]="${exec_prefix}/bin" |
|---|
| 550 | S["sbindir"]="${exec_prefix}/sbin" |
|---|
| 551 | S["libexecdir"]="${exec_prefix}/libexec" |
|---|
| 552 | S["datarootdir"]="${prefix}/share" |
|---|
| 553 | S["datadir"]="${datarootdir}" |
|---|
| 554 | S["sysconfdir"]="${prefix}/etc" |
|---|
| 555 | S["sharedstatedir"]="${prefix}/com" |
|---|
| 556 | S["localstatedir"]="${prefix}/var" |
|---|
| 557 | S["includedir"]="${prefix}/include" |
|---|
| 558 | S["oldincludedir"]="/usr/include" |
|---|
| 559 | S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" |
|---|
| 560 | S["infodir"]="${datarootdir}/info" |
|---|
| 561 | S["htmldir"]="${docdir}" |
|---|
| 562 | S["dvidir"]="${docdir}" |
|---|
| 563 | S["pdfdir"]="${docdir}" |
|---|
| 564 | S["psdir"]="${docdir}" |
|---|
| 565 | S["libdir"]="${exec_prefix}/lib" |
|---|
| 566 | S["localedir"]="${datarootdir}/locale" |
|---|
| 567 | S["mandir"]="${datarootdir}/man" |
|---|
| 568 | S["DEFS"]="-DHAVE_CONFIG_H" |
|---|
| 569 | S["ECHO_C"]="" |
|---|
| 570 | S["ECHO_N"]="-n" |
|---|
| 571 | S["ECHO_T"]="" |
|---|
| 572 | S["LIBS"]="-lpthread -lpthread " |
|---|
| 573 | S["build_alias"]="" |
|---|
| 574 | S["host_alias"]="" |
|---|
| 575 | S["target_alias"]="" |
|---|
| 576 | S["INSTALL_PROGRAM"]="${INSTALL}" |
|---|
| 577 | S["INSTALL_SCRIPT"]="${INSTALL}" |
|---|
| 578 | S["INSTALL_DATA"]="${INSTALL} -m 644" |
|---|
| 579 | S["am__isrc"]=" -I$(srcdir)" |
|---|
| 580 | S["CYGPATH_W"]="echo" |
|---|
| 581 | S["PACKAGE"]="openpa" |
|---|
| 582 | S["VERSION"]="1.0.0" |
|---|
| 583 | S["ACLOCAL"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run aclocal-1.10" |
|---|
| 584 | S["AUTOCONF"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run autoconf" |
|---|
| 585 | S["AUTOMAKE"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run automake-1.10" |
|---|
| 586 | S["AUTOHEADER"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run autoheader" |
|---|
| 587 | S["MAKEINFO"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run makeinfo" |
|---|
| 588 | S["install_sh"]="$(SHELL) /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/install-sh" |
|---|
| 589 | S["STRIP"]="" |
|---|
| 590 | S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" |
|---|
| 591 | S["MKDIR_P"]="mkdir -p" |
|---|
| 592 | S["mkdir_p"]="mkdir -p" |
|---|
| 593 | S["AWK"]="gawk" |
|---|
| 594 | S["SET_MAKE"]="" |
|---|
| 595 | S["am__leading_dot"]="." |
|---|
| 596 | S["AMTAR"]="${SHELL} /home/administrator/libraries/mpich2-1.1/src/openpa/confdb/missing --run tar" |
|---|
| 597 | S["am__tar"]="${AMTAR} chof - \"$$tardir\"" |
|---|
| 598 | S["am__untar"]="${AMTAR} xf -" |
|---|
| 599 | S["CC"]="gcc" |
|---|
| 600 | S["CFLAGS"]=" -O2" |
|---|
| 601 | S["LDFLAGS"]="" |
|---|
| 602 | S["CPPFLAGS"]=" -I/home/administrator/libraries/mpich2-1.1/src/openpa/src -I/tmp/administrator/mpich2/src/openpa/src" |
|---|
| 603 | S["ac_ct_CC"]="gcc" |
|---|
| 604 | S["EXEEXT"]="" |
|---|
| 605 | S["OBJEXT"]="o" |
|---|
| 606 | S["DEPDIR"]=".deps" |
|---|
| 607 | S["am__include"]="include" |
|---|
| 608 | S["am__quote"]="" |
|---|
| 609 | S["AMDEP_TRUE"]="" |
|---|
| 610 | S["AMDEP_FALSE"]="#" |
|---|
| 611 | S["AMDEPBACKSLASH"]="\\" |
|---|
| 612 | S["CCDEPMODE"]="depmode=gcc3" |
|---|
| 613 | S["am__fastdepCC_TRUE"]="" |
|---|
| 614 | S["am__fastdepCC_FALSE"]="#" |
|---|
| 615 | S["RANLIB"]="ranlib" |
|---|
| 616 | S["CPP"]="gcc -E" |
|---|
| 617 | S["GREP"]="/bin/grep" |
|---|
| 618 | S["EGREP"]="/bin/grep -E" |
|---|
| 619 | S["LIBOBJS"]="" |
|---|
| 620 | S["LTLIBOBJS"]="" |
|---|
| 621 | _ACAWK |
|---|
| 622 | cat >>"$tmp/subs1.awk" <<_ACAWK && |
|---|
| 623 | for (key in S) S_is_set[key] = 1 |
|---|
| 624 | FS = "" |
|---|
| 625 | |
|---|
| 626 | } |
|---|
| 627 | { |
|---|
| 628 | line = $ 0 |
|---|
| 629 | nfields = split(line, field, "@") |
|---|
| 630 | substed = 0 |
|---|
| 631 | len = length(field[1]) |
|---|
| 632 | for (i = 2; i < nfields; i++) { |
|---|
| 633 | key = field[i] |
|---|
| 634 | keylen = length(key) |
|---|
| 635 | if (S_is_set[key]) { |
|---|
| 636 | value = S[key] |
|---|
| 637 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
|---|
| 638 | len += length(value) + length(field[++i]) |
|---|
| 639 | substed = 1 |
|---|
| 640 | } else |
|---|
| 641 | len += 1 + keylen |
|---|
| 642 | } |
|---|
| 643 | |
|---|
| 644 | print line |
|---|
| 645 | } |
|---|
| 646 | |
|---|
| 647 | _ACAWK |
|---|
| 648 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|---|
| 649 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
|---|
| 650 | else |
|---|
| 651 | cat |
|---|
| 652 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
|---|
| 653 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 |
|---|
| 654 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} |
|---|
| 655 | { (exit 1); exit 1; }; } |
|---|
| 656 | fi # test -n "$CONFIG_FILES" |
|---|
| 657 | |
|---|
| 658 | # Set up the scripts for CONFIG_HEADERS section. |
|---|
| 659 | # No need to generate them if there are no CONFIG_HEADERS. |
|---|
| 660 | # This happens for instance with `./config.status Makefile'. |
|---|
| 661 | if test -n "$CONFIG_HEADERS"; then |
|---|
| 662 | cat >"$tmp/defines.awk" <<\_ACAWK || |
|---|
| 663 | BEGIN { |
|---|
| 664 | D["PACKAGE_NAME"]=" \"OpenPA\"" |
|---|
| 665 | D["PACKAGE_TARNAME"]=" \"openpa\"" |
|---|
| 666 | D["PACKAGE_VERSION"]=" \"1.0.0\"" |
|---|
| 667 | D["PACKAGE_STRING"]=" \"OpenPA 1.0.0\"" |
|---|
| 668 | D["PACKAGE_BUGREPORT"]=" \"https://trac.mcs.anl.gov/projects/openpa/newticket\"" |
|---|
| 669 | D["PACKAGE"]=" \"openpa\"" |
|---|
| 670 | D["VERSION"]=" \"1.0.0\"" |
|---|
| 671 | D["STDC_HEADERS"]=" 1" |
|---|
| 672 | D["HAVE_SYS_TYPES_H"]=" 1" |
|---|
| 673 | D["HAVE_SYS_STAT_H"]=" 1" |
|---|
| 674 | D["HAVE_STDLIB_H"]=" 1" |
|---|
| 675 | D["HAVE_STRING_H"]=" 1" |
|---|
| 676 | D["HAVE_MEMORY_H"]=" 1" |
|---|
| 677 | D["HAVE_STRINGS_H"]=" 1" |
|---|
| 678 | D["HAVE_INTTYPES_H"]=" 1" |
|---|
| 679 | D["HAVE_STDINT_H"]=" 1" |
|---|
| 680 | D["HAVE_UNISTD_H"]=" 1" |
|---|
| 681 | D["HAVE_PTHREAD_H"]=" 1" |
|---|
| 682 | D["HAVE_INTTYPES_H"]=" 1" |
|---|
| 683 | D["HAVE_STDINT_H"]=" 1" |
|---|
| 684 | D["restrict"]=" __restrict" |
|---|
| 685 | D["HAVE_LIBPTHREAD"]=" 1" |
|---|
| 686 | D["SIZEOF_VOID_P"]=" 4" |
|---|
| 687 | D["SIZEOF_INT"]=" 4" |
|---|
| 688 | D["HAVE_GCC_ATTRIBUTE"]=" 1" |
|---|
| 689 | D["HAVE_GCC_X86_32_64"]=" 1" |
|---|
| 690 | D["HAVE_GCC_INTRINSIC_ATOMICS"]=" 1" |
|---|
| 691 | for (key in D) D_is_set[key] = 1 |
|---|
| 692 | FS = "" |
|---|
| 693 | } |
|---|
| 694 | /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { |
|---|
| 695 | line = $ 0 |
|---|
| 696 | split(line, arg, " ") |
|---|
| 697 | if (arg[1] == "#") { |
|---|
| 698 | defundef = arg[2] |
|---|
| 699 | mac1 = arg[3] |
|---|
| 700 | } else { |
|---|
| 701 | defundef = substr(arg[1], 2) |
|---|
| 702 | mac1 = arg[2] |
|---|
| 703 | } |
|---|
| 704 | split(mac1, mac2, "(") #) |
|---|
| 705 | macro = mac2[1] |
|---|
| 706 | if (D_is_set[macro]) { |
|---|
| 707 | # Preserve the white space surrounding the "#". |
|---|
| 708 | prefix = substr(line, 1, index(line, defundef) - 1) |
|---|
| 709 | print prefix "define", macro P[macro] D[macro] |
|---|
| 710 | next |
|---|
| 711 | } else { |
|---|
| 712 | # Replace #undef with comments. This is necessary, for example, |
|---|
| 713 | # in the case of _POSIX_SOURCE, which is predefined and required |
|---|
| 714 | # on some systems where configure will not decide to define it. |
|---|
| 715 | if (defundef == "undef") { |
|---|
| 716 | print "/*", line, "*/" |
|---|
| 717 | next |
|---|
| 718 | } |
|---|
| 719 | } |
|---|
| 720 | } |
|---|
| 721 | { print } |
|---|
| 722 | _ACAWK |
|---|
| 723 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 |
|---|
| 724 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} |
|---|
| 725 | { (exit 1); exit 1; }; } |
|---|
| 726 | fi # test -n "$CONFIG_HEADERS" |
|---|
| 727 | |
|---|
| 728 | |
|---|
| 729 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
|---|
| 730 | shift |
|---|
| 731 | for ac_tag |
|---|
| 732 | do |
|---|
| 733 | case $ac_tag in |
|---|
| 734 | :[FHLC]) ac_mode=$ac_tag; continue;; |
|---|
| 735 | esac |
|---|
| 736 | case $ac_mode$ac_tag in |
|---|
| 737 | :[FHL]*:*);; |
|---|
| 738 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
|---|
| 739 | $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
|---|
| 740 | { (exit 1); exit 1; }; };; |
|---|
| 741 | :[FH]-) ac_tag=-:-;; |
|---|
| 742 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
|---|
| 743 | esac |
|---|
| 744 | ac_save_IFS=$IFS |
|---|
| 745 | IFS=: |
|---|
| 746 | set x $ac_tag |
|---|
| 747 | IFS=$ac_save_IFS |
|---|
| 748 | shift |
|---|
| 749 | ac_file=$1 |
|---|
| 750 | shift |
|---|
| 751 | |
|---|
| 752 | case $ac_mode in |
|---|
| 753 | :L) ac_source=$1;; |
|---|
| 754 | :[FH]) |
|---|
| 755 | ac_file_inputs= |
|---|
| 756 | for ac_f |
|---|
| 757 | do |
|---|
| 758 | case $ac_f in |
|---|
| 759 | -) ac_f="$tmp/stdin";; |
|---|
| 760 | *) # Look for the file first in the build tree, then in the source tree |
|---|
| 761 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
|---|
| 762 | # because $ac_f cannot contain `:'. |
|---|
| 763 | test -f "$ac_f" || |
|---|
| 764 | case $ac_f in |
|---|
| 765 | [\\/$]*) false;; |
|---|
| 766 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
|---|
| 767 | esac || |
|---|
| 768 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
|---|
| 769 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
|---|
| 770 | { (exit 1); exit 1; }; };; |
|---|
| 771 | esac |
|---|
| 772 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
|---|
| 773 | ac_file_inputs="$ac_file_inputs '$ac_f'" |
|---|
| 774 | done |
|---|
| 775 | |
|---|
| 776 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
|---|
| 777 | # use $as_me), people would be surprised to read: |
|---|
| 778 | # /* config.h. Generated by config.status. */ |
|---|
| 779 | configure_input='Generated from '` |
|---|
| 780 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
|---|
| 781 | `' by configure.' |
|---|
| 782 | if test x"$ac_file" != x-; then |
|---|
| 783 | configure_input="$ac_file. $configure_input" |
|---|
| 784 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
|---|
| 785 | $as_echo "$as_me: creating $ac_file" >&6;} |
|---|
| 786 | fi |
|---|
| 787 | # Neutralize special characters interpreted by sed in replacement strings. |
|---|
| 788 | case $configure_input in #( |
|---|
| 789 | *\&* | *\|* | *\\* ) |
|---|
| 790 | ac_sed_conf_input=`$as_echo "$configure_input" | |
|---|
| 791 | sed 's/[\\\\&|]/\\\\&/g'`;; #( |
|---|
| 792 | *) ac_sed_conf_input=$configure_input;; |
|---|
| 793 | esac |
|---|
| 794 | |
|---|
| 795 | case $ac_tag in |
|---|
| 796 | *:-:* | *:-) cat >"$tmp/stdin" \ |
|---|
| 797 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 798 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 799 | { (exit 1); exit 1; }; } ;; |
|---|
| 800 | esac |
|---|
| 801 | ;; |
|---|
| 802 | esac |
|---|
| 803 | |
|---|
| 804 | ac_dir=`$as_dirname -- "$ac_file" || |
|---|
| 805 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 806 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
|---|
| 807 | X"$ac_file" : 'X\(//\)$' \| \ |
|---|
| 808 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 809 | $as_echo X"$ac_file" | |
|---|
| 810 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 811 | s//\1/ |
|---|
| 812 | q |
|---|
| 813 | } |
|---|
| 814 | /^X\(\/\/\)[^/].*/{ |
|---|
| 815 | s//\1/ |
|---|
| 816 | q |
|---|
| 817 | } |
|---|
| 818 | /^X\(\/\/\)$/{ |
|---|
| 819 | s//\1/ |
|---|
| 820 | q |
|---|
| 821 | } |
|---|
| 822 | /^X\(\/\).*/{ |
|---|
| 823 | s//\1/ |
|---|
| 824 | q |
|---|
| 825 | } |
|---|
| 826 | s/.*/./; q'` |
|---|
| 827 | { as_dir="$ac_dir" |
|---|
| 828 | case $as_dir in #( |
|---|
| 829 | -*) as_dir=./$as_dir;; |
|---|
| 830 | esac |
|---|
| 831 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
|---|
| 832 | as_dirs= |
|---|
| 833 | while :; do |
|---|
| 834 | case $as_dir in #( |
|---|
| 835 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|---|
| 836 | *) as_qdir=$as_dir;; |
|---|
| 837 | esac |
|---|
| 838 | as_dirs="'$as_qdir' $as_dirs" |
|---|
| 839 | as_dir=`$as_dirname -- "$as_dir" || |
|---|
| 840 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 841 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
|---|
| 842 | X"$as_dir" : 'X\(//\)$' \| \ |
|---|
| 843 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 844 | $as_echo X"$as_dir" | |
|---|
| 845 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 846 | s//\1/ |
|---|
| 847 | q |
|---|
| 848 | } |
|---|
| 849 | /^X\(\/\/\)[^/].*/{ |
|---|
| 850 | s//\1/ |
|---|
| 851 | q |
|---|
| 852 | } |
|---|
| 853 | /^X\(\/\/\)$/{ |
|---|
| 854 | s//\1/ |
|---|
| 855 | q |
|---|
| 856 | } |
|---|
| 857 | /^X\(\/\).*/{ |
|---|
| 858 | s//\1/ |
|---|
| 859 | q |
|---|
| 860 | } |
|---|
| 861 | s/.*/./; q'` |
|---|
| 862 | test -d "$as_dir" && break |
|---|
| 863 | done |
|---|
| 864 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
|---|
| 865 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
|---|
| 866 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
|---|
| 867 | { (exit 1); exit 1; }; }; } |
|---|
| 868 | ac_builddir=. |
|---|
| 869 | |
|---|
| 870 | case "$ac_dir" in |
|---|
| 871 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 872 | *) |
|---|
| 873 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|---|
| 874 | # A ".." for each directory in $ac_dir_suffix. |
|---|
| 875 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|---|
| 876 | case $ac_top_builddir_sub in |
|---|
| 877 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 878 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|---|
| 879 | esac ;; |
|---|
| 880 | esac |
|---|
| 881 | ac_abs_top_builddir=$ac_pwd |
|---|
| 882 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|---|
| 883 | # for backward compatibility: |
|---|
| 884 | ac_top_builddir=$ac_top_build_prefix |
|---|
| 885 | |
|---|
| 886 | case $srcdir in |
|---|
| 887 | .) # We are building in place. |
|---|
| 888 | ac_srcdir=. |
|---|
| 889 | ac_top_srcdir=$ac_top_builddir_sub |
|---|
| 890 | ac_abs_top_srcdir=$ac_pwd ;; |
|---|
| 891 | [\\/]* | ?:[\\/]* ) # Absolute name. |
|---|
| 892 | ac_srcdir=$srcdir$ac_dir_suffix; |
|---|
| 893 | ac_top_srcdir=$srcdir |
|---|
| 894 | ac_abs_top_srcdir=$srcdir ;; |
|---|
| 895 | *) # Relative name. |
|---|
| 896 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|---|
| 897 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
|---|
| 898 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
|---|
| 899 | esac |
|---|
| 900 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|---|
| 901 | |
|---|
| 902 | |
|---|
| 903 | case $ac_mode in |
|---|
| 904 | :F) |
|---|
| 905 | # |
|---|
| 906 | # CONFIG_FILE |
|---|
| 907 | # |
|---|
| 908 | |
|---|
| 909 | case $INSTALL in |
|---|
| 910 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
|---|
| 911 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
|---|
| 912 | esac |
|---|
| 913 | ac_MKDIR_P=$MKDIR_P |
|---|
| 914 | case $MKDIR_P in |
|---|
| 915 | [\\/$]* | ?:[\\/]* ) ;; |
|---|
| 916 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; |
|---|
| 917 | esac |
|---|
| 918 | # If the template does not know about datarootdir, expand it. |
|---|
| 919 | # FIXME: This hack should be removed a few years after 2.60. |
|---|
| 920 | ac_datarootdir_hack=; ac_datarootdir_seen= |
|---|
| 921 | |
|---|
| 922 | ac_sed_dataroot=' |
|---|
| 923 | /datarootdir/ { |
|---|
| 924 | p |
|---|
| 925 | q |
|---|
| 926 | } |
|---|
| 927 | /@datadir@/p |
|---|
| 928 | /@docdir@/p |
|---|
| 929 | /@infodir@/p |
|---|
| 930 | /@localedir@/p |
|---|
| 931 | /@mandir@/p |
|---|
| 932 | ' |
|---|
| 933 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
|---|
| 934 | *datarootdir*) ac_datarootdir_seen=yes;; |
|---|
| 935 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
|---|
| 936 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
|---|
| 937 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
|---|
| 938 | ac_datarootdir_hack=' |
|---|
| 939 | s&@datadir@&${datarootdir}&g |
|---|
| 940 | s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g |
|---|
| 941 | s&@infodir@&${datarootdir}/info&g |
|---|
| 942 | s&@localedir@&${datarootdir}/locale&g |
|---|
| 943 | s&@mandir@&${datarootdir}/man&g |
|---|
| 944 | s&\${datarootdir}&${prefix}/share&g' ;; |
|---|
| 945 | esac |
|---|
| 946 | ac_sed_extra=" |
|---|
| 947 | |
|---|
| 948 | :t |
|---|
| 949 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
|---|
| 950 | s|@configure_input@|$ac_sed_conf_input|;t t |
|---|
| 951 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
|---|
| 952 | s&@top_build_prefix@&$ac_top_build_prefix&;t t |
|---|
| 953 | s&@srcdir@&$ac_srcdir&;t t |
|---|
| 954 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
|---|
| 955 | s&@top_srcdir@&$ac_top_srcdir&;t t |
|---|
| 956 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
|---|
| 957 | s&@builddir@&$ac_builddir&;t t |
|---|
| 958 | s&@abs_builddir@&$ac_abs_builddir&;t t |
|---|
| 959 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
|---|
| 960 | s&@INSTALL@&$ac_INSTALL&;t t |
|---|
| 961 | s&@MKDIR_P@&$ac_MKDIR_P&;t t |
|---|
| 962 | $ac_datarootdir_hack |
|---|
| 963 | " |
|---|
| 964 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
|---|
| 965 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 966 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 967 | { (exit 1); exit 1; }; } |
|---|
| 968 | |
|---|
| 969 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
|---|
| 970 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
|---|
| 971 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
|---|
| 972 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 973 | which seems to be undefined. Please make sure it is defined." >&5 |
|---|
| 974 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 975 | which seems to be undefined. Please make sure it is defined." >&2;} |
|---|
| 976 | |
|---|
| 977 | rm -f "$tmp/stdin" |
|---|
| 978 | case $ac_file in |
|---|
| 979 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
|---|
| 980 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
|---|
| 981 | esac \ |
|---|
| 982 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 983 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 984 | { (exit 1); exit 1; }; } |
|---|
| 985 | ;; |
|---|
| 986 | :H) |
|---|
| 987 | # |
|---|
| 988 | # CONFIG_HEADER |
|---|
| 989 | # |
|---|
| 990 | if test x"$ac_file" != x-; then |
|---|
| 991 | { |
|---|
| 992 | $as_echo "/* $configure_input */" \ |
|---|
| 993 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
|---|
| 994 | } >"$tmp/config.h" \ |
|---|
| 995 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 996 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 997 | { (exit 1); exit 1; }; } |
|---|
| 998 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
|---|
| 999 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
|---|
| 1000 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
|---|
| 1001 | else |
|---|
| 1002 | rm -f "$ac_file" |
|---|
| 1003 | mv "$tmp/config.h" "$ac_file" \ |
|---|
| 1004 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1005 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1006 | { (exit 1); exit 1; }; } |
|---|
| 1007 | fi |
|---|
| 1008 | else |
|---|
| 1009 | $as_echo "/* $configure_input */" \ |
|---|
| 1010 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
|---|
| 1011 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 |
|---|
| 1012 | $as_echo "$as_me: error: could not create -" >&2;} |
|---|
| 1013 | { (exit 1); exit 1; }; } |
|---|
| 1014 | fi |
|---|
| 1015 | # Compute "$ac_file"'s index in $config_headers. |
|---|
| 1016 | _am_arg="$ac_file" |
|---|
| 1017 | _am_stamp_count=1 |
|---|
| 1018 | for _am_header in $config_headers :; do |
|---|
| 1019 | case $_am_header in |
|---|
| 1020 | $_am_arg | $_am_arg:* ) |
|---|
| 1021 | break ;; |
|---|
| 1022 | * ) |
|---|
| 1023 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; |
|---|
| 1024 | esac |
|---|
| 1025 | done |
|---|
| 1026 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
|---|
| 1027 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1028 | X"$_am_arg" : 'X\(//\)[^/]' \| \ |
|---|
| 1029 | X"$_am_arg" : 'X\(//\)$' \| \ |
|---|
| 1030 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1031 | $as_echo X"$_am_arg" | |
|---|
| 1032 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1033 | s//\1/ |
|---|
| 1034 | q |
|---|
| 1035 | } |
|---|
| 1036 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1037 | s//\1/ |
|---|
| 1038 | q |
|---|
| 1039 | } |
|---|
| 1040 | /^X\(\/\/\)$/{ |
|---|
| 1041 | s//\1/ |
|---|
| 1042 | q |
|---|
| 1043 | } |
|---|
| 1044 | /^X\(\/\).*/{ |
|---|
| 1045 | s//\1/ |
|---|
| 1046 | q |
|---|
| 1047 | } |
|---|
| 1048 | s/.*/./; q'`/stamp-h$_am_stamp_count |
|---|
| 1049 | ;; |
|---|
| 1050 | |
|---|
| 1051 | :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
|---|
| 1052 | $as_echo "$as_me: executing $ac_file commands" >&6;} |
|---|
| 1053 | ;; |
|---|
| 1054 | esac |
|---|
| 1055 | |
|---|
| 1056 | |
|---|
| 1057 | case $ac_file$ac_mode in |
|---|
| 1058 | "src/opa_config.h":C) ac_prefix_conf_OUT=`echo src/opa_config.h` |
|---|
| 1059 | ac_prefix_conf_DEF=`echo _$ac_prefix_conf_OUT | sed -e "y:abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:" -e "s/[^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g"` |
|---|
| 1060 | ac_prefix_conf_PKG=`echo OPA` |
|---|
| 1061 | ac_prefix_conf_LOW=`echo _$ac_prefix_conf_PKG | sed -e "y:ABCDEFGHIJKLMNOPQRSTUVWXYZ-:abcdefghijklmnopqrstuvwxyz_:"` |
|---|
| 1062 | ac_prefix_conf_UPP=`echo $ac_prefix_conf_PKG | sed -e "y:abcdefghijklmnopqrstuvwxyz-:ABCDEFGHIJKLMNOPQRSTUVWXYZ_:" -e "/^[0123456789]/s/^/_/"` |
|---|
| 1063 | ac_prefix_conf_INP=`echo "" | sed -e 's/ *//'` |
|---|
| 1064 | if test ".$ac_prefix_conf_INP" = "."; then |
|---|
| 1065 | for ac_file in : $CONFIG_HEADERS; do test "_$ac_file" = _: && continue |
|---|
| 1066 | case "$ac_file" in |
|---|
| 1067 | *.h) ac_prefix_conf_INP=$ac_file ;; |
|---|
| 1068 | *) |
|---|
| 1069 | esac |
|---|
| 1070 | test ".$ac_prefix_conf_INP" != "." && break |
|---|
| 1071 | done |
|---|
| 1072 | fi |
|---|
| 1073 | if test ".$ac_prefix_conf_INP" = "."; then |
|---|
| 1074 | case "$ac_prefix_conf_OUT" in |
|---|
| 1075 | */*) ac_prefix_conf_INP=`basename "$ac_prefix_conf_OUT"` |
|---|
| 1076 | ;; |
|---|
| 1077 | *-*) ac_prefix_conf_INP=`echo "$ac_prefix_conf_OUT" | sed -e "s/[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*-//"` |
|---|
| 1078 | ;; |
|---|
| 1079 | *) ac_prefix_conf_INP=config.h |
|---|
| 1080 | ;; |
|---|
| 1081 | esac |
|---|
| 1082 | fi |
|---|
| 1083 | if test -z "$ac_prefix_conf_PKG" ; then |
|---|
| 1084 | { { $as_echo "$as_me:$LINENO: error: no prefix for _PREFIX_PKG_CONFIG_H" >&5 |
|---|
| 1085 | $as_echo "$as_me: error: no prefix for _PREFIX_PKG_CONFIG_H" >&2;} |
|---|
| 1086 | { (exit 1); exit 1; }; } |
|---|
| 1087 | else |
|---|
| 1088 | if test ! -f "$ac_prefix_conf_INP" ; then if test -f "$srcdir/$ac_prefix_conf_INP" ; then |
|---|
| 1089 | ac_prefix_conf_INP="$srcdir/$ac_prefix_conf_INP" |
|---|
| 1090 | fi fi |
|---|
| 1091 | { $as_echo "$as_me:$LINENO: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5 |
|---|
| 1092 | $as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;} |
|---|
| 1093 | if test -f $ac_prefix_conf_INP ; then |
|---|
| 1094 | echo "s/^#undef *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef $ac_prefix_conf_UPP""_\\1/" > conftest.prefix |
|---|
| 1095 | echo "s/^#undef *\\([abcdefghijklmnopqrstuvwxyz]\\)/#undef $ac_prefix_conf_LOW""_\\1/" >> conftest.prefix |
|---|
| 1096 | echo "s/^#define *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_UPP""_\\1 \\" >> conftest.prefix |
|---|
| 1097 | echo "#define $ac_prefix_conf_UPP""_\\1 \\2 \\" >> conftest.prefix |
|---|
| 1098 | echo "#endif/" >>conftest.prefix |
|---|
| 1099 | echo "s/^#define *\\([abcdefghijklmnopqrstuvwxyz][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_LOW""_\\1 \\" >> conftest.prefix |
|---|
| 1100 | echo "#define $ac_prefix_conf_LOW""_\\1 \\2 \\" >> conftest.prefix |
|---|
| 1101 | echo "#endif/" >> conftest.prefix |
|---|
| 1102 | # now executing _script on _DEF input to create _OUT output file |
|---|
| 1103 | echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h |
|---|
| 1104 | echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h |
|---|
| 1105 | echo ' ' >>$tmp/pconfig.h |
|---|
| 1106 | echo /'*' $ac_prefix_conf_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h |
|---|
| 1107 | |
|---|
| 1108 | sed -f conftest.prefix $ac_prefix_conf_INP >>$tmp/pconfig.h |
|---|
| 1109 | echo ' ' >>$tmp/pconfig.h |
|---|
| 1110 | echo '/* once:' $ac_prefix_conf_DEF '*/' >>$tmp/pconfig.h |
|---|
| 1111 | echo "#endif" >>$tmp/pconfig.h |
|---|
| 1112 | if cmp -s $ac_prefix_conf_OUT $tmp/pconfig.h 2>/dev/null; then |
|---|
| 1113 | { $as_echo "$as_me:$LINENO: $ac_prefix_conf_OUT is unchanged" >&5 |
|---|
| 1114 | $as_echo "$as_me: $ac_prefix_conf_OUT is unchanged" >&6;} |
|---|
| 1115 | else |
|---|
| 1116 | ac_dir=`$as_dirname -- "$ac_prefix_conf_OUT" || |
|---|
| 1117 | $as_expr X"$ac_prefix_conf_OUT" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1118 | X"$ac_prefix_conf_OUT" : 'X\(//\)[^/]' \| \ |
|---|
| 1119 | X"$ac_prefix_conf_OUT" : 'X\(//\)$' \| \ |
|---|
| 1120 | X"$ac_prefix_conf_OUT" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1121 | $as_echo X"$ac_prefix_conf_OUT" | |
|---|
| 1122 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1123 | s//\1/ |
|---|
| 1124 | q |
|---|
| 1125 | } |
|---|
| 1126 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1127 | s//\1/ |
|---|
| 1128 | q |
|---|
| 1129 | } |
|---|
| 1130 | /^X\(\/\/\)$/{ |
|---|
| 1131 | s//\1/ |
|---|
| 1132 | q |
|---|
| 1133 | } |
|---|
| 1134 | /^X\(\/\).*/{ |
|---|
| 1135 | s//\1/ |
|---|
| 1136 | q |
|---|
| 1137 | } |
|---|
| 1138 | s/.*/./; q'` |
|---|
| 1139 | { as_dir="$ac_dir" |
|---|
| 1140 | case $as_dir in #( |
|---|
| 1141 | -*) as_dir=./$as_dir;; |
|---|
| 1142 | esac |
|---|
| 1143 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
|---|
| 1144 | as_dirs= |
|---|
| 1145 | while :; do |
|---|
| 1146 | case $as_dir in #( |
|---|
| 1147 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|---|
| 1148 | *) as_qdir=$as_dir;; |
|---|
| 1149 | esac |
|---|
| 1150 | as_dirs="'$as_qdir' $as_dirs" |
|---|
| 1151 | as_dir=`$as_dirname -- "$as_dir" || |
|---|
| 1152 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1153 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
|---|
| 1154 | X"$as_dir" : 'X\(//\)$' \| \ |
|---|
| 1155 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1156 | $as_echo X"$as_dir" | |
|---|
| 1157 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1158 | s//\1/ |
|---|
| 1159 | q |
|---|
| 1160 | } |
|---|
| 1161 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1162 | s//\1/ |
|---|
| 1163 | q |
|---|
| 1164 | } |
|---|
| 1165 | /^X\(\/\/\)$/{ |
|---|
| 1166 | s//\1/ |
|---|
| 1167 | q |
|---|
| 1168 | } |
|---|
| 1169 | /^X\(\/\).*/{ |
|---|
| 1170 | s//\1/ |
|---|
| 1171 | q |
|---|
| 1172 | } |
|---|
| 1173 | s/.*/./; q'` |
|---|
| 1174 | test -d "$as_dir" && break |
|---|
| 1175 | done |
|---|
| 1176 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
|---|
| 1177 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
|---|
| 1178 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
|---|
| 1179 | { (exit 1); exit 1; }; }; } |
|---|
| 1180 | rm -f "$ac_prefix_conf_OUT" |
|---|
| 1181 | mv $tmp/pconfig.h "$ac_prefix_conf_OUT" |
|---|
| 1182 | fi |
|---|
| 1183 | cp conftest.prefix _configs.sed |
|---|
| 1184 | else |
|---|
| 1185 | { { $as_echo "$as_me:$LINENO: error: input file $ac_prefix_conf_INP does not exist - skip generating $ac_prefix_conf_OUT" >&5 |
|---|
| 1186 | $as_echo "$as_me: error: input file $ac_prefix_conf_INP does not exist - skip generating $ac_prefix_conf_OUT" >&2;} |
|---|
| 1187 | { (exit 1); exit 1; }; } |
|---|
| 1188 | fi |
|---|
| 1189 | rm -f conftest.* |
|---|
| 1190 | fi |
|---|
| 1191 | ;; |
|---|
| 1192 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|---|
| 1193 | # are listed without --file. Let's play safe and only enable the eval |
|---|
| 1194 | # if we detect the quoting. |
|---|
| 1195 | case $CONFIG_FILES in |
|---|
| 1196 | *\'*) eval set x "$CONFIG_FILES" ;; |
|---|
| 1197 | *) set x $CONFIG_FILES ;; |
|---|
| 1198 | esac |
|---|
| 1199 | shift |
|---|
| 1200 | for mf |
|---|
| 1201 | do |
|---|
| 1202 | # Strip MF so we end up with the name of the file. |
|---|
| 1203 | mf=`echo "$mf" | sed -e 's/:.*$//'` |
|---|
| 1204 | # Check whether this is an Automake generated Makefile or not. |
|---|
| 1205 | # We used to match only the files named `Makefile.in', but |
|---|
| 1206 | # some people rename them; so instead we look at the file content. |
|---|
| 1207 | # Grep'ing the first line is not enough: some people post-process |
|---|
| 1208 | # each Makefile.in and add a new line on top of each file to say so. |
|---|
| 1209 | # Grep'ing the whole file is not good either: AIX grep has a line |
|---|
| 1210 | # limit of 2048, but all sed's we know have understand at least 4000. |
|---|
| 1211 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
|---|
| 1212 | dirpart=`$as_dirname -- "$mf" || |
|---|
| 1213 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1214 | X"$mf" : 'X\(//\)[^/]' \| \ |
|---|
| 1215 | X"$mf" : 'X\(//\)$' \| \ |
|---|
| 1216 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1217 | $as_echo X"$mf" | |
|---|
| 1218 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1219 | s//\1/ |
|---|
| 1220 | q |
|---|
| 1221 | } |
|---|
| 1222 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1223 | s//\1/ |
|---|
| 1224 | q |
|---|
| 1225 | } |
|---|
| 1226 | /^X\(\/\/\)$/{ |
|---|
| 1227 | s//\1/ |
|---|
| 1228 | q |
|---|
| 1229 | } |
|---|
| 1230 | /^X\(\/\).*/{ |
|---|
| 1231 | s//\1/ |
|---|
| 1232 | q |
|---|
| 1233 | } |
|---|
| 1234 | s/.*/./; q'` |
|---|
| 1235 | else |
|---|
| 1236 | continue |
|---|
| 1237 | fi |
|---|
| 1238 | # Extract the definition of DEPDIR, am__include, and am__quote |
|---|
| 1239 | # from the Makefile without running `make'. |
|---|
| 1240 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
|---|
| 1241 | test -z "$DEPDIR" && continue |
|---|
| 1242 | am__include=`sed -n 's/^am__include = //p' < "$mf"` |
|---|
| 1243 | test -z "am__include" && continue |
|---|
| 1244 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
|---|
| 1245 | # When using ansi2knr, U may be empty or an underscore; expand it |
|---|
| 1246 | U=`sed -n 's/^U = //p' < "$mf"` |
|---|
| 1247 | # Find all dependency output files, they are included files with |
|---|
| 1248 | # $(DEPDIR) in their names. We invoke sed twice because it is the |
|---|
| 1249 | # simplest approach to changing $(DEPDIR) to its actual value in the |
|---|
| 1250 | # expansion. |
|---|
| 1251 | for file in `sed -n " |
|---|
| 1252 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
|---|
| 1253 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|---|
| 1254 | # Make sure the directory exists. |
|---|
| 1255 | test -f "$dirpart/$file" && continue |
|---|
| 1256 | fdir=`$as_dirname -- "$file" || |
|---|
| 1257 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1258 | X"$file" : 'X\(//\)[^/]' \| \ |
|---|
| 1259 | X"$file" : 'X\(//\)$' \| \ |
|---|
| 1260 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1261 | $as_echo X"$file" | |
|---|
| 1262 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1263 | s//\1/ |
|---|
| 1264 | q |
|---|
| 1265 | } |
|---|
| 1266 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1267 | s//\1/ |
|---|
| 1268 | q |
|---|
| 1269 | } |
|---|
| 1270 | /^X\(\/\/\)$/{ |
|---|
| 1271 | s//\1/ |
|---|
| 1272 | q |
|---|
| 1273 | } |
|---|
| 1274 | /^X\(\/\).*/{ |
|---|
| 1275 | s//\1/ |
|---|
| 1276 | q |
|---|
| 1277 | } |
|---|
| 1278 | s/.*/./; q'` |
|---|
| 1279 | { as_dir=$dirpart/$fdir |
|---|
| 1280 | case $as_dir in #( |
|---|
| 1281 | -*) as_dir=./$as_dir;; |
|---|
| 1282 | esac |
|---|
| 1283 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
|---|
| 1284 | as_dirs= |
|---|
| 1285 | while :; do |
|---|
| 1286 | case $as_dir in #( |
|---|
| 1287 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|---|
| 1288 | *) as_qdir=$as_dir;; |
|---|
| 1289 | esac |
|---|
| 1290 | as_dirs="'$as_qdir' $as_dirs" |
|---|
| 1291 | as_dir=`$as_dirname -- "$as_dir" || |
|---|
| 1292 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1293 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
|---|
| 1294 | X"$as_dir" : 'X\(//\)$' \| \ |
|---|
| 1295 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1296 | $as_echo X"$as_dir" | |
|---|
| 1297 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1298 | s//\1/ |
|---|
| 1299 | q |
|---|
| 1300 | } |
|---|
| 1301 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1302 | s//\1/ |
|---|
| 1303 | q |
|---|
| 1304 | } |
|---|
| 1305 | /^X\(\/\/\)$/{ |
|---|
| 1306 | s//\1/ |
|---|
| 1307 | q |
|---|
| 1308 | } |
|---|
| 1309 | /^X\(\/\).*/{ |
|---|
| 1310 | s//\1/ |
|---|
| 1311 | q |
|---|
| 1312 | } |
|---|
| 1313 | s/.*/./; q'` |
|---|
| 1314 | test -d "$as_dir" && break |
|---|
| 1315 | done |
|---|
| 1316 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
|---|
| 1317 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
|---|
| 1318 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
|---|
| 1319 | { (exit 1); exit 1; }; }; } |
|---|
| 1320 | # echo "creating $dirpart/$file" |
|---|
| 1321 | echo '# dummy' > "$dirpart/$file" |
|---|
| 1322 | done |
|---|
| 1323 | done |
|---|
| 1324 | ;; |
|---|
| 1325 | |
|---|
| 1326 | esac |
|---|
| 1327 | done # for ac_tag |
|---|
| 1328 | |
|---|
| 1329 | |
|---|
| 1330 | { (exit 0); exit 0; } |
|---|