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.63.  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"
326config_headers=" config.h"
327config_commands=" depfiles"
328
329ac_cs_usage="\
330\`$as_me' instantiates files from templates according to the
331current configuration.
332
333Usage: $0 [OPTION]... [FILE]...
334
335  -h, --help       print this help, then exit
336  -V, --version    print version number and configuration settings, then exit
337  -q, --quiet, --silent
338                   do not print progress messages
339  -d, --debug      don't remove temporary files
340      --recheck    update $as_me by reconfiguring in the same conditions
341      --file=FILE[:TEMPLATE]
342                   instantiate the configuration file FILE
343      --header=FILE[:TEMPLATE]
344                   instantiate the configuration header FILE
345
346Configuration files:
347$config_files
348
349Configuration headers:
350$config_headers
351
352Configuration commands:
353$config_commands
354
355Report bugs to <bug-autoconf@gnu.org>."
356
357ac_cs_version="\
358config.status
359configured by ./configure, generated by GNU Autoconf 2.63,
360  with options \"\"
361
362Copyright (C) 2008 Free Software Foundation, Inc.
363This config.status script is free software; the Free Software Foundation
364gives unlimited permission to copy, distribute and modify it."
365
366ac_pwd='/root/vmps/vmpsd-1.4.06'
367srcdir='.'
368INSTALL='/usr/bin/install -c'
369MKDIR_P='/usr/bin/mkdir -p'
370AWK='gawk'
371test -n "$AWK" || AWK=awk
372# The default lists apply if the user does not specify any file.
373ac_need_defaults=:
374while test $# != 0
375do
376  case $1 in
377  --*=*)
378    ac_option=`expr "X$1" : 'X\([^=]*\)='`
379    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380    ac_shift=:
381    ;;
382  *)
383    ac_option=$1
384    ac_optarg=$2
385    ac_shift=shift
386    ;;
387  esac
388
389  case $ac_option in
390  # Handling of the options.
391  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392    ac_cs_recheck=: ;;
393  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394    $as_echo "$ac_cs_version"; exit ;;
395  --debug | --debu | --deb | --de | --d | -d )
396    debug=: ;;
397  --file | --fil | --fi | --f )
398    $ac_shift
399    case $ac_optarg in
400    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401    esac
402    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403    ac_need_defaults=false;;
404  --header | --heade | --head | --hea )
405    $ac_shift
406    case $ac_optarg in
407    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408    esac
409    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410    ac_need_defaults=false;;
411  --he | --h)
412    # Conflict between --help and --header
413    { $as_echo "$as_me: error: ambiguous option: $1
414Try \`$0 --help' for more information." >&2
415   { (exit 1); exit 1; }; };;
416  --help | --hel | -h )
417    $as_echo "$ac_cs_usage"; exit ;;
418  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419  | -silent | --silent | --silen | --sile | --sil | --si | --s)
420    ac_cs_silent=: ;;
421
422  # This is an error.
423  -*) { $as_echo "$as_me: error: unrecognized option: $1
424Try \`$0 --help' for more information." >&2
425   { (exit 1); exit 1; }; } ;;
426
427  *) ac_config_targets="$ac_config_targets $1"
428     ac_need_defaults=false ;;
429
430  esac
431  shift
432done
433
434ac_configure_extra_args=
435
436if $ac_cs_silent; then
437  exec 6>/dev/null
438  ac_configure_extra_args="$ac_configure_extra_args --silent"
439fi
440
441if $ac_cs_recheck; then
442  set X '/bin/sh' './configure'  $ac_configure_extra_args --no-create --no-recursion
443  shift
444  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
445  CONFIG_SHELL='/bin/sh'
446  export CONFIG_SHELL
447  exec "$@"
448fi
449
450exec 5>>config.log
451{
452  echo
453  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454## Running $as_me. ##
455_ASBOX
456  $as_echo "$ac_log"
457} >&5
458
459#
460# INIT-COMMANDS
461#
462AMDEP_TRUE="" ac_aux_dir="."
463
464
465# Handling of arguments.
466for ac_config_target in $ac_config_targets
467do
468  case $ac_config_target in
469    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
470    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
471    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
472
473  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
474$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
475   { (exit 1); exit 1; }; };;
476  esac
477done
478
479
480# If the user did not use the arguments to specify the items to instantiate,
481# then the envvar interface is used.  Set only those that are not.
482# We use the long form for the default assignment because of an extremely
483# bizarre bug on SunOS 4.1.3.
484if $ac_need_defaults; then
485  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
486  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
487  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
488fi
489
490# Have a temporary directory for convenience.  Make it in the build tree
491# simply because there is no reason against having it here, and in addition,
492# creating and moving files from /tmp can sometimes cause problems.
493# Hook for its removal unless debugging.
494# Note that there is a small window in which the directory will not be cleaned:
495# after its creation but before its name has been assigned to `$tmp'.
496$debug ||
497{
498  tmp=
499  trap 'exit_status=$?
500  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
501' 0
502  trap '{ (exit 1); exit 1; }' 1 2 13 15
503}
504# Create a (secure) tmp directory for tmp files.
505
506{
507  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
508  test -n "$tmp" && test -d "$tmp"
509}  ||
510{
511  tmp=./conf$$-$RANDOM
512  (umask 077 && mkdir "$tmp")
513} ||
514{
515   $as_echo "$as_me: cannot create a temporary directory in ." >&2
516   { (exit 1); exit 1; }
517}
518
519# Set up the scripts for CONFIG_FILES section.
520# No need to generate them if there are no CONFIG_FILES.
521# This happens for instance with `./config.status config.h'.
522if test -n "$CONFIG_FILES"; then
523
524
525ac_cr='
526'
527ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
528if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
529  ac_cs_awk_cr='\\r'
530else
531  ac_cs_awk_cr=$ac_cr
532fi
533
534echo 'BEGIN {' >"$tmp/subs1.awk" &&
535cat >>"$tmp/subs1.awk" <<\_ACAWK &&
536S["am__EXEEXT_FALSE"]=""
537S["am__EXEEXT_TRUE"]="#"
538S["LTLIBOBJS"]=""
539S["SNMP_LIB"]=""
540S["SNMP_OBJECTS"]=""
541S["SNMP_SOURCES"]=""
542S["LIBOBJS"]=""
543S["EGREP"]="/usr/bin/grep -E"
544S["GREP"]="/usr/bin/grep"
545S["CPP"]="gcc -E"
546S["am__fastdepCC_FALSE"]="#"
547S["am__fastdepCC_TRUE"]=""
548S["CCDEPMODE"]="depmode=gcc3"
549S["AMDEPBACKSLASH"]="\\"
550S["AMDEP_FALSE"]="#"
551S["AMDEP_TRUE"]=""
552S["am__quote"]=""
553S["am__include"]="include"
554S["DEPDIR"]=".deps"
555S["OBJEXT"]="o"
556S["EXEEXT"]=""
557S["ac_ct_CC"]="gcc"
558S["CPPFLAGS"]=""
559S["LDFLAGS"]=""
560S["CFLAGS"]="-g -O2"
561S["CC"]="gcc"
562S["am__untar"]="${AMTAR} xf -"
563S["am__tar"]="${AMTAR} chof - \"$$tardir\""
564S["AMTAR"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run tar"
565S["am__leading_dot"]="."
566S["SET_MAKE"]=""
567S["AWK"]="gawk"
568S["mkdir_p"]="/usr/bin/mkdir -p"
569S["MKDIR_P"]="/usr/bin/mkdir -p"
570S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
571S["STRIP"]=""
572S["install_sh"]="${SHELL} /root/vmps/vmpsd-1.4.06/install-sh"
573S["MAKEINFO"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run makeinfo"
574S["AUTOHEADER"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run autoheader"
575S["AUTOMAKE"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run automake-1.11"
576S["AUTOCONF"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run autoconf"
577S["ACLOCAL"]="${SHELL} /root/vmps/vmpsd-1.4.06/missing --run aclocal-1.11"
578S["VERSION"]="1.4.05"
579S["PACKAGE"]="vmpsd"
580S["CYGPATH_W"]="echo"
581S["am__isrc"]=""
582S["INSTALL_DATA"]="${INSTALL} -m 644"
583S["INSTALL_SCRIPT"]="${INSTALL}"
584S["INSTALL_PROGRAM"]="${INSTALL}"
585S["target_alias"]=""
586S["host_alias"]=""
587S["build_alias"]=""
588S["LIBS"]=""
589S["ECHO_T"]=""
590S["ECHO_N"]="-n"
591S["ECHO_C"]=""
592S["DEFS"]="-DHAVE_CONFIG_H"
593S["mandir"]="${datarootdir}/man"
594S["localedir"]="${datarootdir}/locale"
595S["libdir"]="${exec_prefix}/lib"
596S["psdir"]="${docdir}"
597S["pdfdir"]="${docdir}"
598S["dvidir"]="${docdir}"
599S["htmldir"]="${docdir}"
600S["infodir"]="${datarootdir}/info"
601S["docdir"]="${datarootdir}/doc/${PACKAGE}"
602S["oldincludedir"]="/usr/include"
603S["includedir"]="${prefix}/include"
604S["localstatedir"]="${prefix}/var"
605S["sharedstatedir"]="${prefix}/com"
606S["sysconfdir"]="${prefix}/etc"
607S["datadir"]="${datarootdir}"
608S["datarootdir"]="${prefix}/share"
609S["libexecdir"]="${exec_prefix}/libexec"
610S["sbindir"]="${exec_prefix}/sbin"
611S["bindir"]="${exec_prefix}/bin"
612S["program_transform_name"]="s,x,x,"
613S["prefix"]="/usr/local"
614S["exec_prefix"]="${prefix}"
615S["PACKAGE_BUGREPORT"]=""
616S["PACKAGE_STRING"]=""
617S["PACKAGE_VERSION"]=""
618S["PACKAGE_TARNAME"]=""
619S["PACKAGE_NAME"]=""
620S["PATH_SEPARATOR"]=":"
621S["SHELL"]="/bin/sh"
622_ACAWK
623cat >>"$tmp/subs1.awk" <<_ACAWK &&
624  for (key in S) S_is_set[key] = 1
625  FS = ""
626
627}
628{
629  line = $ 0
630  nfields = split(line, field, "@")
631  substed = 0
632  len = length(field[1])
633  for (i = 2; i < nfields; i++) {
634    key = field[i]
635    keylen = length(key)
636    if (S_is_set[key]) {
637      value = S[key]
638      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
639      len += length(value) + length(field[++i])
640      substed = 1
641    } else
642      len += 1 + keylen
643  }
644
645  print line
646}
647
648_ACAWK
649if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
650  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
651else
652  cat
653fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
654  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
655$as_echo "$as_me: error: could not setup config files machinery" >&2;}
656   { (exit 1); exit 1; }; }
657fi # test -n "$CONFIG_FILES"
658
659# Set up the scripts for CONFIG_HEADERS section.
660# No need to generate them if there are no CONFIG_HEADERS.
661# This happens for instance with `./config.status Makefile'.
662if test -n "$CONFIG_HEADERS"; then
663cat >"$tmp/defines.awk" <<\_ACAWK ||
664BEGIN {
665D["PACKAGE_NAME"]=" \"\""
666D["PACKAGE_TARNAME"]=" \"\""
667D["PACKAGE_VERSION"]=" \"\""
668D["PACKAGE_STRING"]=" \"\""
669D["PACKAGE_BUGREPORT"]=" \"\""
670D["PACKAGE"]=" \"vmpsd\""
671D["VERSION"]=" \"1.4.05\""
672D["STDC_HEADERS"]=" 1"
673D["HAVE_SYS_WAIT_H"]=" 1"
674D["HAVE_SYS_TYPES_H"]=" 1"
675D["HAVE_SYS_STAT_H"]=" 1"
676D["HAVE_STDLIB_H"]=" 1"
677D["HAVE_STRING_H"]=" 1"
678D["HAVE_MEMORY_H"]=" 1"
679D["HAVE_STRINGS_H"]=" 1"
680D["HAVE_INTTYPES_H"]=" 1"
681D["HAVE_STDINT_H"]=" 1"
682D["HAVE_UNISTD_H"]=" 1"
683D["HAVE_SYS_FILE_H"]=" 1"
684D["HAVE_SYS_IOCTL_H"]=" 1"
685D["HAVE_SYSLOG_H"]=" 1"
686D["HAVE_UNISTD_H"]=" 1"
687D["RETSIGTYPE"]=" void"
688D["SETPGRP_VOID"]=" 1"
689D["RETSIGTYPE"]=" void"
690D["HAVE_WAIT3"]=" 1"
691D["HAVE_SOCKET"]=" 1"
692D["HAVE_VSPRINTF"]=" 1"
693D["HAVE_SIGACTION"]=" 1"
694  for (key in D) D_is_set[key] = 1
695  FS = ""
696}
697/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
698  line = $ 0
699  split(line, arg, " ")
700  if (arg[1] == "#") {
701    defundef = arg[2]
702    mac1 = arg[3]
703  } else {
704    defundef = substr(arg[1], 2)
705    mac1 = arg[2]
706  }
707  split(mac1, mac2, "(") #)
708  macro = mac2[1]
709  prefix = substr(line, 1, index(line, defundef) - 1)
710  if (D_is_set[macro]) {
711    # Preserve the white space surrounding the "#".
712    print prefix "define", macro P[macro] D[macro]
713    next
714  } else {
715    # Replace #undef with comments.  This is necessary, for example,
716    # in the case of _POSIX_SOURCE, which is predefined and required
717    # on some systems where configure will not decide to define it.
718    if (defundef == "undef") {
719      print "/*", prefix defundef, macro, "*/"
720      next
721    }
722  }
723}
724{ print }
725_ACAWK
726  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
727$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
728   { (exit 1); exit 1; }; }
729fi # test -n "$CONFIG_HEADERS"
730
731
732eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
733shift
734for ac_tag
735do
736  case $ac_tag in
737  :[FHLC]) ac_mode=$ac_tag; continue;;
738  esac
739  case $ac_mode$ac_tag in
740  :[FHL]*:*);;
741  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
742$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
743   { (exit 1); exit 1; }; };;
744  :[FH]-) ac_tag=-:-;;
745  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
746  esac
747  ac_save_IFS=$IFS
748  IFS=:
749  set x $ac_tag
750  IFS=$ac_save_IFS
751  shift
752  ac_file=$1
753  shift
754
755  case $ac_mode in
756  :L) ac_source=$1;;
757  :[FH])
758    ac_file_inputs=
759    for ac_f
760    do
761      case $ac_f in
762      -) ac_f="$tmp/stdin";;
763      *) # Look for the file first in the build tree, then in the source tree
764	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
765	 # because $ac_f cannot contain `:'.
766	 test -f "$ac_f" ||
767	   case $ac_f in
768	   [\\/$]*) false;;
769	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
770	   esac ||
771	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
772$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
773   { (exit 1); exit 1; }; };;
774      esac
775      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
776      ac_file_inputs="$ac_file_inputs '$ac_f'"
777    done
778
779    # Let's still pretend it is `configure' which instantiates (i.e., don't
780    # use $as_me), people would be surprised to read:
781    #    /* config.h.  Generated by config.status.  */
782    configure_input='Generated from '`
783	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
784	`' by configure.'
785    if test x"$ac_file" != x-; then
786      configure_input="$ac_file.  $configure_input"
787      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
788$as_echo "$as_me: creating $ac_file" >&6;}
789    fi
790    # Neutralize special characters interpreted by sed in replacement strings.
791    case $configure_input in #(
792    *\&* | *\|* | *\\* )
793       ac_sed_conf_input=`$as_echo "$configure_input" |
794       sed 's/[\\\\&|]/\\\\&/g'`;; #(
795    *) ac_sed_conf_input=$configure_input;;
796    esac
797
798    case $ac_tag in
799    *:-:* | *:-) cat >"$tmp/stdin" \
800      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
801$as_echo "$as_me: error: could not create $ac_file" >&2;}
802   { (exit 1); exit 1; }; } ;;
803    esac
804    ;;
805  esac
806
807  ac_dir=`$as_dirname -- "$ac_file" ||
808$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
809	 X"$ac_file" : 'X\(//\)[^/]' \| \
810	 X"$ac_file" : 'X\(//\)$' \| \
811	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
812$as_echo X"$ac_file" |
813    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
814	    s//\1/
815	    q
816	  }
817	  /^X\(\/\/\)[^/].*/{
818	    s//\1/
819	    q
820	  }
821	  /^X\(\/\/\)$/{
822	    s//\1/
823	    q
824	  }
825	  /^X\(\/\).*/{
826	    s//\1/
827	    q
828	  }
829	  s/.*/./; q'`
830  { as_dir="$ac_dir"
831  case $as_dir in #(
832  -*) as_dir=./$as_dir;;
833  esac
834  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
835    as_dirs=
836    while :; do
837      case $as_dir in #(
838      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
839      *) as_qdir=$as_dir;;
840      esac
841      as_dirs="'$as_qdir' $as_dirs"
842      as_dir=`$as_dirname -- "$as_dir" ||
843$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
844	 X"$as_dir" : 'X\(//\)[^/]' \| \
845	 X"$as_dir" : 'X\(//\)$' \| \
846	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
847$as_echo X"$as_dir" |
848    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
849	    s//\1/
850	    q
851	  }
852	  /^X\(\/\/\)[^/].*/{
853	    s//\1/
854	    q
855	  }
856	  /^X\(\/\/\)$/{
857	    s//\1/
858	    q
859	  }
860	  /^X\(\/\).*/{
861	    s//\1/
862	    q
863	  }
864	  s/.*/./; q'`
865      test -d "$as_dir" && break
866    done
867    test -z "$as_dirs" || eval "mkdir $as_dirs"
868  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
869$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
870   { (exit 1); exit 1; }; }; }
871  ac_builddir=.
872
873case "$ac_dir" in
874.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
875*)
876  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
877  # A ".." for each directory in $ac_dir_suffix.
878  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
879  case $ac_top_builddir_sub in
880  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
881  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
882  esac ;;
883esac
884ac_abs_top_builddir=$ac_pwd
885ac_abs_builddir=$ac_pwd$ac_dir_suffix
886# for backward compatibility:
887ac_top_builddir=$ac_top_build_prefix
888
889case $srcdir in
890  .)  # We are building in place.
891    ac_srcdir=.
892    ac_top_srcdir=$ac_top_builddir_sub
893    ac_abs_top_srcdir=$ac_pwd ;;
894  [\\/]* | ?:[\\/]* )  # Absolute name.
895    ac_srcdir=$srcdir$ac_dir_suffix;
896    ac_top_srcdir=$srcdir
897    ac_abs_top_srcdir=$srcdir ;;
898  *) # Relative name.
899    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
900    ac_top_srcdir=$ac_top_build_prefix$srcdir
901    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
902esac
903ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
904
905
906  case $ac_mode in
907  :F)
908  #
909  # CONFIG_FILE
910  #
911
912  case $INSTALL in
913  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
914  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
915  esac
916  ac_MKDIR_P=$MKDIR_P
917  case $MKDIR_P in
918  [\\/$]* | ?:[\\/]* ) ;;
919  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
920  esac
921# If the template does not know about datarootdir, expand it.
922# FIXME: This hack should be removed a few years after 2.60.
923ac_datarootdir_hack=; ac_datarootdir_seen=
924
925ac_sed_dataroot='
926/datarootdir/ {
927  p
928  q
929}
930/@datadir@/p
931/@docdir@/p
932/@infodir@/p
933/@localedir@/p
934/@mandir@/p
935'
936case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
937*datarootdir*) ac_datarootdir_seen=yes;;
938*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
939  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
940$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
941  ac_datarootdir_hack='
942  s&@datadir@&${datarootdir}&g
943  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
944  s&@infodir@&${datarootdir}/info&g
945  s&@localedir@&${datarootdir}/locale&g
946  s&@mandir@&${datarootdir}/man&g
947    s&\${datarootdir}&${prefix}/share&g' ;;
948esac
949ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
950s/:*\$(srcdir):*/:/
951s/:*\${srcdir}:*/:/
952s/:*@srcdir@:*/:/
953s/^\([^=]*=[	 ]*\):*/\1/
954s/:*$//
955s/^[^=]*=[	 ]*$//
956}
957
958:t
959/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
960s|@configure_input@|$ac_sed_conf_input|;t t
961s&@top_builddir@&$ac_top_builddir_sub&;t t
962s&@top_build_prefix@&$ac_top_build_prefix&;t t
963s&@srcdir@&$ac_srcdir&;t t
964s&@abs_srcdir@&$ac_abs_srcdir&;t t
965s&@top_srcdir@&$ac_top_srcdir&;t t
966s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
967s&@builddir@&$ac_builddir&;t t
968s&@abs_builddir@&$ac_abs_builddir&;t t
969s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
970s&@INSTALL@&$ac_INSTALL&;t t
971s&@MKDIR_P@&$ac_MKDIR_P&;t t
972$ac_datarootdir_hack
973"
974eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
975  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
976$as_echo "$as_me: error: could not create $ac_file" >&2;}
977   { (exit 1); exit 1; }; }
978
979test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
980  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
981  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
982  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
983which seems to be undefined.  Please make sure it is defined." >&5
984$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
985which seems to be undefined.  Please make sure it is defined." >&2;}
986
987  rm -f "$tmp/stdin"
988  case $ac_file in
989  -) cat "$tmp/out" && rm -f "$tmp/out";;
990  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
991  esac \
992  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
993$as_echo "$as_me: error: could not create $ac_file" >&2;}
994   { (exit 1); exit 1; }; }
995 ;;
996  :H)
997  #
998  # CONFIG_HEADER
999  #
1000  if test x"$ac_file" != x-; then
1001    {
1002      $as_echo "/* $configure_input  */" \
1003      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1004    } >"$tmp/config.h" \
1005      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1006$as_echo "$as_me: error: could not create $ac_file" >&2;}
1007   { (exit 1); exit 1; }; }
1008    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1009      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1010$as_echo "$as_me: $ac_file is unchanged" >&6;}
1011    else
1012      rm -f "$ac_file"
1013      mv "$tmp/config.h" "$ac_file" \
1014	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1015$as_echo "$as_me: error: could not create $ac_file" >&2;}
1016   { (exit 1); exit 1; }; }
1017    fi
1018  else
1019    $as_echo "/* $configure_input  */" \
1020      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1021      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1022$as_echo "$as_me: error: could not create -" >&2;}
1023   { (exit 1); exit 1; }; }
1024  fi
1025# Compute "$ac_file"'s index in $config_headers.
1026_am_arg="$ac_file"
1027_am_stamp_count=1
1028for _am_header in $config_headers :; do
1029  case $_am_header in
1030    $_am_arg | $_am_arg:* )
1031      break ;;
1032    * )
1033      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1034  esac
1035done
1036echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1037$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1038	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1039	 X"$_am_arg" : 'X\(//\)$' \| \
1040	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1041$as_echo X"$_am_arg" |
1042    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1043	    s//\1/
1044	    q
1045	  }
1046	  /^X\(\/\/\)[^/].*/{
1047	    s//\1/
1048	    q
1049	  }
1050	  /^X\(\/\/\)$/{
1051	    s//\1/
1052	    q
1053	  }
1054	  /^X\(\/\).*/{
1055	    s//\1/
1056	    q
1057	  }
1058	  s/.*/./; q'`/stamp-h$_am_stamp_count
1059 ;;
1060
1061  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1062$as_echo "$as_me: executing $ac_file commands" >&6;}
1063 ;;
1064  esac
1065
1066
1067  case $ac_file$ac_mode in
1068    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1069  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1070  # are listed without --file.  Let's play safe and only enable the eval
1071  # if we detect the quoting.
1072  case $CONFIG_FILES in
1073  *\'*) eval set x "$CONFIG_FILES" ;;
1074  *)   set x $CONFIG_FILES ;;
1075  esac
1076  shift
1077  for mf
1078  do
1079    # Strip MF so we end up with the name of the file.
1080    mf=`echo "$mf" | sed -e 's/:.*$//'`
1081    # Check whether this is an Automake generated Makefile or not.
1082    # We used to match only the files named `Makefile.in', but
1083    # some people rename them; so instead we look at the file content.
1084    # Grep'ing the first line is not enough: some people post-process
1085    # each Makefile.in and add a new line on top of each file to say so.
1086    # Grep'ing the whole file is not good either: AIX grep has a line
1087    # limit of 2048, but all sed's we know have understand at least 4000.
1088    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1089      dirpart=`$as_dirname -- "$mf" ||
1090$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1091	 X"$mf" : 'X\(//\)[^/]' \| \
1092	 X"$mf" : 'X\(//\)$' \| \
1093	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1094$as_echo X"$mf" |
1095    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1096	    s//\1/
1097	    q
1098	  }
1099	  /^X\(\/\/\)[^/].*/{
1100	    s//\1/
1101	    q
1102	  }
1103	  /^X\(\/\/\)$/{
1104	    s//\1/
1105	    q
1106	  }
1107	  /^X\(\/\).*/{
1108	    s//\1/
1109	    q
1110	  }
1111	  s/.*/./; q'`
1112    else
1113      continue
1114    fi
1115    # Extract the definition of DEPDIR, am__include, and am__quote
1116    # from the Makefile without running `make'.
1117    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1118    test -z "$DEPDIR" && continue
1119    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1120    test -z "am__include" && continue
1121    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1122    # When using ansi2knr, U may be empty or an underscore; expand it
1123    U=`sed -n 's/^U = //p' < "$mf"`
1124    # Find all dependency output files, they are included files with
1125    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1126    # simplest approach to changing $(DEPDIR) to its actual value in the
1127    # expansion.
1128    for file in `sed -n "
1129      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1130	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1131      # Make sure the directory exists.
1132      test -f "$dirpart/$file" && continue
1133      fdir=`$as_dirname -- "$file" ||
1134$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1135	 X"$file" : 'X\(//\)[^/]' \| \
1136	 X"$file" : 'X\(//\)$' \| \
1137	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1138$as_echo X"$file" |
1139    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1140	    s//\1/
1141	    q
1142	  }
1143	  /^X\(\/\/\)[^/].*/{
1144	    s//\1/
1145	    q
1146	  }
1147	  /^X\(\/\/\)$/{
1148	    s//\1/
1149	    q
1150	  }
1151	  /^X\(\/\).*/{
1152	    s//\1/
1153	    q
1154	  }
1155	  s/.*/./; q'`
1156      { as_dir=$dirpart/$fdir
1157  case $as_dir in #(
1158  -*) as_dir=./$as_dir;;
1159  esac
1160  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1161    as_dirs=
1162    while :; do
1163      case $as_dir in #(
1164      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1165      *) as_qdir=$as_dir;;
1166      esac
1167      as_dirs="'$as_qdir' $as_dirs"
1168      as_dir=`$as_dirname -- "$as_dir" ||
1169$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1170	 X"$as_dir" : 'X\(//\)[^/]' \| \
1171	 X"$as_dir" : 'X\(//\)$' \| \
1172	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1173$as_echo X"$as_dir" |
1174    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1175	    s//\1/
1176	    q
1177	  }
1178	  /^X\(\/\/\)[^/].*/{
1179	    s//\1/
1180	    q
1181	  }
1182	  /^X\(\/\/\)$/{
1183	    s//\1/
1184	    q
1185	  }
1186	  /^X\(\/\).*/{
1187	    s//\1/
1188	    q
1189	  }
1190	  s/.*/./; q'`
1191      test -d "$as_dir" && break
1192    done
1193    test -z "$as_dirs" || eval "mkdir $as_dirs"
1194  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1195$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1196   { (exit 1); exit 1; }; }; }
1197      # echo "creating $dirpart/$file"
1198      echo '# dummy' > "$dirpart/$file"
1199    done
1200  done
1201}
1202 ;;
1203
1204  esac
1205done # for ac_tag
1206
1207
1208{ (exit 0); exit 0; }
1209