Ticket #686: working_hydra_config.status

File working_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' '--disable-hydra-procbind' '--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' '--disable-hydra-procbind' '--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"]=""
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["COMPILER_ACCEPTS_VA_ARGS"]=" 1"
765D["HAVE_STRSIGNAL"]=" 1"
766D["HAVE_SIGACTION"]=" 1"
767D["HAVE_SIGNAL"]=" 1"
768D["USE_SIGACTION"]=" /**/"
769D["HAVE_GETHOSTNAME"]=" 1"
770  for (key in D) D_is_set[key] = 1
771  FS = ""
772}
773/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
774  line = $ 0
775  split(line, arg, " ")
776  if (arg[1] == "#") {
777    defundef = arg[2]
778    mac1 = arg[3]
779  } else {
780    defundef = substr(arg[1], 2)
781    mac1 = arg[2]
782  }
783  split(mac1, mac2, "(") #)
784  macro = mac2[1]
785  if (D_is_set[macro]) {
786    # Preserve the white space surrounding the "#".
787    prefix = substr(line, 1, index(line, defundef) - 1)
788    print prefix "define", macro P[macro] D[macro]
789    next
790  } else {
791    # Replace #undef with comments.  This is necessary, for example,
792    # in the case of _POSIX_SOURCE, which is predefined and required
793    # on some systems where configure will not decide to define it.
794    if (defundef == "undef") {
795      print "/*", line, "*/"
796      next
797    }
798  }
799}
800{ print }
801_ACAWK
802  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
803$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
804   { (exit 1); exit 1; }; }
805fi # test -n "$CONFIG_HEADERS"
806
807
808eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
809shift
810for ac_tag
811do
812  case $ac_tag in
813  :[FHLC]) ac_mode=$ac_tag; continue;;
814  esac
815  case $ac_mode$ac_tag in
816  :[FHL]*:*);;
817  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
818$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
819   { (exit 1); exit 1; }; };;
820  :[FH]-) ac_tag=-:-;;
821  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
822  esac
823  ac_save_IFS=$IFS
824  IFS=:
825  set x $ac_tag
826  IFS=$ac_save_IFS
827  shift
828  ac_file=$1
829  shift
830
831  case $ac_mode in
832  :L) ac_source=$1;;
833  :[FH])
834    ac_file_inputs=
835    for ac_f
836    do
837      case $ac_f in
838      -) ac_f="$tmp/stdin";;
839      *) # Look for the file first in the build tree, then in the source tree
840         # (if the path is not absolute).  The absolute path cannot be DOS-style,
841         # because $ac_f cannot contain `:'.
842         test -f "$ac_f" ||
843           case $ac_f in
844           [\\/$]*) false;;
845           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
846           esac ||
847           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
848$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
849   { (exit 1); exit 1; }; };;
850      esac
851      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
852      ac_file_inputs="$ac_file_inputs '$ac_f'"
853    done
854
855    # Let's still pretend it is `configure' which instantiates (i.e., don't
856    # use $as_me), people would be surprised to read:
857    #    /* config.h.  Generated by config.status.  */
858    configure_input='Generated from '`
859          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
860        `' by configure.'
861    if test x"$ac_file" != x-; then
862      configure_input="$ac_file.  $configure_input"
863      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
864$as_echo "$as_me: creating $ac_file" >&6;}
865    fi
866    # Neutralize special characters interpreted by sed in replacement strings.
867    case $configure_input in #(
868    *\&* | *\|* | *\\* )
869       ac_sed_conf_input=`$as_echo "$configure_input" |
870       sed 's/[\\\\&|]/\\\\&/g'`;; #(
871    *) ac_sed_conf_input=$configure_input;;
872    esac
873
874    case $ac_tag in
875    *:-:* | *:-) cat >"$tmp/stdin" \
876      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
877$as_echo "$as_me: error: could not create $ac_file" >&2;}
878   { (exit 1); exit 1; }; } ;;
879    esac
880    ;;
881  esac
882
883  ac_dir=`$as_dirname -- "$ac_file" ||
884$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
885         X"$ac_file" : 'X\(//\)[^/]' \| \
886         X"$ac_file" : 'X\(//\)$' \| \
887         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
888$as_echo X"$ac_file" |
889    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
890            s//\1/
891            q
892          }
893          /^X\(\/\/\)[^/].*/{
894            s//\1/
895            q
896          }
897          /^X\(\/\/\)$/{
898            s//\1/
899            q
900          }
901          /^X\(\/\).*/{
902            s//\1/
903            q
904          }
905          s/.*/./; q'`
906  { as_dir="$ac_dir"
907  case $as_dir in #(
908  -*) as_dir=./$as_dir;;
909  esac
910  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
911    as_dirs=
912    while :; do
913      case $as_dir in #(
914      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
915      *) as_qdir=$as_dir;;
916      esac
917      as_dirs="'$as_qdir' $as_dirs"
918      as_dir=`$as_dirname -- "$as_dir" ||
919$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
920         X"$as_dir" : 'X\(//\)[^/]' \| \
921         X"$as_dir" : 'X\(//\)$' \| \
922         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
923$as_echo X"$as_dir" |
924    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
925            s//\1/
926            q
927          }
928          /^X\(\/\/\)[^/].*/{
929            s//\1/
930            q
931          }
932          /^X\(\/\/\)$/{
933            s//\1/
934            q
935          }
936          /^X\(\/\).*/{
937            s//\1/
938            q
939          }
940          s/.*/./; q'`
941      test -d "$as_dir" && break
942    done
943    test -z "$as_dirs" || eval "mkdir $as_dirs"
944  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
945$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
946   { (exit 1); exit 1; }; }; }
947  ac_builddir=.
948
949case "$ac_dir" in
950.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
951*)
952  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
953  # A ".." for each directory in $ac_dir_suffix.
954  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
955  case $ac_top_builddir_sub in
956  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
957  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
958  esac ;;
959esac
960ac_abs_top_builddir=$ac_pwd
961ac_abs_builddir=$ac_pwd$ac_dir_suffix
962# for backward compatibility:
963ac_top_builddir=$ac_top_build_prefix
964
965case $srcdir in
966  .)  # We are building in place.
967    ac_srcdir=.
968    ac_top_srcdir=$ac_top_builddir_sub
969    ac_abs_top_srcdir=$ac_pwd ;;
970  [\\/]* | ?:[\\/]* )  # Absolute name.
971    ac_srcdir=$srcdir$ac_dir_suffix;
972    ac_top_srcdir=$srcdir
973    ac_abs_top_srcdir=$srcdir ;;
974  *) # Relative name.
975    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
976    ac_top_srcdir=$ac_top_build_prefix$srcdir
977    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
978esac
979ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
980
981
982  case $ac_mode in
983  :F)
984  #
985  # CONFIG_FILE
986  #
987
988  case $INSTALL in
989  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
990  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
991  esac
992  ac_MKDIR_P=$MKDIR_P
993  case $MKDIR_P in
994  [\\/$]* | ?:[\\/]* ) ;;
995  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
996  esac
997# If the template does not know about datarootdir, expand it.
998# FIXME: This hack should be removed a few years after 2.60.
999ac_datarootdir_hack=; ac_datarootdir_seen=
1000
1001ac_sed_dataroot='
1002/datarootdir/ {
1003  p
1004  q
1005}
1006/@datadir@/p
1007/@docdir@/p
1008/@infodir@/p
1009/@localedir@/p
1010/@mandir@/p
1011'
1012case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1013*datarootdir*) ac_datarootdir_seen=yes;;
1014*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1015  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1016$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1017  ac_datarootdir_hack='
1018  s&@datadir@&${datarootdir}&g
1019  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1020  s&@infodir@&${datarootdir}/info&g
1021  s&@localedir@&${datarootdir}/locale&g
1022  s&@mandir@&${datarootdir}/man&g
1023    s&\${datarootdir}&${prefix}/share&g' ;;
1024esac
1025ac_sed_extra="
1026
1027:t
1028/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1029s|@configure_input@|$ac_sed_conf_input|;t t
1030s&@top_builddir@&$ac_top_builddir_sub&;t t
1031s&@top_build_prefix@&$ac_top_build_prefix&;t t
1032s&@srcdir@&$ac_srcdir&;t t
1033s&@abs_srcdir@&$ac_abs_srcdir&;t t
1034s&@top_srcdir@&$ac_top_srcdir&;t t
1035s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1036s&@builddir@&$ac_builddir&;t t
1037s&@abs_builddir@&$ac_abs_builddir&;t t
1038s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1039s&@INSTALL@&$ac_INSTALL&;t t
1040s&@MKDIR_P@&$ac_MKDIR_P&;t t
1041$ac_datarootdir_hack
1042"
1043eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1044  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1045$as_echo "$as_me: error: could not create $ac_file" >&2;}
1046   { (exit 1); exit 1; }; }
1047
1048test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1049  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1050  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1051  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1052which seems to be undefined.  Please make sure it is defined." >&5
1053$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1054which seems to be undefined.  Please make sure it is defined." >&2;}
1055
1056  rm -f "$tmp/stdin"
1057  case $ac_file in
1058  -) cat "$tmp/out" && rm -f "$tmp/out";;
1059  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1060  esac \
1061  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1062$as_echo "$as_me: error: could not create $ac_file" >&2;}
1063   { (exit 1); exit 1; }; }
1064 ;;
1065  :H)
1066  #
1067  # CONFIG_HEADER
1068  #
1069  if test x"$ac_file" != x-; then
1070    {
1071      $as_echo "/* $configure_input  */" \
1072      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1073    } >"$tmp/config.h" \
1074      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1075$as_echo "$as_me: error: could not create $ac_file" >&2;}
1076   { (exit 1); exit 1; }; }
1077    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1078      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1079$as_echo "$as_me: $ac_file is unchanged" >&6;}
1080    else
1081      rm -f "$ac_file"
1082      mv "$tmp/config.h" "$ac_file" \
1083        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1084$as_echo "$as_me: error: could not create $ac_file" >&2;}
1085   { (exit 1); exit 1; }; }
1086    fi
1087  else
1088    $as_echo "/* $configure_input  */" \
1089      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1090      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1091$as_echo "$as_me: error: could not create -" >&2;}
1092   { (exit 1); exit 1; }; }
1093  fi
1094# Compute "$ac_file"'s index in $config_headers.
1095_am_arg="$ac_file"
1096_am_stamp_count=1
1097for _am_header in $config_headers :; do
1098  case $_am_header in
1099    $_am_arg | $_am_arg:* )
1100      break ;;
1101    * )
1102      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1103  esac
1104done
1105echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1106$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1107         X"$_am_arg" : 'X\(//\)[^/]' \| \
1108         X"$_am_arg" : 'X\(//\)$' \| \
1109         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1110$as_echo X"$_am_arg" |
1111    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1112            s//\1/
1113            q
1114          }
1115          /^X\(\/\/\)[^/].*/{
1116            s//\1/
1117            q
1118          }
1119          /^X\(\/\/\)$/{
1120            s//\1/
1121            q
1122          }
1123          /^X\(\/\).*/{
1124            s//\1/
1125            q
1126          }
1127          s/.*/./; q'`/stamp-h$_am_stamp_count
1128 ;;
1129
1130  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1131$as_echo "$as_me: executing $ac_file commands" >&6;}
1132 ;;
1133  esac
1134
1135
1136  case $ac_file$ac_mode in
1137    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1138  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1139  # are listed without --file.  Let's play safe and only enable the eval
1140  # if we detect the quoting.
1141  case $CONFIG_FILES in
1142  *\'*) eval set x "$CONFIG_FILES" ;;
1143  *)   set x $CONFIG_FILES ;;
1144  esac
1145  shift
1146  for mf
1147  do
1148    # Strip MF so we end up with the name of the file.
1149    mf=`echo "$mf" | sed -e 's/:.*$//'`
1150    # Check whether this is an Automake generated Makefile or not.
1151    # We used to match only the files named `Makefile.in', but
1152    # some people rename them; so instead we look at the file content.
1153    # Grep'ing the first line is not enough: some people post-process
1154    # each Makefile.in and add a new line on top of each file to say so.
1155    # Grep'ing the whole file is not good either: AIX grep has a line
1156    # limit of 2048, but all sed's we know have understand at least 4000.
1157    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1158      dirpart=`$as_dirname -- "$mf" ||
1159$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1160         X"$mf" : 'X\(//\)[^/]' \| \
1161         X"$mf" : 'X\(//\)$' \| \
1162         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1163$as_echo X"$mf" |
1164    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1165            s//\1/
1166            q
1167          }
1168          /^X\(\/\/\)[^/].*/{
1169            s//\1/
1170            q
1171          }
1172          /^X\(\/\/\)$/{
1173            s//\1/
1174            q
1175          }
1176          /^X\(\/\).*/{
1177            s//\1/
1178            q
1179          }
1180          s/.*/./; q'`
1181    else
1182      continue
1183    fi
1184    # Extract the definition of DEPDIR, am__include, and am__quote
1185    # from the Makefile without running `make'.
1186    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1187    test -z "$DEPDIR" && continue
1188    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1189    test -z "am__include" && continue
1190    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1191    # When using ansi2knr, U may be empty or an underscore; expand it
1192    U=`sed -n 's/^U = //p' < "$mf"`
1193    # Find all dependency output files, they are included files with
1194    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1195    # simplest approach to changing $(DEPDIR) to its actual value in the
1196    # expansion.
1197    for file in `sed -n "
1198      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1199         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1200      # Make sure the directory exists.
1201      test -f "$dirpart/$file" && continue
1202      fdir=`$as_dirname -- "$file" ||
1203$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1204         X"$file" : 'X\(//\)[^/]' \| \
1205         X"$file" : 'X\(//\)$' \| \
1206         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1207$as_echo X"$file" |
1208    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1209            s//\1/
1210            q
1211          }
1212          /^X\(\/\/\)[^/].*/{
1213            s//\1/
1214            q
1215          }
1216          /^X\(\/\/\)$/{
1217            s//\1/
1218            q
1219          }
1220          /^X\(\/\).*/{
1221            s//\1/
1222            q
1223          }
1224          s/.*/./; q'`
1225      { as_dir=$dirpart/$fdir
1226  case $as_dir in #(
1227  -*) as_dir=./$as_dir;;
1228  esac
1229  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1230    as_dirs=
1231    while :; do
1232      case $as_dir in #(
1233      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1234      *) as_qdir=$as_dir;;
1235      esac
1236      as_dirs="'$as_qdir' $as_dirs"
1237      as_dir=`$as_dirname -- "$as_dir" ||
1238$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1239         X"$as_dir" : 'X\(//\)[^/]' \| \
1240         X"$as_dir" : 'X\(//\)$' \| \
1241         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1242$as_echo X"$as_dir" |
1243    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1244            s//\1/
1245            q
1246          }
1247          /^X\(\/\/\)[^/].*/{
1248            s//\1/
1249            q
1250          }
1251          /^X\(\/\/\)$/{
1252            s//\1/
1253            q
1254          }
1255          /^X\(\/\).*/{
1256            s//\1/
1257            q
1258          }
1259          s/.*/./; q'`
1260      test -d "$as_dir" && break
1261    done
1262    test -z "$as_dirs" || eval "mkdir $as_dirs"
1263  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1264$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1265   { (exit 1); exit 1; }; }; }
1266      # echo "creating $dirpart/$file"
1267      echo '# dummy' > "$dirpart/$file"
1268    done
1269  done
1270}
1271 ;;
1272
1273  esac
1274done # for ac_tag
1275
1276
1277{ (exit 0); exit 0; }