Ticket #686: hydra_config.status

File hydra_config.status, 32.3 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 $as_me, 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 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"
326config_headers=" include/hydra_config.h"
327
328ac_cs_usage="\
329\`$as_me' instantiates files from templates according to the
330current configuration.
331
332Usage: $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
344Configuration files:
345$config_files
346
347Configuration headers:
348$config_headers
349
350Report bugs to <bug-autoconf@gnu.org>."
351
352ac_cs_version="\
353config.status
354configured 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
357Copyright (C) 2008 Free Software Foundation, Inc.
358This config.status script is free software; the Free Software Foundation
359gives unlimited permission to copy, distribute and modify it."
360
361ac_pwd='/tmp/tim/mpich2/src/pm/hydra'
362srcdir='/home/tim/libraries/mpich2-1.1/src/pm/hydra'
363INSTALL='/usr/bin/install -c'
364test -n "$AWK" || AWK=awk
365# The default lists apply if the user does not specify any file.
366ac_need_defaults=:
367while test $# != 0
368do
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
407Try \`$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
417Try \`$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
425done
426
427ac_configure_extra_args=
428
429if $ac_cs_silent; then
430  exec 6>/dev/null
431  ac_configure_extra_args="$ac_configure_extra_args --silent"
432fi
433
434if $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 "$@"
441fi
442
443exec 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.
454for ac_config_target in $ac_config_targets
455do
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
499done
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.
506if $ac_need_defaults; then
507  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
508  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
509fi
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'.
543if test -n "$CONFIG_FILES"; then
544
545
546ac_cr='
547'
548ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
549if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
550  ac_cs_awk_cr='\\r'
551else
552  ac_cs_awk_cr=$ac_cr
553fi
554
555echo 'BEGIN {' >"$tmp/subs1.awk" &&
556cat >>"$tmp/subs1.awk" <<\_ACAWK &&
557S["SHELL"]="/bin/sh"
558S["PATH_SEPARATOR"]=":"
559S["PACKAGE_NAME"]=""
560S["PACKAGE_TARNAME"]=""
561S["PACKAGE_VERSION"]=""
562S["PACKAGE_STRING"]=""
563S["PACKAGE_BUGREPORT"]=""
564S["exec_prefix"]="${prefix}"
565S["prefix"]="/home/tim/mpich2-install"
566S["program_transform_name"]="s,x,x,"
567S["bindir"]="${exec_prefix}/bin"
568S["sbindir"]="${exec_prefix}/sbin"
569S["libexecdir"]="${exec_prefix}/libexec"
570S["datarootdir"]="${prefix}/share"
571S["datadir"]="${datarootdir}"
572S["sysconfdir"]="${prefix}/etc"
573S["sharedstatedir"]="${prefix}/com"
574S["localstatedir"]="${prefix}/var"
575S["includedir"]="${prefix}/include"
576S["oldincludedir"]="/usr/include"
577S["docdir"]="${datarootdir}/doc/${PACKAGE}"
578S["infodir"]="${datarootdir}/info"
579S["htmldir"]="${docdir}"
580S["dvidir"]="${docdir}"
581S["pdfdir"]="${docdir}"
582S["psdir"]="${docdir}"
583S["libdir"]="${exec_prefix}/lib"
584S["localedir"]="${datarootdir}/locale"
585S["mandir"]="${datarootdir}/man"
586S["DEFS"]="-DHAVE_CONFIG_H"
587S["ECHO_C"]=""
588S["ECHO_N"]="-n"
589S["ECHO_T"]=""
590S["LIBS"]="      "
591S["build_alias"]=""
592S["host_alias"]=""
593S["target_alias"]=""
594S["CC"]="gcc"
595S["CFLAGS"]=" -O2"
596S["LDFLAGS"]=" "
597S["CPPFLAGS"]=" -I/home/tim/libraries/mpich2-1.1/src/openpa/src -I/tmp/tim/mpich2/src/openpa/src -DUSE_PROCESS_LOCKS"
598S["ac_ct_CC"]="gcc"
599S["EXEEXT"]=""
600S["OBJEXT"]="o"
601S["CPP"]="gcc -E"
602S["GREP"]="/usr/bin/grep"
603S["EGREP"]="/usr/bin/grep -E"
604S["hydra_bss_names"]="ssh rsh fork slurm"
605S["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);"
610S["hydra_bss_name_array"]=" \"ssh\",  \"rsh\",  \"fork\",  \"slurm\",  NULL"
611S["hydra_bss_init_array"]=" HYD_BSCI_ssh_init,  HYD_BSCI_rsh_init,  HYD_BSCI_fork_init,  HYD_BSCI_slurm_init,  NULL"
612S["hydra_css_names"]="none"
613S["hydra_css_init_decl"]="\n"\
614"HYD_Status HYD_CSSI_none_init(void);"
615S["hydra_css_name_array"]=" \"none\",  NULL"
616S["hydra_css_init_array"]=" HYD_CSSI_none_init,  NULL"
617S["hydra_rmk_names"]="dummy"
618S["hydra_rmk_init_decl"]="\n"\
619"HYD_Status HYD_RMKI_dummy_init(void);"
620S["hydra_rmk_name_array"]=" \"dummy\",  NULL"
621S["hydra_rmk_init_array"]=" HYD_RMKI_dummy_init,  NULL"
622S["hydra_pm"]="pmiserv"
623S["hydra_ui"]="mpiexec"
624S["hydra_css"]=""
625S["EXTRA_CFLAGS"]=""
626S["opt_utils"]=""
627S["MAKE"]="make"
628S["AR"]="ar"
629S["INSTALL_PROGRAM"]="${INSTALL}"
630S["INSTALL_SCRIPT"]="${INSTALL}"
631S["INSTALL_DATA"]="${INSTALL} -m 644"
632S["MKDIR_P"]="mkdir -p"
633S["VPATH"]="VPATH=.:${srcdir}"
634S["SET_CFLAGS"]="CFLAGS="
635S["SET_MAKE"]="MAKE=make"
636S["ENABLE_SHLIB"]="none"
637S["RANLIB"]="ranlib"
638S["CC_SHL"]="true"
639S["C_LINK_SHL"]="true"
640S["MPILIBNAME"]="mpich"
641S["master_top_srcdir"]="/home/tim/libraries/mpich2-1.1"
642S["MAKE_DEPEND_C"]="gcc -MM"
643S["subdirs"]=" ../util"
644S["LIBOBJS"]=""
645S["LTLIBOBJS"]=""
646_ACAWK
647cat >>"$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
673if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
674  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
675else
676  cat
677fi < "$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; }; }
681fi # 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'.
686if test -n "$CONFIG_HEADERS"; then
687cat >"$tmp/defines.awk" <<\_ACAWK ||
688BEGIN {
689D["PACKAGE_NAME"]=" \"\""
690D["PACKAGE_TARNAME"]=" \"\""
691D["PACKAGE_VERSION"]=" \"\""
692D["PACKAGE_STRING"]=" \"\""
693D["PACKAGE_BUGREPORT"]=" \"\""
694D["STDC_HEADERS"]=" 1"
695D["HAVE_SYS_TYPES_H"]=" 1"
696D["HAVE_SYS_STAT_H"]=" 1"
697D["HAVE_STDLIB_H"]=" 1"
698D["HAVE_STRING_H"]=" 1"
699D["HAVE_MEMORY_H"]=" 1"
700D["HAVE_STRINGS_H"]=" 1"
701D["HAVE_INTTYPES_H"]=" 1"
702D["HAVE_STDINT_H"]=" 1"
703D["HAVE_UNISTD_H"]=" 1"
704D["HAVE_UNISTD_H"]=" 1"
705D["HAVE_STDLIB_H"]=" 1"
706D["HAVE_STRING_H"]=" 1"
707D["HAVE_STRINGS_H"]=" 1"
708D["HAVE_STDARG_H"]=" 1"
709D["HAVE_SYS_TYPES_H"]=" 1"
710D["HAVE_SYS_SOCKET_H"]=" 1"
711D["HAVE_SCHED_H"]=" 1"
712D["HAVE_PTHREAD_H"]=" 1"
713D["HAVE_SYS_STAT_H"]=" 1"
714D["HAVE_GCC_ATTRIBUTE"]=" 1"
715D["HAVE_GETTIMEOFDAY"]=" 1"
716D["HAVE_TIME"]=" 1"
717D["HAVE_STRDUP"]=" 1"
718D["HAVE_SIGACTION"]=" 1"
719D["HAVE_SIGNAL"]=" 1"
720D["HAVE_USLEEP"]=" 1"
721D["HAVE_SNPRINTF"]=" 1"
722D["HAVE_UNSETENV"]=" 1"
723D["HAVE_STRERROR"]=" 1"
724D["HAVE_STRSIGNAL"]=" 1"
725D["HAVE_PUTENV"]=" 1"
726D["HAVE_THREAD_SUPPORT"]=" 1"
727D["HAVE_PUTENV"]=" 1"
728D["MANUAL_EXTERN_ENVIRON"]=" 1"
729D["HAVE_EXTERN_ENVIRON"]=" 1"
730D["HYDRA_BSS_NAMES"]=" \"ssh rsh fork slurm\""
731D["HYDRA_DEFAULT_BSS"]=" \"ssh\""
732D["HYDRA_CSS_NAMES"]=" \"none\""
733D["HYDRA_DEFAULT_CSS"]=" \"none\""
734D["HYDRA_RMK_NAMES"]=" \"dummy\""
735D["HYDRA_DEFAULT_RMK"]=" \"dummy\""
736D["COMPILER_ACCEPTS_FUNC"]=" 1"
737D["COMPILER_ACCEPTS_VA_ARGS"]=" 1"
738D["HAVE_STRSIGNAL"]=" 1"
739D["HAVE_SNPRINTF"]=" 1"
740D["HAVE_STRDUP"]=" 1"
741D["HAVE_SIGACTION"]=" 1"
742D["HAVE_SIGNAL"]=" 1"
743D["USE_SIGACTION"]=" /**/"
744D["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; }; }
780fi # test -n "$CONFIG_HEADERS"
781
782
783eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
784shift
785for ac_tag
786do
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
924case "$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 ;;
934esac
935ac_abs_top_builddir=$ac_pwd
936ac_abs_builddir=$ac_pwd$ac_dir_suffix
937# for backward compatibility:
938ac_top_builddir=$ac_top_build_prefix
939
940case $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 ;;
953esac
954ac_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.
969ac_datarootdir_hack=; ac_datarootdir_seen=
970
971ac_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'
982case `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' ;;
994esac
995ac_sed_extra="
996
997:t
998/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
999s|@configure_input@|$ac_sed_conf_input|;t t
1000s&@top_builddir@&$ac_top_builddir_sub&;t t
1001s&@top_build_prefix@&$ac_top_build_prefix&;t t
1002s&@srcdir@&$ac_srcdir&;t t
1003s&@abs_srcdir@&$ac_abs_srcdir&;t t
1004s&@top_srcdir@&$ac_top_srcdir&;t t
1005s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1006s&@builddir@&$ac_builddir&;t t
1007s&@abs_builddir@&$ac_abs_builddir&;t t
1008s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1009s&@INSTALL@&$ac_INSTALL&;t t
1010$ac_datarootdir_hack
1011"
1012eval 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
1017test -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'
1021which 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'
1023which 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
1068done # for ac_tag
1069
1070
1071{ (exit 0); exit 0; }