| 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 $as_me, 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 utils/Makefile utils/args/Makefile utils/dbg/Makefile utils/env/Makefile utils/launch/Makefile utils/signals/Makefile utils/sock/Makefile utils/string/Makefile utils/timer/Makefile ui/Makefile ui/utils/Makefile ui/mpiexec/Makefile pm/Makefile pm/utils/Makefile pm/pmiserv/Makefile demux/Makefile bootstrap/Makefile bootstrap/utils/Makefile bootstrap/src/Makefile bootstrap/src/bsci_init.c bootstrap/include/bsci.h bootstrap/ssh/Makefile bootstrap/rsh/Makefile bootstrap/fork/Makefile bootstrap/slurm/Makefile rmk/Makefile rmk/utils/Makefile rmk/src/Makefile rmk/src/rmki_init.c rmk/include/rmki.h rmk/dummy/Makefile css/Makefile css/utils/Makefile css/src/Makefile css/src/cssi_init.c css/include/cssi.h css/none/Makefile" |
|---|
| 326 | config_headers=" include/hydra_config.h" |
|---|
| 327 | |
|---|
| 328 | ac_cs_usage="\ |
|---|
| 329 | \`$as_me' instantiates files from templates according to the |
|---|
| 330 | current configuration. |
|---|
| 331 | |
|---|
| 332 | Usage: $0 [OPTIONS] [FILE]... |
|---|
| 333 | |
|---|
| 334 | -h, --help print this help, then exit |
|---|
| 335 | -V, --version print version number and configuration settings, then exit |
|---|
| 336 | -q, --quiet do not print progress messages |
|---|
| 337 | -d, --debug don't remove temporary files |
|---|
| 338 | --recheck update $as_me by reconfiguring in the same conditions |
|---|
| 339 | --file=FILE[:TEMPLATE] |
|---|
| 340 | instantiate the configuration file FILE |
|---|
| 341 | --header=FILE[:TEMPLATE] |
|---|
| 342 | instantiate the configuration header FILE |
|---|
| 343 | |
|---|
| 344 | Configuration files: |
|---|
| 345 | $config_files |
|---|
| 346 | |
|---|
| 347 | Configuration headers: |
|---|
| 348 | $config_headers |
|---|
| 349 | |
|---|
| 350 | Report bugs to <bug-autoconf@gnu.org>." |
|---|
| 351 | |
|---|
| 352 | ac_cs_version="\ |
|---|
| 353 | config.status |
|---|
| 354 | configured by /home/tim/libraries/mpich2-1.1/src/pm/hydra/configure, generated by GNU Autoconf 2.62, |
|---|
| 355 | with options \"'--prefix=/home/tim/mpich2-install' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LDFLAGS= ' 'LIBS= ' 'CPPFLAGS= -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS'\" |
|---|
| 356 | |
|---|
| 357 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 358 | This config.status script is free software; the Free Software Foundation |
|---|
| 359 | gives unlimited permission to copy, distribute and modify it." |
|---|
| 360 | |
|---|
| 361 | ac_pwd='/tmp/tim/mpich2/src/pm/hydra' |
|---|
| 362 | srcdir='/home/tim/libraries/mpich2-1.1/src/pm/hydra' |
|---|
| 363 | INSTALL='/usr/bin/install -c' |
|---|
| 364 | test -n "$AWK" || AWK=awk |
|---|
| 365 | # The default lists apply if the user does not specify any file. |
|---|
| 366 | ac_need_defaults=: |
|---|
| 367 | while test $# != 0 |
|---|
| 368 | do |
|---|
| 369 | case $1 in |
|---|
| 370 | --*=*) |
|---|
| 371 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
|---|
| 372 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
|---|
| 373 | ac_shift=: |
|---|
| 374 | ;; |
|---|
| 375 | *) |
|---|
| 376 | ac_option=$1 |
|---|
| 377 | ac_optarg=$2 |
|---|
| 378 | ac_shift=shift |
|---|
| 379 | ;; |
|---|
| 380 | esac |
|---|
| 381 | |
|---|
| 382 | case $ac_option in |
|---|
| 383 | # Handling of the options. |
|---|
| 384 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
|---|
| 385 | ac_cs_recheck=: ;; |
|---|
| 386 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
|---|
| 387 | $as_echo "$ac_cs_version"; exit ;; |
|---|
| 388 | --debug | --debu | --deb | --de | --d | -d ) |
|---|
| 389 | debug=: ;; |
|---|
| 390 | --file | --fil | --fi | --f ) |
|---|
| 391 | $ac_shift |
|---|
| 392 | case $ac_optarg in |
|---|
| 393 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 394 | esac |
|---|
| 395 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" |
|---|
| 396 | ac_need_defaults=false;; |
|---|
| 397 | --header | --heade | --head | --hea ) |
|---|
| 398 | $ac_shift |
|---|
| 399 | case $ac_optarg in |
|---|
| 400 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 401 | esac |
|---|
| 402 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" |
|---|
| 403 | ac_need_defaults=false;; |
|---|
| 404 | --he | --h) |
|---|
| 405 | # Conflict between --help and --header |
|---|
| 406 | { $as_echo "$as_me: error: ambiguous option: $1 |
|---|
| 407 | Try \`$0 --help' for more information." >&2 |
|---|
| 408 | { (exit 1); exit 1; }; };; |
|---|
| 409 | --help | --hel | -h ) |
|---|
| 410 | $as_echo "$ac_cs_usage"; exit ;; |
|---|
| 411 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 412 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
|---|
| 413 | ac_cs_silent=: ;; |
|---|
| 414 | |
|---|
| 415 | # This is an error. |
|---|
| 416 | -*) { $as_echo "$as_me: error: unrecognized option: $1 |
|---|
| 417 | Try \`$0 --help' for more information." >&2 |
|---|
| 418 | { (exit 1); exit 1; }; } ;; |
|---|
| 419 | |
|---|
| 420 | *) ac_config_targets="$ac_config_targets $1" |
|---|
| 421 | ac_need_defaults=false ;; |
|---|
| 422 | |
|---|
| 423 | esac |
|---|
| 424 | shift |
|---|
| 425 | done |
|---|
| 426 | |
|---|
| 427 | ac_configure_extra_args= |
|---|
| 428 | |
|---|
| 429 | if $ac_cs_silent; then |
|---|
| 430 | exec 6>/dev/null |
|---|
| 431 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
|---|
| 432 | fi |
|---|
| 433 | |
|---|
| 434 | if $ac_cs_recheck; then |
|---|
| 435 | set X '/bin/sh' '/home/tim/libraries/mpich2-1.1/src/pm/hydra/configure' '--prefix=/home/tim/mpich2-install' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LDFLAGS= ' 'LIBS= ' 'CPPFLAGS= -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS' $ac_configure_extra_args --no-create --no-recursion |
|---|
| 436 | shift |
|---|
| 437 | $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 |
|---|
| 438 | CONFIG_SHELL='/bin/sh' |
|---|
| 439 | export CONFIG_SHELL |
|---|
| 440 | exec "$@" |
|---|
| 441 | fi |
|---|
| 442 | |
|---|
| 443 | exec 5>>config.log |
|---|
| 444 | { |
|---|
| 445 | echo |
|---|
| 446 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
|---|
| 447 | ## Running $as_me. ## |
|---|
| 448 | _ASBOX |
|---|
| 449 | $as_echo "$ac_log" |
|---|
| 450 | } >&5 |
|---|
| 451 | |
|---|
| 452 | |
|---|
| 453 | # Handling of arguments. |
|---|
| 454 | for ac_config_target in $ac_config_targets |
|---|
| 455 | do |
|---|
| 456 | case $ac_config_target in |
|---|
| 457 | "include/hydra_config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/hydra_config.h" ;; |
|---|
| 458 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
|---|
| 459 | "utils/Makefile") CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;; |
|---|
| 460 | "utils/args/Makefile") CONFIG_FILES="$CONFIG_FILES utils/args/Makefile" ;; |
|---|
| 461 | "utils/dbg/Makefile") CONFIG_FILES="$CONFIG_FILES utils/dbg/Makefile" ;; |
|---|
| 462 | "utils/env/Makefile") CONFIG_FILES="$CONFIG_FILES utils/env/Makefile" ;; |
|---|
| 463 | "utils/launch/Makefile") CONFIG_FILES="$CONFIG_FILES utils/launch/Makefile" ;; |
|---|
| 464 | "utils/signals/Makefile") CONFIG_FILES="$CONFIG_FILES utils/signals/Makefile" ;; |
|---|
| 465 | "utils/sock/Makefile") CONFIG_FILES="$CONFIG_FILES utils/sock/Makefile" ;; |
|---|
| 466 | "utils/string/Makefile") CONFIG_FILES="$CONFIG_FILES utils/string/Makefile" ;; |
|---|
| 467 | "utils/timer/Makefile") CONFIG_FILES="$CONFIG_FILES utils/timer/Makefile" ;; |
|---|
| 468 | "${opt_utils_makefiles}") CONFIG_FILES="$CONFIG_FILES ${opt_utils_makefiles}" ;; |
|---|
| 469 | "ui/Makefile") CONFIG_FILES="$CONFIG_FILES ui/Makefile" ;; |
|---|
| 470 | "ui/utils/Makefile") CONFIG_FILES="$CONFIG_FILES ui/utils/Makefile" ;; |
|---|
| 471 | "ui/${hydra_ui}/Makefile") CONFIG_FILES="$CONFIG_FILES ui/${hydra_ui}/Makefile" ;; |
|---|
| 472 | "pm/Makefile") CONFIG_FILES="$CONFIG_FILES pm/Makefile" ;; |
|---|
| 473 | "pm/utils/Makefile") CONFIG_FILES="$CONFIG_FILES pm/utils/Makefile" ;; |
|---|
| 474 | "pm/${hydra_pm}/Makefile") CONFIG_FILES="$CONFIG_FILES pm/${hydra_pm}/Makefile" ;; |
|---|
| 475 | "demux/Makefile") CONFIG_FILES="$CONFIG_FILES demux/Makefile" ;; |
|---|
| 476 | "bootstrap/Makefile") CONFIG_FILES="$CONFIG_FILES bootstrap/Makefile" ;; |
|---|
| 477 | "bootstrap/utils/Makefile") CONFIG_FILES="$CONFIG_FILES bootstrap/utils/Makefile" ;; |
|---|
| 478 | "bootstrap/src/Makefile") CONFIG_FILES="$CONFIG_FILES bootstrap/src/Makefile" ;; |
|---|
| 479 | "bootstrap/src/bsci_init.c") CONFIG_FILES="$CONFIG_FILES bootstrap/src/bsci_init.c" ;; |
|---|
| 480 | "bootstrap/include/bsci.h") CONFIG_FILES="$CONFIG_FILES bootstrap/include/bsci.h" ;; |
|---|
| 481 | "${hydra_bss_makefiles}") CONFIG_FILES="$CONFIG_FILES ${hydra_bss_makefiles}" ;; |
|---|
| 482 | "rmk/Makefile") CONFIG_FILES="$CONFIG_FILES rmk/Makefile" ;; |
|---|
| 483 | "rmk/utils/Makefile") CONFIG_FILES="$CONFIG_FILES rmk/utils/Makefile" ;; |
|---|
| 484 | "rmk/src/Makefile") CONFIG_FILES="$CONFIG_FILES rmk/src/Makefile" ;; |
|---|
| 485 | "rmk/src/rmki_init.c") CONFIG_FILES="$CONFIG_FILES rmk/src/rmki_init.c" ;; |
|---|
| 486 | "rmk/include/rmki.h") CONFIG_FILES="$CONFIG_FILES rmk/include/rmki.h" ;; |
|---|
| 487 | "${hydra_rmk_makefiles}") CONFIG_FILES="$CONFIG_FILES ${hydra_rmk_makefiles}" ;; |
|---|
| 488 | "css/Makefile") CONFIG_FILES="$CONFIG_FILES css/Makefile" ;; |
|---|
| 489 | "css/utils/Makefile") CONFIG_FILES="$CONFIG_FILES css/utils/Makefile" ;; |
|---|
| 490 | "css/src/Makefile") CONFIG_FILES="$CONFIG_FILES css/src/Makefile" ;; |
|---|
| 491 | "css/src/cssi_init.c") CONFIG_FILES="$CONFIG_FILES css/src/cssi_init.c" ;; |
|---|
| 492 | "css/include/cssi.h") CONFIG_FILES="$CONFIG_FILES css/include/cssi.h" ;; |
|---|
| 493 | "${hydra_css_makefiles}") CONFIG_FILES="$CONFIG_FILES ${hydra_css_makefiles}" ;; |
|---|
| 494 | |
|---|
| 495 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
|---|
| 496 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
|---|
| 497 | { (exit 1); exit 1; }; };; |
|---|
| 498 | esac |
|---|
| 499 | done |
|---|
| 500 | |
|---|
| 501 | |
|---|
| 502 | # If the user did not use the arguments to specify the items to instantiate, |
|---|
| 503 | # then the envvar interface is used. Set only those that are not. |
|---|
| 504 | # We use the long form for the default assignment because of an extremely |
|---|
| 505 | # bizarre bug on SunOS 4.1.3. |
|---|
| 506 | if $ac_need_defaults; then |
|---|
| 507 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
|---|
| 508 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers |
|---|
| 509 | fi |
|---|
| 510 | |
|---|
| 511 | # Have a temporary directory for convenience. Make it in the build tree |
|---|
| 512 | # simply because there is no reason against having it here, and in addition, |
|---|
| 513 | # creating and moving files from /tmp can sometimes cause problems. |
|---|
| 514 | # Hook for its removal unless debugging. |
|---|
| 515 | # Note that there is a small window in which the directory will not be cleaned: |
|---|
| 516 | # after its creation but before its name has been assigned to `$tmp'. |
|---|
| 517 | $debug || |
|---|
| 518 | { |
|---|
| 519 | tmp= |
|---|
| 520 | trap 'exit_status=$? |
|---|
| 521 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
|---|
| 522 | ' 0 |
|---|
| 523 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
|---|
| 524 | } |
|---|
| 525 | # Create a (secure) tmp directory for tmp files. |
|---|
| 526 | |
|---|
| 527 | { |
|---|
| 528 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
|---|
| 529 | test -n "$tmp" && test -d "$tmp" |
|---|
| 530 | } || |
|---|
| 531 | { |
|---|
| 532 | tmp=./conf$$-$RANDOM |
|---|
| 533 | (umask 077 && mkdir "$tmp") |
|---|
| 534 | } || |
|---|
| 535 | { |
|---|
| 536 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 |
|---|
| 537 | { (exit 1); exit 1; } |
|---|
| 538 | } |
|---|
| 539 | |
|---|
| 540 | # Set up the scripts for CONFIG_FILES section. |
|---|
| 541 | # No need to generate them if there are no CONFIG_FILES. |
|---|
| 542 | # This happens for instance with `./config.status config.h'. |
|---|
| 543 | if test -n "$CONFIG_FILES"; then |
|---|
| 544 | |
|---|
| 545 | |
|---|
| 546 | ac_cr=' |
|---|
| 547 | ' |
|---|
| 548 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
|---|
| 549 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
|---|
| 550 | ac_cs_awk_cr='\\r' |
|---|
| 551 | else |
|---|
| 552 | ac_cs_awk_cr=$ac_cr |
|---|
| 553 | fi |
|---|
| 554 | |
|---|
| 555 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
|---|
| 556 | cat >>"$tmp/subs1.awk" <<\_ACAWK && |
|---|
| 557 | S["SHELL"]="/bin/sh" |
|---|
| 558 | S["PATH_SEPARATOR"]=":" |
|---|
| 559 | S["PACKAGE_NAME"]="" |
|---|
| 560 | S["PACKAGE_TARNAME"]="" |
|---|
| 561 | S["PACKAGE_VERSION"]="" |
|---|
| 562 | S["PACKAGE_STRING"]="" |
|---|
| 563 | S["PACKAGE_BUGREPORT"]="" |
|---|
| 564 | S["exec_prefix"]="${prefix}" |
|---|
| 565 | S["prefix"]="/home/tim/mpich2-install" |
|---|
| 566 | S["program_transform_name"]="s,x,x," |
|---|
| 567 | S["bindir"]="${exec_prefix}/bin" |
|---|
| 568 | S["sbindir"]="${exec_prefix}/sbin" |
|---|
| 569 | S["libexecdir"]="${exec_prefix}/libexec" |
|---|
| 570 | S["datarootdir"]="${prefix}/share" |
|---|
| 571 | S["datadir"]="${datarootdir}" |
|---|
| 572 | S["sysconfdir"]="${prefix}/etc" |
|---|
| 573 | S["sharedstatedir"]="${prefix}/com" |
|---|
| 574 | S["localstatedir"]="${prefix}/var" |
|---|
| 575 | S["includedir"]="${prefix}/include" |
|---|
| 576 | S["oldincludedir"]="/usr/include" |
|---|
| 577 | S["docdir"]="${datarootdir}/doc/${PACKAGE}" |
|---|
| 578 | S["infodir"]="${datarootdir}/info" |
|---|
| 579 | S["htmldir"]="${docdir}" |
|---|
| 580 | S["dvidir"]="${docdir}" |
|---|
| 581 | S["pdfdir"]="${docdir}" |
|---|
| 582 | S["psdir"]="${docdir}" |
|---|
| 583 | S["libdir"]="${exec_prefix}/lib" |
|---|
| 584 | S["localedir"]="${datarootdir}/locale" |
|---|
| 585 | S["mandir"]="${datarootdir}/man" |
|---|
| 586 | S["DEFS"]="-DHAVE_CONFIG_H" |
|---|
| 587 | S["ECHO_C"]="" |
|---|
| 588 | S["ECHO_N"]="-n" |
|---|
| 589 | S["ECHO_T"]="" |
|---|
| 590 | S["LIBS"]=" " |
|---|
| 591 | S["build_alias"]="" |
|---|
| 592 | S["host_alias"]="" |
|---|
| 593 | S["target_alias"]="" |
|---|
| 594 | S["CC"]="gcc" |
|---|
| 595 | S["CFLAGS"]=" -O2" |
|---|
| 596 | S["LDFLAGS"]=" " |
|---|
| 597 | S["CPPFLAGS"]=" -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS" |
|---|
| 598 | S["ac_ct_CC"]="gcc" |
|---|
| 599 | S["EXEEXT"]="" |
|---|
| 600 | S["OBJEXT"]="o" |
|---|
| 601 | S["CPP"]="gcc -E" |
|---|
| 602 | S["GREP"]="/usr/bin/grep" |
|---|
| 603 | S["EGREP"]="/usr/bin/grep -E" |
|---|
| 604 | S["hydra_bss_names"]="ssh rsh fork slurm" |
|---|
| 605 | S["hydra_bss_init_decl"]="\n"\ |
|---|
| 606 | "HYD_Status HYD_BSCI_ssh_init(void);\n"\ |
|---|
| 607 | "HYD_Status HYD_BSCI_rsh_init(void);\n"\ |
|---|
| 608 | "HYD_Status HYD_BSCI_fork_init(void);\n"\ |
|---|
| 609 | "HYD_Status HYD_BSCI_slurm_init(void);" |
|---|
| 610 | S["hydra_bss_name_array"]=" \"ssh\", \"rsh\", \"fork\", \"slurm\", NULL" |
|---|
| 611 | S["hydra_bss_init_array"]=" HYD_BSCI_ssh_init, HYD_BSCI_rsh_init, HYD_BSCI_fork_init, HYD_BSCI_slurm_init, NULL" |
|---|
| 612 | S["hydra_css_names"]="none" |
|---|
| 613 | S["hydra_css_init_decl"]="\n"\ |
|---|
| 614 | "HYD_Status HYD_CSSI_none_init(void);" |
|---|
| 615 | S["hydra_css_name_array"]=" \"none\", NULL" |
|---|
| 616 | S["hydra_css_init_array"]=" HYD_CSSI_none_init, NULL" |
|---|
| 617 | S["hydra_rmk_names"]="dummy" |
|---|
| 618 | S["hydra_rmk_init_decl"]="\n"\ |
|---|
| 619 | "HYD_Status HYD_RMKI_dummy_init(void);" |
|---|
| 620 | S["hydra_rmk_name_array"]=" \"dummy\", NULL" |
|---|
| 621 | S["hydra_rmk_init_array"]=" HYD_RMKI_dummy_init, NULL" |
|---|
| 622 | S["hydra_pm"]="pmiserv" |
|---|
| 623 | S["hydra_ui"]="mpiexec" |
|---|
| 624 | S["hydra_css"]="" |
|---|
| 625 | S["EXTRA_CFLAGS"]="" |
|---|
| 626 | S["opt_utils"]="" |
|---|
| 627 | S["MAKE"]="make" |
|---|
| 628 | S["AR"]="ar" |
|---|
| 629 | S["INSTALL_PROGRAM"]="${INSTALL}" |
|---|
| 630 | S["INSTALL_SCRIPT"]="${INSTALL}" |
|---|
| 631 | S["INSTALL_DATA"]="${INSTALL} -m 644" |
|---|
| 632 | S["MKDIR_P"]="mkdir -p" |
|---|
| 633 | S["VPATH"]="VPATH=.:${srcdir}" |
|---|
| 634 | S["SET_CFLAGS"]="CFLAGS=" |
|---|
| 635 | S["SET_MAKE"]="MAKE=make" |
|---|
| 636 | S["ENABLE_SHLIB"]="none" |
|---|
| 637 | S["RANLIB"]="ranlib" |
|---|
| 638 | S["CC_SHL"]="true" |
|---|
| 639 | S["C_LINK_SHL"]="true" |
|---|
| 640 | S["MPILIBNAME"]="mpich" |
|---|
| 641 | S["master_top_srcdir"]="/home/tim/libraries/mpich2-1.1" |
|---|
| 642 | S["MAKE_DEPEND_C"]="gcc -MM" |
|---|
| 643 | S["subdirs"]=" ../util" |
|---|
| 644 | S["LIBOBJS"]="" |
|---|
| 645 | S["LTLIBOBJS"]="" |
|---|
| 646 | _ACAWK |
|---|
| 647 | cat >>"$tmp/subs1.awk" <<_ACAWK && |
|---|
| 648 | for (key in S) S_is_set[key] = 1 |
|---|
| 649 | FS = "" |
|---|
| 650 | |
|---|
| 651 | } |
|---|
| 652 | { |
|---|
| 653 | line = $ 0 |
|---|
| 654 | nfields = split(line, field, "@") |
|---|
| 655 | substed = 0 |
|---|
| 656 | len = length(field[1]) |
|---|
| 657 | for (i = 2; i < nfields; i++) { |
|---|
| 658 | key = field[i] |
|---|
| 659 | keylen = length(key) |
|---|
| 660 | if (S_is_set[key]) { |
|---|
| 661 | value = S[key] |
|---|
| 662 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
|---|
| 663 | len += length(value) + length(field[++i]) |
|---|
| 664 | substed = 1 |
|---|
| 665 | } else |
|---|
| 666 | len += 1 + keylen |
|---|
| 667 | } |
|---|
| 668 | |
|---|
| 669 | print line |
|---|
| 670 | } |
|---|
| 671 | |
|---|
| 672 | _ACAWK |
|---|
| 673 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
|---|
| 674 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
|---|
| 675 | else |
|---|
| 676 | cat |
|---|
| 677 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
|---|
| 678 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 |
|---|
| 679 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} |
|---|
| 680 | { (exit 1); exit 1; }; } |
|---|
| 681 | fi # test -n "$CONFIG_FILES" |
|---|
| 682 | |
|---|
| 683 | # Set up the scripts for CONFIG_HEADERS section. |
|---|
| 684 | # No need to generate them if there are no CONFIG_HEADERS. |
|---|
| 685 | # This happens for instance with `./config.status Makefile'. |
|---|
| 686 | if test -n "$CONFIG_HEADERS"; then |
|---|
| 687 | cat >"$tmp/defines.awk" <<\_ACAWK || |
|---|
| 688 | BEGIN { |
|---|
| 689 | D["PACKAGE_NAME"]=" \"\"" |
|---|
| 690 | D["PACKAGE_TARNAME"]=" \"\"" |
|---|
| 691 | D["PACKAGE_VERSION"]=" \"\"" |
|---|
| 692 | D["PACKAGE_STRING"]=" \"\"" |
|---|
| 693 | D["PACKAGE_BUGREPORT"]=" \"\"" |
|---|
| 694 | D["STDC_HEADERS"]=" 1" |
|---|
| 695 | D["HAVE_SYS_TYPES_H"]=" 1" |
|---|
| 696 | D["HAVE_SYS_STAT_H"]=" 1" |
|---|
| 697 | D["HAVE_STDLIB_H"]=" 1" |
|---|
| 698 | D["HAVE_STRING_H"]=" 1" |
|---|
| 699 | D["HAVE_MEMORY_H"]=" 1" |
|---|
| 700 | D["HAVE_STRINGS_H"]=" 1" |
|---|
| 701 | D["HAVE_INTTYPES_H"]=" 1" |
|---|
| 702 | D["HAVE_STDINT_H"]=" 1" |
|---|
| 703 | D["HAVE_UNISTD_H"]=" 1" |
|---|
| 704 | D["HAVE_UNISTD_H"]=" 1" |
|---|
| 705 | D["HAVE_STDLIB_H"]=" 1" |
|---|
| 706 | D["HAVE_STRING_H"]=" 1" |
|---|
| 707 | D["HAVE_STRINGS_H"]=" 1" |
|---|
| 708 | D["HAVE_STDARG_H"]=" 1" |
|---|
| 709 | D["HAVE_SYS_TYPES_H"]=" 1" |
|---|
| 710 | D["HAVE_SYS_SOCKET_H"]=" 1" |
|---|
| 711 | D["HAVE_SCHED_H"]=" 1" |
|---|
| 712 | D["HAVE_PTHREAD_H"]=" 1" |
|---|
| 713 | D["HAVE_SYS_STAT_H"]=" 1" |
|---|
| 714 | D["HAVE_GCC_ATTRIBUTE"]=" 1" |
|---|
| 715 | D["HAVE_GETTIMEOFDAY"]=" 1" |
|---|
| 716 | D["HAVE_TIME"]=" 1" |
|---|
| 717 | D["HAVE_STRDUP"]=" 1" |
|---|
| 718 | D["HAVE_SIGACTION"]=" 1" |
|---|
| 719 | D["HAVE_SIGNAL"]=" 1" |
|---|
| 720 | D["HAVE_USLEEP"]=" 1" |
|---|
| 721 | D["HAVE_SNPRINTF"]=" 1" |
|---|
| 722 | D["HAVE_UNSETENV"]=" 1" |
|---|
| 723 | D["HAVE_STRERROR"]=" 1" |
|---|
| 724 | D["HAVE_STRSIGNAL"]=" 1" |
|---|
| 725 | D["HAVE_PUTENV"]=" 1" |
|---|
| 726 | D["HAVE_THREAD_SUPPORT"]=" 1" |
|---|
| 727 | D["HAVE_PUTENV"]=" 1" |
|---|
| 728 | D["MANUAL_EXTERN_ENVIRON"]=" 1" |
|---|
| 729 | D["HAVE_EXTERN_ENVIRON"]=" 1" |
|---|
| 730 | D["HYDRA_BSS_NAMES"]=" \"ssh rsh fork slurm\"" |
|---|
| 731 | D["HYDRA_DEFAULT_BSS"]=" \"ssh\"" |
|---|
| 732 | D["HYDRA_CSS_NAMES"]=" \"none\"" |
|---|
| 733 | D["HYDRA_DEFAULT_CSS"]=" \"none\"" |
|---|
| 734 | D["HYDRA_RMK_NAMES"]=" \"dummy\"" |
|---|
| 735 | D["HYDRA_DEFAULT_RMK"]=" \"dummy\"" |
|---|
| 736 | D["COMPILER_ACCEPTS_FUNC"]=" 1" |
|---|
| 737 | D["COMPILER_ACCEPTS_VA_ARGS"]=" 1" |
|---|
| 738 | D["HAVE_STRSIGNAL"]=" 1" |
|---|
| 739 | D["HAVE_SNPRINTF"]=" 1" |
|---|
| 740 | D["HAVE_STRDUP"]=" 1" |
|---|
| 741 | D["HAVE_SIGACTION"]=" 1" |
|---|
| 742 | D["HAVE_SIGNAL"]=" 1" |
|---|
| 743 | D["USE_SIGACTION"]=" /**/" |
|---|
| 744 | D["HAVE_GETHOSTNAME"]=" 1" |
|---|
| 745 | for (key in D) D_is_set[key] = 1 |
|---|
| 746 | FS = "" |
|---|
| 747 | } |
|---|
| 748 | /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { |
|---|
| 749 | line = $ 0 |
|---|
| 750 | split(line, arg, " ") |
|---|
| 751 | if (arg[1] == "#") { |
|---|
| 752 | defundef = arg[2] |
|---|
| 753 | mac1 = arg[3] |
|---|
| 754 | } else { |
|---|
| 755 | defundef = substr(arg[1], 2) |
|---|
| 756 | mac1 = arg[2] |
|---|
| 757 | } |
|---|
| 758 | split(mac1, mac2, "(") #) |
|---|
| 759 | macro = mac2[1] |
|---|
| 760 | if (D_is_set[macro]) { |
|---|
| 761 | # Preserve the white space surrounding the "#". |
|---|
| 762 | prefix = substr(line, 1, index(line, defundef) - 1) |
|---|
| 763 | print prefix "define", macro P[macro] D[macro] |
|---|
| 764 | next |
|---|
| 765 | } else { |
|---|
| 766 | # Replace #undef with comments. This is necessary, for example, |
|---|
| 767 | # in the case of _POSIX_SOURCE, which is predefined and required |
|---|
| 768 | # on some systems where configure will not decide to define it. |
|---|
| 769 | if (defundef == "undef") { |
|---|
| 770 | print "/*", line, "*/" |
|---|
| 771 | next |
|---|
| 772 | } |
|---|
| 773 | } |
|---|
| 774 | } |
|---|
| 775 | { print } |
|---|
| 776 | _ACAWK |
|---|
| 777 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 |
|---|
| 778 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} |
|---|
| 779 | { (exit 1); exit 1; }; } |
|---|
| 780 | fi # test -n "$CONFIG_HEADERS" |
|---|
| 781 | |
|---|
| 782 | |
|---|
| 783 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " |
|---|
| 784 | shift |
|---|
| 785 | for ac_tag |
|---|
| 786 | do |
|---|
| 787 | case $ac_tag in |
|---|
| 788 | :[FHLC]) ac_mode=$ac_tag; continue;; |
|---|
| 789 | esac |
|---|
| 790 | case $ac_mode$ac_tag in |
|---|
| 791 | :[FHL]*:*);; |
|---|
| 792 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
|---|
| 793 | $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
|---|
| 794 | { (exit 1); exit 1; }; };; |
|---|
| 795 | :[FH]-) ac_tag=-:-;; |
|---|
| 796 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
|---|
| 797 | esac |
|---|
| 798 | ac_save_IFS=$IFS |
|---|
| 799 | IFS=: |
|---|
| 800 | set x $ac_tag |
|---|
| 801 | IFS=$ac_save_IFS |
|---|
| 802 | shift |
|---|
| 803 | ac_file=$1 |
|---|
| 804 | shift |
|---|
| 805 | |
|---|
| 806 | case $ac_mode in |
|---|
| 807 | :L) ac_source=$1;; |
|---|
| 808 | :[FH]) |
|---|
| 809 | ac_file_inputs= |
|---|
| 810 | for ac_f |
|---|
| 811 | do |
|---|
| 812 | case $ac_f in |
|---|
| 813 | -) ac_f="$tmp/stdin";; |
|---|
| 814 | *) # Look for the file first in the build tree, then in the source tree |
|---|
| 815 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
|---|
| 816 | # because $ac_f cannot contain `:'. |
|---|
| 817 | test -f "$ac_f" || |
|---|
| 818 | case $ac_f in |
|---|
| 819 | [\\/$]*) false;; |
|---|
| 820 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
|---|
| 821 | esac || |
|---|
| 822 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
|---|
| 823 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
|---|
| 824 | { (exit 1); exit 1; }; };; |
|---|
| 825 | esac |
|---|
| 826 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
|---|
| 827 | ac_file_inputs="$ac_file_inputs '$ac_f'" |
|---|
| 828 | done |
|---|
| 829 | |
|---|
| 830 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
|---|
| 831 | # use $as_me), people would be surprised to read: |
|---|
| 832 | # /* config.h. Generated by config.status. */ |
|---|
| 833 | configure_input='Generated from '` |
|---|
| 834 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
|---|
| 835 | `' by configure.' |
|---|
| 836 | if test x"$ac_file" != x-; then |
|---|
| 837 | configure_input="$ac_file. $configure_input" |
|---|
| 838 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
|---|
| 839 | $as_echo "$as_me: creating $ac_file" >&6;} |
|---|
| 840 | fi |
|---|
| 841 | # Neutralize special characters interpreted by sed in replacement strings. |
|---|
| 842 | case $configure_input in #( |
|---|
| 843 | *\&* | *\|* | *\\* ) |
|---|
| 844 | ac_sed_conf_input=`$as_echo "$configure_input" | |
|---|
| 845 | sed 's/[\\\\&|]/\\\\&/g'`;; #( |
|---|
| 846 | *) ac_sed_conf_input=$configure_input;; |
|---|
| 847 | esac |
|---|
| 848 | |
|---|
| 849 | case $ac_tag in |
|---|
| 850 | *:-:* | *:-) cat >"$tmp/stdin" \ |
|---|
| 851 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 852 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 853 | { (exit 1); exit 1; }; } ;; |
|---|
| 854 | esac |
|---|
| 855 | ;; |
|---|
| 856 | esac |
|---|
| 857 | |
|---|
| 858 | ac_dir=`$as_dirname -- "$ac_file" || |
|---|
| 859 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 860 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
|---|
| 861 | X"$ac_file" : 'X\(//\)$' \| \ |
|---|
| 862 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 863 | $as_echo X"$ac_file" | |
|---|
| 864 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 865 | s//\1/ |
|---|
| 866 | q |
|---|
| 867 | } |
|---|
| 868 | /^X\(\/\/\)[^/].*/{ |
|---|
| 869 | s//\1/ |
|---|
| 870 | q |
|---|
| 871 | } |
|---|
| 872 | /^X\(\/\/\)$/{ |
|---|
| 873 | s//\1/ |
|---|
| 874 | q |
|---|
| 875 | } |
|---|
| 876 | /^X\(\/\).*/{ |
|---|
| 877 | s//\1/ |
|---|
| 878 | q |
|---|
| 879 | } |
|---|
| 880 | s/.*/./; q'` |
|---|
| 881 | { as_dir="$ac_dir" |
|---|
| 882 | case $as_dir in #( |
|---|
| 883 | -*) as_dir=./$as_dir;; |
|---|
| 884 | esac |
|---|
| 885 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
|---|
| 886 | as_dirs= |
|---|
| 887 | while :; do |
|---|
| 888 | case $as_dir in #( |
|---|
| 889 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|---|
| 890 | *) as_qdir=$as_dir;; |
|---|
| 891 | esac |
|---|
| 892 | as_dirs="'$as_qdir' $as_dirs" |
|---|
| 893 | as_dir=`$as_dirname -- "$as_dir" || |
|---|
| 894 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 895 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
|---|
| 896 | X"$as_dir" : 'X\(//\)$' \| \ |
|---|
| 897 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 898 | $as_echo X"$as_dir" | |
|---|
| 899 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 900 | s//\1/ |
|---|
| 901 | q |
|---|
| 902 | } |
|---|
| 903 | /^X\(\/\/\)[^/].*/{ |
|---|
| 904 | s//\1/ |
|---|
| 905 | q |
|---|
| 906 | } |
|---|
| 907 | /^X\(\/\/\)$/{ |
|---|
| 908 | s//\1/ |
|---|
| 909 | q |
|---|
| 910 | } |
|---|
| 911 | /^X\(\/\).*/{ |
|---|
| 912 | s//\1/ |
|---|
| 913 | q |
|---|
| 914 | } |
|---|
| 915 | s/.*/./; q'` |
|---|
| 916 | test -d "$as_dir" && break |
|---|
| 917 | done |
|---|
| 918 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
|---|
| 919 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
|---|
| 920 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
|---|
| 921 | { (exit 1); exit 1; }; }; } |
|---|
| 922 | ac_builddir=. |
|---|
| 923 | |
|---|
| 924 | case "$ac_dir" in |
|---|
| 925 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 926 | *) |
|---|
| 927 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|---|
| 928 | # A ".." for each directory in $ac_dir_suffix. |
|---|
| 929 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|---|
| 930 | case $ac_top_builddir_sub in |
|---|
| 931 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 932 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|---|
| 933 | esac ;; |
|---|
| 934 | esac |
|---|
| 935 | ac_abs_top_builddir=$ac_pwd |
|---|
| 936 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|---|
| 937 | # for backward compatibility: |
|---|
| 938 | ac_top_builddir=$ac_top_build_prefix |
|---|
| 939 | |
|---|
| 940 | case $srcdir in |
|---|
| 941 | .) # We are building in place. |
|---|
| 942 | ac_srcdir=. |
|---|
| 943 | ac_top_srcdir=$ac_top_builddir_sub |
|---|
| 944 | ac_abs_top_srcdir=$ac_pwd ;; |
|---|
| 945 | [\\/]* | ?:[\\/]* ) # Absolute name. |
|---|
| 946 | ac_srcdir=$srcdir$ac_dir_suffix; |
|---|
| 947 | ac_top_srcdir=$srcdir |
|---|
| 948 | ac_abs_top_srcdir=$srcdir ;; |
|---|
| 949 | *) # Relative name. |
|---|
| 950 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|---|
| 951 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
|---|
| 952 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
|---|
| 953 | esac |
|---|
| 954 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|---|
| 955 | |
|---|
| 956 | |
|---|
| 957 | case $ac_mode in |
|---|
| 958 | :F) |
|---|
| 959 | # |
|---|
| 960 | # CONFIG_FILE |
|---|
| 961 | # |
|---|
| 962 | |
|---|
| 963 | case $INSTALL in |
|---|
| 964 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
|---|
| 965 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
|---|
| 966 | esac |
|---|
| 967 | # If the template does not know about datarootdir, expand it. |
|---|
| 968 | # FIXME: This hack should be removed a few years after 2.60. |
|---|
| 969 | ac_datarootdir_hack=; ac_datarootdir_seen= |
|---|
| 970 | |
|---|
| 971 | ac_sed_dataroot=' |
|---|
| 972 | /datarootdir/ { |
|---|
| 973 | p |
|---|
| 974 | q |
|---|
| 975 | } |
|---|
| 976 | /@datadir@/p |
|---|
| 977 | /@docdir@/p |
|---|
| 978 | /@infodir@/p |
|---|
| 979 | /@localedir@/p |
|---|
| 980 | /@mandir@/p |
|---|
| 981 | ' |
|---|
| 982 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
|---|
| 983 | *datarootdir*) ac_datarootdir_seen=yes;; |
|---|
| 984 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
|---|
| 985 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
|---|
| 986 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
|---|
| 987 | ac_datarootdir_hack=' |
|---|
| 988 | s&@datadir@&${datarootdir}&g |
|---|
| 989 | s&@docdir@&${datarootdir}/doc/${PACKAGE}&g |
|---|
| 990 | s&@infodir@&${datarootdir}/info&g |
|---|
| 991 | s&@localedir@&${datarootdir}/locale&g |
|---|
| 992 | s&@mandir@&${datarootdir}/man&g |
|---|
| 993 | s&\${datarootdir}&${prefix}/share&g' ;; |
|---|
| 994 | esac |
|---|
| 995 | ac_sed_extra=" |
|---|
| 996 | |
|---|
| 997 | :t |
|---|
| 998 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
|---|
| 999 | s|@configure_input@|$ac_sed_conf_input|;t t |
|---|
| 1000 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
|---|
| 1001 | s&@top_build_prefix@&$ac_top_build_prefix&;t t |
|---|
| 1002 | s&@srcdir@&$ac_srcdir&;t t |
|---|
| 1003 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
|---|
| 1004 | s&@top_srcdir@&$ac_top_srcdir&;t t |
|---|
| 1005 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
|---|
| 1006 | s&@builddir@&$ac_builddir&;t t |
|---|
| 1007 | s&@abs_builddir@&$ac_abs_builddir&;t t |
|---|
| 1008 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
|---|
| 1009 | s&@INSTALL@&$ac_INSTALL&;t t |
|---|
| 1010 | $ac_datarootdir_hack |
|---|
| 1011 | " |
|---|
| 1012 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
|---|
| 1013 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1014 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1015 | { (exit 1); exit 1; }; } |
|---|
| 1016 | |
|---|
| 1017 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
|---|
| 1018 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
|---|
| 1019 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
|---|
| 1020 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 1021 | which seems to be undefined. Please make sure it is defined." >&5 |
|---|
| 1022 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
|---|
| 1023 | which seems to be undefined. Please make sure it is defined." >&2;} |
|---|
| 1024 | |
|---|
| 1025 | rm -f "$tmp/stdin" |
|---|
| 1026 | case $ac_file in |
|---|
| 1027 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
|---|
| 1028 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
|---|
| 1029 | esac \ |
|---|
| 1030 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1031 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1032 | { (exit 1); exit 1; }; } |
|---|
| 1033 | ;; |
|---|
| 1034 | :H) |
|---|
| 1035 | # |
|---|
| 1036 | # CONFIG_HEADER |
|---|
| 1037 | # |
|---|
| 1038 | if test x"$ac_file" != x-; then |
|---|
| 1039 | { |
|---|
| 1040 | $as_echo "/* $configure_input */" \ |
|---|
| 1041 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
|---|
| 1042 | } >"$tmp/config.h" \ |
|---|
| 1043 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1044 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1045 | { (exit 1); exit 1; }; } |
|---|
| 1046 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
|---|
| 1047 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
|---|
| 1048 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
|---|
| 1049 | else |
|---|
| 1050 | rm -f "$ac_file" |
|---|
| 1051 | mv "$tmp/config.h" "$ac_file" \ |
|---|
| 1052 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
|---|
| 1053 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
|---|
| 1054 | { (exit 1); exit 1; }; } |
|---|
| 1055 | fi |
|---|
| 1056 | else |
|---|
| 1057 | $as_echo "/* $configure_input */" \ |
|---|
| 1058 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
|---|
| 1059 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 |
|---|
| 1060 | $as_echo "$as_me: error: could not create -" >&2;} |
|---|
| 1061 | { (exit 1); exit 1; }; } |
|---|
| 1062 | fi |
|---|
| 1063 | ;; |
|---|
| 1064 | |
|---|
| 1065 | |
|---|
| 1066 | esac |
|---|
| 1067 | |
|---|
| 1068 | done # for ac_tag |
|---|
| 1069 | |
|---|
| 1070 | |
|---|
| 1071 | { (exit 0); exit 0; } |
|---|