Ticket #686: r4843_hydra_config.status

File r4843_hydra_config.status, 36.7 KB (added by Timothy S. Sliwinski, 5 months ago)

Added by email2trac

Line 
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
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10SHELL=${CONFIG_SHELL-/bin/sh}
11## --------------------- ##
12## M4sh Initialization.  ##
13## --------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42as_nl='
43'
44export as_nl
45# Printing a long string crashes Solaris 7 /usr/bin/printf.
46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49if (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'
52else
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'
72fi
73
74# The user is always right.
75if 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  }
81fi
82
83# Support unset when possible.
84if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85  as_unset=unset
86else
87  as_unset=false
88fi
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.)
96IFS=" ""        $as_nl"
97
98# Find who we are.  Look in the path if we contain no directory separator.
99case $0 in
100  *[\\/]* ) as_myself=$0 ;;
101  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102for as_dir in $PATH
103do
104  IFS=$as_save_IFS
105  test -z "$as_dir" && as_dir=.
106  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107done
108IFS=$as_save_IFS
109
110     ;;
111esac
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.
114if test "x$as_myself" = x; then
115  as_myself=$0
116fi
117if 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; }
120fi
121
122# Work around bugs in pre-3.0 UWIN ksh.
123for as_var in ENV MAIL MAILPATH
124do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# Required to use basename.
137if expr a : '\(a\)' >/dev/null 2>&1 &&
138   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139  as_expr=expr
140else
141  as_expr=false
142fi
143
144if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145  as_basename=basename
146else
147  as_basename=false
148fi
149
150
151# Name of the executable.
152as_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
219if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220  as_dirname=dirname
221else
222  as_dirname=false
223fi
224
225ECHO_C= ECHO_N= ECHO_T=
226case `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';;
234esac
235if expr a : '\(a\)' >/dev/null 2>&1 &&
236   test "X`expr 00001 : '.*\(...\)'`" = X001; then
237  as_expr=expr
238else
239  as_expr=false
240fi
241
242rm -f conf$$ conf$$.exe conf$$.file
243if test -d conf$$.dir; then
244  rm -f conf$$.dir/conf$$.file
245else
246  rm -f conf$$.dir
247  mkdir conf$$.dir 2>/dev/null
248fi
249if (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
263else
264  as_ln_s='cp -p'
265fi
266rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267rmdir conf$$.dir 2>/dev/null
268
269if mkdir -p . 2>/dev/null; then
270  as_mkdir_p=:
271else
272  test -d ./-p && rmdir ./-p
273  as_mkdir_p=false
274fi
275
276if test -x / >/dev/null 2>&1; then
277  as_test_x='test -x'
278else
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  '
296fi
297as_executable_p=$as_test_x
298
299# Sed expression to map a string onto a valid CPP name.
300as_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.
303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306exec 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.
311ac_log="
312This file was extended by Hydra $as_me 0.1, which was
313generated 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
321on `(hostname || uname -n) 2>/dev/null | sed 1q`
322"
323
324# Files that config.status was made for.
325config_files=" Makefile bootstrap/src/bsci_init.c bootstrap/include/bsci.h rmk/src/rmki_init.c rmk/include/rmki.h css/src/cssi_init.c css/include/cssi.h"
326config_headers=" include/hydra_config.h"
327config_commands=" depfiles"
328
329ac_cs_usage="\
330\`$as_me' instantiates files from templates according to the
331current configuration.
332
333Usage: $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
345Configuration files:
346$config_files
347
348Configuration headers:
349$config_headers
350
351Configuration commands:
352$config_commands
353
354Report bugs to <bug-autoconf@gnu.org>."
355
356ac_cs_version="\
357Hydra config.status 0.1
358configured by /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/configure, generated by GNU Autoconf 2.62,
359  with options \"'--prefix=/home/tim/mpich2-test' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LDFLAGS= ' 'LIBS=      ' 'CPPFLAGS= -I/home/tim/libraries/mpich2-trunk-r4843/src/openpa/src -I/tmp/tim/mpich2test/src/openpa/src -DUSE_PROCESS_LOCKS'\"
360
361Copyright (C) 2008 Free Software Foundation, Inc.
362This config.status script is free software; the Free Software Foundation
363gives unlimited permission to copy, distribute and modify it."
364
365ac_pwd='/tmp/tim/mpich2test/src/pm/hydra'
366srcdir='/home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra'
367INSTALL='/usr/bin/install -c'
368MKDIR_P='mkdir -p'
369AWK='nawk'
370test -n "$AWK" || AWK=awk
371# The default lists apply if the user does not specify any file.
372ac_need_defaults=:
373while test $# != 0
374do
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
413Try \`$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
423Try \`$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
431done
432
433ac_configure_extra_args=
434
435if $ac_cs_silent; then
436  exec 6>/dev/null
437  ac_configure_extra_args="$ac_configure_extra_args --silent"
438fi
439
440if $ac_cs_recheck; then
441  set X '/bin/sh' '/home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/configure'  '--prefix=/home/tim/mpich2-test' '--with-atomic-primitives=auto_allow_emulation' 'CC=gcc' 'CFLAGS= -O2' 'LDFLAGS= ' 'LIBS=      ' 'CPPFLAGS= -I/home/tim/libraries/mpich2-trunk-r4843/src/openpa/src -I/tmp/tim/mpich2test/src/openpa/src -DUSE_PROCESS_LOCKS' $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 "$@"
447fi
448
449exec 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#
461AMDEP_TRUE="" ac_aux_dir="/home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb"
462
463
464# Handling of arguments.
465for ac_config_target in $ac_config_targets
466do
467  case $ac_config_target in
468    "include/hydra_config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/hydra_config.h" ;;
469    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
470    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
471    "bootstrap/src/bsci_init.c") CONFIG_FILES="$CONFIG_FILES bootstrap/src/bsci_init.c" ;;
472    "bootstrap/include/bsci.h") CONFIG_FILES="$CONFIG_FILES bootstrap/include/bsci.h" ;;
473    "rmk/src/rmki_init.c") CONFIG_FILES="$CONFIG_FILES rmk/src/rmki_init.c" ;;
474    "rmk/include/rmki.h") CONFIG_FILES="$CONFIG_FILES rmk/include/rmki.h" ;;
475    "css/src/cssi_init.c") CONFIG_FILES="$CONFIG_FILES css/src/cssi_init.c" ;;
476    "css/include/cssi.h") CONFIG_FILES="$CONFIG_FILES css/include/cssi.h" ;;
477
478  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
479$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
480   { (exit 1); exit 1; }; };;
481  esac
482done
483
484
485# If the user did not use the arguments to specify the items to instantiate,
486# then the envvar interface is used.  Set only those that are not.
487# We use the long form for the default assignment because of an extremely
488# bizarre bug on SunOS 4.1.3.
489if $ac_need_defaults; then
490  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
491  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
492  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
493fi
494
495# Have a temporary directory for convenience.  Make it in the build tree
496# simply because there is no reason against having it here, and in addition,
497# creating and moving files from /tmp can sometimes cause problems.
498# Hook for its removal unless debugging.
499# Note that there is a small window in which the directory will not be cleaned:
500# after its creation but before its name has been assigned to `$tmp'.
501$debug ||
502{
503  tmp=
504  trap 'exit_status=$?
505  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
506' 0
507  trap '{ (exit 1); exit 1; }' 1 2 13 15
508}
509# Create a (secure) tmp directory for tmp files.
510
511{
512  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
513  test -n "$tmp" && test -d "$tmp"
514}  ||
515{
516  tmp=./conf$$-$RANDOM
517  (umask 077 && mkdir "$tmp")
518} ||
519{
520   $as_echo "$as_me: cannot create a temporary directory in ." >&2
521   { (exit 1); exit 1; }
522}
523
524# Set up the scripts for CONFIG_FILES section.
525# No need to generate them if there are no CONFIG_FILES.
526# This happens for instance with `./config.status config.h'.
527if test -n "$CONFIG_FILES"; then
528
529
530ac_cr='
531'
532ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
533if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
534  ac_cs_awk_cr='\\r'
535else
536  ac_cs_awk_cr=$ac_cr
537fi
538
539echo 'BEGIN {' >"$tmp/subs1.awk" &&
540cat >>"$tmp/subs1.awk" <<\_ACAWK &&
541S["SHELL"]="/bin/sh"
542S["PATH_SEPARATOR"]=":"
543S["PACKAGE_NAME"]="Hydra"
544S["PACKAGE_TARNAME"]="hydra"
545S["PACKAGE_VERSION"]="0.1"
546S["PACKAGE_STRING"]="Hydra 0.1"
547S["PACKAGE_BUGREPORT"]=""
548S["exec_prefix"]="${prefix}"
549S["prefix"]="/home/tim/mpich2-test"
550S["program_transform_name"]="s,x,x,"
551S["bindir"]="${exec_prefix}/bin"
552S["sbindir"]="${exec_prefix}/sbin"
553S["libexecdir"]="${exec_prefix}/libexec"
554S["datarootdir"]="${prefix}/share"
555S["datadir"]="${datarootdir}"
556S["sysconfdir"]="${prefix}/etc"
557S["sharedstatedir"]="${prefix}/com"
558S["localstatedir"]="${prefix}/var"
559S["includedir"]="${prefix}/include"
560S["oldincludedir"]="/usr/include"
561S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
562S["infodir"]="${datarootdir}/info"
563S["htmldir"]="${docdir}"
564S["dvidir"]="${docdir}"
565S["pdfdir"]="${docdir}"
566S["psdir"]="${docdir}"
567S["libdir"]="${exec_prefix}/lib"
568S["localedir"]="${datarootdir}/locale"
569S["mandir"]="${datarootdir}/man"
570S["DEFS"]="-DHAVE_CONFIG_H"
571S["ECHO_C"]=""
572S["ECHO_N"]="-n"
573S["ECHO_T"]=""
574S["LIBS"]="      "
575S["build_alias"]=""
576S["host_alias"]=""
577S["target_alias"]=""
578S["INSTALL_PROGRAM"]="${INSTALL}"
579S["INSTALL_SCRIPT"]="${INSTALL}"
580S["INSTALL_DATA"]="${INSTALL} -m 644"
581S["am__isrc"]=" -I$(srcdir)"
582S["CYGPATH_W"]="echo"
583S["PACKAGE"]="hydra"
584S["VERSION"]="0.1"
585S["ACLOCAL"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run aclocal-1.11"
586S["AUTOCONF"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run autoconf"
587S["AUTOMAKE"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run automake-1.11"
588S["AUTOHEADER"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run autoheader"
589S["MAKEINFO"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run makeinfo"
590S["install_sh"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/install-sh"
591S["STRIP"]=""
592S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
593S["MKDIR_P"]="mkdir -p"
594S["mkdir_p"]="mkdir -p"
595S["AWK"]="nawk"
596S["SET_MAKE"]=""
597S["am__leading_dot"]="."
598S["AMTAR"]="${SHELL} /home/tim/libraries/mpich2-trunk-r4843/src/pm/hydra/mpl/confdb/missing --run tar"
599S["am__tar"]="${AMTAR} chof - \"$$tardir\""
600S["am__untar"]="${AMTAR} xf -"
601S["CC"]="gcc"
602S["CFLAGS"]=" -O2 "
603S["LDFLAGS"]="  -lpthread"
604S["CPPFLAGS"]=" -I/home/tim/libraries/mpich2-trunk-r4843/src/openpa/src -I/tmp/tim/mpich2test/src/openpa/src -DUSE_PROCESS_LOCKS"
605S["ac_ct_CC"]="gcc"
606S["EXEEXT"]=""
607S["OBJEXT"]="o"
608S["DEPDIR"]=".deps"
609S["am__include"]="include"
610S["am__quote"]=""
611S["AMDEP_TRUE"]=""
612S["AMDEP_FALSE"]="#"
613S["AMDEPBACKSLASH"]="\\"
614S["CCDEPMODE"]="depmode=gcc3"
615S["am__fastdepCC_TRUE"]=""
616S["am__fastdepCC_FALSE"]="#"
617S["CPP"]="gcc -E"
618S["GREP"]="/usr/bin/grep"
619S["EGREP"]="/usr/bin/grep -E"
620S["RANLIB"]="ranlib"
621S["hydra_bss_names"]="ssh rsh fork slurm"
622S["hydra_bss_init_decl"]="\n"\
623"HYD_Status HYD_BSCI_ssh_init(void);\n"\
624"HYD_Status HYD_BSCI_rsh_init(void);\n"\
625"HYD_Status HYD_BSCI_fork_init(void);\n"\
626"HYD_Status HYD_BSCI_slurm_init(void);"
627S["hydra_bss_name_array"]=" \"ssh\",  \"rsh\",  \"fork\",  \"slurm\",  NULL"
628S["hydra_bss_init_array"]=" HYD_BSCI_ssh_init,  HYD_BSCI_rsh_init,  HYD_BSCI_fork_init,  HYD_BSCI_slurm_init,  NULL"
629S["hydra_bss_ssh_TRUE"]=""
630S["hydra_bss_ssh_FALSE"]="#"
631S["hydra_bss_rsh_TRUE"]=""
632S["hydra_bss_rsh_FALSE"]="#"
633S["hydra_bss_fork_TRUE"]=""
634S["hydra_bss_fork_FALSE"]="#"
635S["hydra_bss_slurm_TRUE"]=""
636S["hydra_bss_slurm_FALSE"]="#"
637S["hydra_css_names"]="none"
638S["hydra_css_init_decl"]="\n"\
639"HYD_Status HYD_CSSI_none_init(void);"
640S["hydra_css_name_array"]=" \"none\",  NULL"
641S["hydra_css_init_array"]=" HYD_CSSI_none_init,  NULL"
642S["hydra_css_none_TRUE"]="#"
643S["hydra_css_none_FALSE"]=""
644S["hydra_rmk_names"]="dummy"
645S["hydra_rmk_init_decl"]="\n"\
646"HYD_Status HYD_RMKI_dummy_init(void);"
647S["hydra_rmk_name_array"]=" \"dummy\",  NULL"
648S["hydra_rmk_init_array"]=" HYD_RMKI_dummy_init,  NULL"
649S["hydra_rmk_dummy_TRUE"]=""
650S["hydra_rmk_dummy_FALSE"]="#"
651S["hydra_pm"]="pmiserv"
652S["hydra_pm_pmiserv_TRUE"]=""
653S["hydra_pm_pmiserv_FALSE"]="#"
654S["hydra_ui"]="mpiexec"
655S["hydra_ui_mpiexec_TRUE"]=""
656S["hydra_ui_mpiexec_FALSE"]="#"
657S["hydra_css"]=""
658S["EXTRA_CFLAGS"]=""
659S["hydra_procbind_TRUE"]=""
660S["hydra_procbind_FALSE"]="#"
661S["opt_utils"]=" plpa bind"
662S["CC_SHL"]="true"
663S["C_LINK_SHL"]="true"
664S["ENABLE_SHLIB"]="none"
665S["MAKE_DEPEND_C"]="gcc -MM"
666S["subdirs"]=" mpl"
667S["LIBOBJS"]=""
668S["LTLIBOBJS"]=""
669S["am__EXEEXT_TRUE"]="#"
670S["am__EXEEXT_FALSE"]=""
671_ACAWK
672cat >>"$tmp/subs1.awk" <<_ACAWK &&
673  for (key in S) S_is_set[key] = 1
674  FS = ""
675
676}
677{
678  line = $ 0
679  nfields = split(line, field, "@")
680  substed = 0
681  len = length(field[1])
682  for (i = 2; i < nfields; i++) {
683    key = field[i]
684    keylen = length(key)
685    if (S_is_set[key]) {
686      value = S[key]
687      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
688      len += length(value) + length(field[++i])
689      substed = 1
690    } else
691      len += 1 + keylen
692  }
693
694  print line
695}
696
697_ACAWK
698if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
699  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
700else
701  cat
702fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
703  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
704$as_echo "$as_me: error: could not setup config files machinery" >&2;}
705   { (exit 1); exit 1; }; }
706fi # test -n "$CONFIG_FILES"
707
708# Set up the scripts for CONFIG_HEADERS section.
709# No need to generate them if there are no CONFIG_HEADERS.
710# This happens for instance with `./config.status Makefile'.
711if test -n "$CONFIG_HEADERS"; then
712cat >"$tmp/defines.awk" <<\_ACAWK ||
713BEGIN {
714D["PACKAGE_NAME"]=" \"Hydra\""
715D["PACKAGE_TARNAME"]=" \"hydra\""
716D["PACKAGE_VERSION"]=" \"0.1\""
717D["PACKAGE_STRING"]=" \"Hydra 0.1\""
718D["PACKAGE_BUGREPORT"]=" \"\""
719D["PACKAGE"]=" \"hydra\""
720D["VERSION"]=" \"0.1\""
721D["STDC_HEADERS"]=" 1"
722D["HAVE_SYS_TYPES_H"]=" 1"
723D["HAVE_SYS_STAT_H"]=" 1"
724D["HAVE_STDLIB_H"]=" 1"
725D["HAVE_STRING_H"]=" 1"
726D["HAVE_MEMORY_H"]=" 1"
727D["HAVE_STRINGS_H"]=" 1"
728D["HAVE_INTTYPES_H"]=" 1"
729D["HAVE_STDINT_H"]=" 1"
730D["HAVE_UNISTD_H"]=" 1"
731D["HAVE_GCC_ATTRIBUTE"]=" 1"
732D["HAVE__FUNC__"]=" /**/"
733D["HAVE__FUNCTION__"]=" /**/"
734D["HAVE_UNISTD_H"]=" 1"
735D["HAVE_STDLIB_H"]=" 1"
736D["HAVE_STRING_H"]=" 1"
737D["HAVE_STRINGS_H"]=" 1"
738D["HAVE_STDARG_H"]=" 1"
739D["HAVE_SYS_TYPES_H"]=" 1"
740D["HAVE_SYS_SOCKET_H"]=" 1"
741D["HAVE_SCHED_H"]=" 1"
742D["HAVE_PTHREAD_H"]=" 1"
743D["HAVE_SYS_STAT_H"]=" 1"
744D["HAVE_THREAD_SUPPORT"]=" 1"
745D["HAVE_GETTIMEOFDAY"]=" 1"
746D["HAVE_TIME"]=" 1"
747D["HAVE_STRDUP"]=" 1"
748D["HAVE_SIGACTION"]=" 1"
749D["HAVE_SIGNAL"]=" 1"
750D["HAVE_USLEEP"]=" 1"
751D["HAVE_UNSETENV"]=" 1"
752D["HAVE_STRERROR"]=" 1"
753D["HAVE_STRSIGNAL"]=" 1"
754D["HAVE_PUTENV"]=" 1"
755D["HAVE_PUTENV"]=" 1"
756D["MANUAL_EXTERN_ENVIRON"]=" 1"
757D["HAVE_EXTERN_ENVIRON"]=" 1"
758D["HYDRA_BSS_NAMES"]=" \"ssh rsh fork slurm\""
759D["HYDRA_DEFAULT_BSS"]=" \"ssh\""
760D["HYDRA_CSS_NAMES"]=" \"none\""
761D["HYDRA_DEFAULT_CSS"]=" \"none\""
762D["HYDRA_RMK_NAMES"]=" \"dummy\""
763D["HYDRA_DEFAULT_RMK"]=" \"dummy\""
764D["HAVE_PROC_BINDING"]=" 1"
765D["COMPILER_ACCEPTS_VA_ARGS"]=" 1"
766D["HAVE_STRSIGNAL"]=" 1"
767D["HAVE_SIGACTION"]=" 1"
768D["HAVE_SIGNAL"]=" 1"
769D["USE_SIGACTION"]=" /**/"
770D["HAVE_GETHOSTNAME"]=" 1"
771  for (key in D) D_is_set[key] = 1
772  FS = ""
773}
774/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
775  line = $ 0
776  split(line, arg, " ")
777  if (arg[1] == "#") {
778    defundef = arg[2]
779    mac1 = arg[3]
780  } else {
781    defundef = substr(arg[1], 2)
782    mac1 = arg[2]
783  }
784  split(mac1, mac2, "(") #)
785  macro = mac2[1]
786  if (D_is_set[macro]) {
787    # Preserve the white space surrounding the "#".
788    prefix = substr(line, 1, index(line, defundef) - 1)
789    print prefix "define", macro P[macro] D[macro]
790    next
791  } else {
792    # Replace #undef with comments.  This is necessary, for example,
793    # in the case of _POSIX_SOURCE, which is predefined and required
794    # on some systems where configure will not decide to define it.
795    if (defundef == "undef") {
796      print "/*", line, "*/"
797      next
798    }
799  }
800}
801{ print }
802_ACAWK
803  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
804$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
805   { (exit 1); exit 1; }; }
806fi # test -n "$CONFIG_HEADERS"
807
808
809eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
810shift
811for ac_tag
812do
813  case $ac_tag in
814  :[FHLC]) ac_mode=$ac_tag; continue;;
815  esac
816  case $ac_mode$ac_tag in
817  :[FHL]*:*);;
818  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
819$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
820   { (exit 1); exit 1; }; };;
821  :[FH]-) ac_tag=-:-;;
822  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
823  esac
824  ac_save_IFS=$IFS
825  IFS=:
826  set x $ac_tag
827  IFS=$ac_save_IFS
828  shift
829  ac_file=$1
830  shift
831
832  case $ac_mode in
833  :L) ac_source=$1;;
834  :[FH])
835    ac_file_inputs=
836    for ac_f
837    do
838      case $ac_f in
839      -) ac_f="$tmp/stdin";;
840      *) # Look for the file first in the build tree, then in the source tree
841         # (if the path is not absolute).  The absolute path cannot be DOS-style,
842         # because $ac_f cannot contain `:'.
843         test -f "$ac_f" ||
844           case $ac_f in
845           [\\/$]*) false;;
846           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
847           esac ||
848           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
849$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
850   { (exit 1); exit 1; }; };;
851      esac
852      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
853      ac_file_inputs="$ac_file_inputs '$ac_f'"
854    done
855
856    # Let's still pretend it is `configure' which instantiates (i.e., don't
857    # use $as_me), people would be surprised to read:
858    #    /* config.h.  Generated by config.status.  */
859    configure_input='Generated from '`
860          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
861        `' by configure.'
862    if test x"$ac_file" != x-; then
863      configure_input="$ac_file.  $configure_input"
864      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
865$as_echo "$as_me: creating $ac_file" >&6;}
866    fi
867    # Neutralize special characters interpreted by sed in replacement strings.
868    case $configure_input in #(
869    *\&* | *\|* | *\\* )
870       ac_sed_conf_input=`$as_echo "$configure_input" |
871       sed 's/[\\\\&|]/\\\\&/g'`;; #(
872    *) ac_sed_conf_input=$configure_input;;
873    esac
874
875    case $ac_tag in
876    *:-:* | *:-) cat >"$tmp/stdin" \
877      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
878$as_echo "$as_me: error: could not create $ac_file" >&2;}
879   { (exit 1); exit 1; }; } ;;
880    esac
881    ;;
882  esac
883
884  ac_dir=`$as_dirname -- "$ac_file" ||
885$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
886         X"$ac_file" : 'X\(//\)[^/]' \| \
887         X"$ac_file" : 'X\(//\)$' \| \
888         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
889$as_echo X"$ac_file" |
890    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
891            s//\1/
892            q
893          }
894          /^X\(\/\/\)[^/].*/{
895            s//\1/
896            q
897          }
898          /^X\(\/\/\)$/{
899            s//\1/
900            q
901          }
902          /^X\(\/\).*/{
903            s//\1/
904            q
905          }
906          s/.*/./; q'`
907  { as_dir="$ac_dir"
908  case $as_dir in #(
909  -*) as_dir=./$as_dir;;
910  esac
911  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
912    as_dirs=
913    while :; do
914      case $as_dir in #(
915      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
916      *) as_qdir=$as_dir;;
917      esac
918      as_dirs="'$as_qdir' $as_dirs"
919      as_dir=`$as_dirname -- "$as_dir" ||
920$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
921         X"$as_dir" : 'X\(//\)[^/]' \| \
922         X"$as_dir" : 'X\(//\)$' \| \
923         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
924$as_echo X"$as_dir" |
925    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
926            s//\1/
927            q
928          }
929          /^X\(\/\/\)[^/].*/{
930            s//\1/
931            q
932          }
933          /^X\(\/\/\)$/{
934            s//\1/
935            q
936          }
937          /^X\(\/\).*/{
938            s//\1/
939            q
940          }
941          s/.*/./; q'`
942      test -d "$as_dir" && break
943    done
944    test -z "$as_dirs" || eval "mkdir $as_dirs"
945  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
946$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
947   { (exit 1); exit 1; }; }; }
948  ac_builddir=.
949
950case "$ac_dir" in
951.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
952*)
953  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
954  # A ".." for each directory in $ac_dir_suffix.
955  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
956  case $ac_top_builddir_sub in
957  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
958  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
959  esac ;;
960esac
961ac_abs_top_builddir=$ac_pwd
962ac_abs_builddir=$ac_pwd$ac_dir_suffix
963# for backward compatibility:
964ac_top_builddir=$ac_top_build_prefix
965
966case $srcdir in
967  .)  # We are building in place.
968    ac_srcdir=.
969    ac_top_srcdir=$ac_top_builddir_sub
970    ac_abs_top_srcdir=$ac_pwd ;;
971  [\\/]* | ?:[\\/]* )  # Absolute name.
972    ac_srcdir=$srcdir$ac_dir_suffix;
973    ac_top_srcdir=$srcdir
974    ac_abs_top_srcdir=$srcdir ;;
975  *) # Relative name.
976    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
977    ac_top_srcdir=$ac_top_build_prefix$srcdir
978    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
979esac
980ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
981
982
983  case $ac_mode in
984  :F)
985  #
986  # CONFIG_FILE
987  #
988
989  case $INSTALL in
990  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
991  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
992  esac
993  ac_MKDIR_P=$MKDIR_P
994  case $MKDIR_P in
995  [\\/$]* | ?:[\\/]* ) ;;
996  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
997  esac
998# If the template does not know about datarootdir, expand it.
999# FIXME: This hack should be removed a few years after 2.60.
1000ac_datarootdir_hack=; ac_datarootdir_seen=
1001
1002ac_sed_dataroot='
1003/datarootdir/ {
1004  p
1005  q
1006}
1007/@datadir@/p
1008/@docdir@/p
1009/@infodir@/p
1010/@localedir@/p
1011/@mandir@/p
1012'
1013case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1014*datarootdir*) ac_datarootdir_seen=yes;;
1015*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1016  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1017$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1018  ac_datarootdir_hack='
1019  s&@datadir@&${datarootdir}&g
1020  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1021  s&@infodir@&${datarootdir}/info&g
1022  s&@localedir@&${datarootdir}/locale&g
1023  s&@mandir@&${datarootdir}/man&g
1024    s&\${datarootdir}&${prefix}/share&g' ;;
1025esac
1026ac_sed_extra="
1027
1028:t
1029/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1030s|@configure_input@|$ac_sed_conf_input|;t t
1031s&@top_builddir@&$ac_top_builddir_sub&;t t
1032s&@top_build_prefix@&$ac_top_build_prefix&;t t
1033s&@srcdir@&$ac_srcdir&;t t
1034s&@abs_srcdir@&$ac_abs_srcdir&;t t
1035s&@top_srcdir@&$ac_top_srcdir&;t t
1036s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1037s&@builddir@&$ac_builddir&;t t
1038s&@abs_builddir@&$ac_abs_builddir&;t t
1039s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1040s&@INSTALL@&$ac_INSTALL&;t t
1041s&@MKDIR_P@&$ac_MKDIR_P&;t t
1042$ac_datarootdir_hack
1043"
1044eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1045  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1046$as_echo "$as_me: error: could not create $ac_file" >&2;}
1047   { (exit 1); exit 1; }; }
1048
1049test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1050  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1051  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1052  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1053which seems to be undefined.  Please make sure it is defined." >&5
1054$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1055which seems to be undefined.  Please make sure it is defined." >&2;}
1056
1057  rm -f "$tmp/stdin"
1058  case $ac_file in
1059  -) cat "$tmp/out" && rm -f "$tmp/out";;
1060  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1061  esac \
1062  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1063$as_echo "$as_me: error: could not create $ac_file" >&2;}
1064   { (exit 1); exit 1; }; }
1065 ;;
1066  :H)
1067  #
1068  # CONFIG_HEADER
1069  #
1070  if test x"$ac_file" != x-; then
1071    {
1072      $as_echo "/* $configure_input  */" \
1073      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1074    } >"$tmp/config.h" \
1075      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1076$as_echo "$as_me: error: could not create $ac_file" >&2;}
1077   { (exit 1); exit 1; }; }
1078    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1079      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1080$as_echo "$as_me: $ac_file is unchanged" >&6;}
1081    else
1082      rm -f "$ac_file"
1083      mv "$tmp/config.h" "$ac_file" \
1084        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1085$as_echo "$as_me: error: could not create $ac_file" >&2;}
1086   { (exit 1); exit 1; }; }
1087    fi
1088  else
1089    $as_echo "/* $configure_input  */" \
1090      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1091      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1092$as_echo "$as_me: error: could not create -" >&2;}
1093   { (exit 1); exit 1; }; }
1094  fi
1095# Compute "$ac_file"'s index in $config_headers.
1096_am_arg="$ac_file"
1097_am_stamp_count=1
1098for _am_header in $config_headers :; do
1099  case $_am_header in
1100    $_am_arg | $_am_arg:* )
1101      break ;;
1102    * )
1103      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1104  esac
1105done
1106echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1107$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1108         X"$_am_arg" : 'X\(//\)[^/]' \| \
1109         X"$_am_arg" : 'X\(//\)$' \| \
1110         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1111$as_echo X"$_am_arg" |
1112    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1113            s//\1/
1114            q
1115          }
1116          /^X\(\/\/\)[^/].*/{
1117            s//\1/
1118            q
1119          }
1120          /^X\(\/\/\)$/{
1121            s//\1/
1122            q
1123          }
1124          /^X\(\/\).*/{
1125            s//\1/
1126            q
1127          }
1128          s/.*/./; q'`/stamp-h$_am_stamp_count
1129 ;;
1130
1131  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1132$as_echo "$as_me: executing $ac_file commands" >&6;}
1133 ;;
1134  esac
1135
1136
1137  case $ac_file$ac_mode in
1138    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1139  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1140  # are listed without --file.  Let's play safe and only enable the eval
1141  # if we detect the quoting.
1142  case $CONFIG_FILES in
1143  *\'*) eval set x "$CONFIG_FILES" ;;
1144  *)   set x $CONFIG_FILES ;;
1145  esac
1146  shift
1147  for mf
1148  do
1149    # Strip MF so we end up with the name of the file.
1150    mf=`echo "$mf" | sed -e 's/:.*$//'`
1151    # Check whether this is an Automake generated Makefile or not.
1152    # We used to match only the files named `Makefile.in', but
1153    # some people rename them; so instead we look at the file content.
1154    # Grep'ing the first line is not enough: some people post-process
1155    # each Makefile.in and add a new line on top of each file to say so.
1156    # Grep'ing the whole file is not good either: AIX grep has a line
1157    # limit of 2048, but all sed's we know have understand at least 4000.
1158    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1159      dirpart=`$as_dirname -- "$mf" ||
1160$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1161         X"$mf" : 'X\(//\)[^/]' \| \
1162         X"$mf" : 'X\(//\)$' \| \
1163         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1164$as_echo X"$mf" |
1165    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1166            s//\1/
1167            q
1168          }
1169          /^X\(\/\/\)[^/].*/{
1170            s//\1/
1171            q
1172          }
1173          /^X\(\/\/\)$/{
1174            s//\1/
1175            q
1176          }
1177          /^X\(\/\).*/{
1178            s//\1/
1179            q
1180          }
1181          s/.*/./; q'`
1182    else
1183      continue
1184    fi
1185    # Extract the definition of DEPDIR, am__include, and am__quote
1186    # from the Makefile without running `make'.
1187    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1188    test -z "$DEPDIR" && continue
1189    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1190    test -z "am__include" && continue
1191    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1192    # When using ansi2knr, U may be empty or an underscore; expand it
1193    U=`sed -n 's/^U = //p' < "$mf"`
1194    # Find all dependency output files, they are included files with
1195    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1196    # simplest approach to changing $(DEPDIR) to its actual value in the
1197    # expansion.
1198    for file in `sed -n "
1199      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1200         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1201      # Make sure the directory exists.
1202      test -f "$dirpart/$file" && continue
1203      fdir=`$as_dirname -- "$file" ||
1204$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1205         X"$file" : 'X\(//\)[^/]' \| \
1206         X"$file" : 'X\(//\)$' \| \
1207         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1208$as_echo X"$file" |
1209    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1210            s//\1/
1211            q
1212          }
1213          /^X\(\/\/\)[^/].*/{
1214            s//\1/
1215            q
1216          }
1217          /^X\(\/\/\)$/{
1218            s//\1/
1219            q
1220          }
1221          /^X\(\/\).*/{
1222            s//\1/
1223            q
1224          }
1225          s/.*/./; q'`
1226      { as_dir=$dirpart/$fdir
1227  case $as_dir in #(
1228  -*) as_dir=./$as_dir;;
1229  esac
1230  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1231    as_dirs=
1232    while :; do
1233      case $as_dir in #(
1234      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1235      *) as_qdir=$as_dir;;
1236      esac
1237      as_dirs="'$as_qdir' $as_dirs"
1238      as_dir=`$as_dirname -- "$as_dir" ||
1239$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1240         X"$as_dir" : 'X\(//\)[^/]' \| \
1241         X"$as_dir" : 'X\(//\)$' \| \
1242         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1243$as_echo X"$as_dir" |
1244    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1245            s//\1/
1246            q
1247          }
1248          /^X\(\/\/\)[^/].*/{
1249            s//\1/
1250            q
1251          }
1252          /^X\(\/\/\)$/{
1253            s//\1/
1254            q
1255          }
1256          /^X\(\/\).*/{
1257            s//\1/
1258            q
1259          }
1260          s/.*/./; q'`
1261      test -d "$as_dir" && break
1262    done
1263    test -z "$as_dirs" || eval "mkdir $as_dirs"
1264  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1265$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1266   { (exit 1); exit 1; }; }; }
1267      # echo "creating $dirpart/$file"
1268      echo '# dummy' > "$dirpart/$file"
1269    done
1270  done
1271}
1272 ;;
1273
1274  esac
1275done # for ac_tag
1276
1277
1278{ (exit 0); exit 0; }