OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / unix / pkgs / tdbcodbc1.1.3 / config.status
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 as_nop=:
20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else $as_nop
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38
39 # Reset variables that may have inherited troublesome values from
40 # the environment.
41
42 # IFS needs to be set, to space, tab, and newline, in precisely that order.
43 # (If _AS_PATH_WALK were called with IFS unset, it would have the
44 # side effect of setting IFS to empty, thus disabling word splitting.)
45 # Quoting is to prevent editors from complaining about space-tab.
46 as_nl='
47 '
48 export as_nl
49 IFS=" ""        $as_nl"
50
51 PS1='$ '
52 PS2='> '
53 PS4='+ '
54
55 # Ensure predictable behavior from utilities with locale-dependent output.
56 LC_ALL=C
57 export LC_ALL
58 LANGUAGE=C
59 export LANGUAGE
60
61 # We cannot yet rely on "unset" to work, but we need these variables
62 # to be unset--not just set to an empty or harmless value--now, to
63 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
64 # also avoids known problems related to "unset" and subshell syntax
65 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
66 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
67 do eval test \${$as_var+y} \
68   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
69 done
70
71 # Ensure that fds 0, 1, and 2 are open.
72 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
73 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
74 if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
75
76 # The user is always right.
77 if ${PATH_SEPARATOR+false} :; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # Find who we are.  Look in the path if we contain no directory separator.
87 as_myself=
88 case $0 in #((
89   *[\\/]* ) as_myself=$0 ;;
90   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
91 for as_dir in $PATH
92 do
93   IFS=$as_save_IFS
94   case $as_dir in #(((
95     '') as_dir=./ ;;
96     */) ;;
97     *) as_dir=$as_dir/ ;;
98   esac
99     test -r "$as_dir$0" && as_myself=$as_dir$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115
116
117 # as_fn_error STATUS ERROR [LINENO LOG_FD]
118 # ----------------------------------------
119 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
120 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
121 # script with STATUS, using 1 if that was 0.
122 as_fn_error ()
123 {
124   as_status=$1; test $as_status -eq 0 && as_status=1
125   if test "$4"; then
126     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
127     printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
128   fi
129   printf "%s\n" "$as_me: error: $2" >&2
130   as_fn_exit $as_status
131 } # as_fn_error
132
133
134
135 # as_fn_set_status STATUS
136 # -----------------------
137 # Set $? to STATUS, without forking.
138 as_fn_set_status ()
139 {
140   return $1
141 } # as_fn_set_status
142
143 # as_fn_exit STATUS
144 # -----------------
145 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
146 as_fn_exit ()
147 {
148   set +e
149   as_fn_set_status $1
150   exit $1
151 } # as_fn_exit
152
153 # as_fn_unset VAR
154 # ---------------
155 # Portably unset VAR.
156 as_fn_unset ()
157 {
158   { eval $1=; unset $1;}
159 }
160 as_unset=as_fn_unset
161
162 # as_fn_append VAR VALUE
163 # ----------------------
164 # Append the text in VALUE to the end of the definition contained in VAR. Take
165 # advantage of any shell optimizations that allow amortized linear growth over
166 # repeated appends, instead of the typical quadratic growth present in naive
167 # implementations.
168 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
169 then :
170   eval 'as_fn_append ()
171   {
172     eval $1+=\$2
173   }'
174 else $as_nop
175   as_fn_append ()
176   {
177     eval $1=\$$1\$2
178   }
179 fi # as_fn_append
180
181 # as_fn_arith ARG...
182 # ------------------
183 # Perform arithmetic evaluation on the ARGs, and store the result in the
184 # global $as_val. Take advantage of shells that can avoid forks. The arguments
185 # must be portable across $(()) and expr.
186 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
187 then :
188   eval 'as_fn_arith ()
189   {
190     as_val=$(( $* ))
191   }'
192 else $as_nop
193   as_fn_arith ()
194   {
195     as_val=`expr "$@" || test $? -eq 1`
196   }
197 fi # as_fn_arith
198
199
200 if expr a : '\(a\)' >/dev/null 2>&1 &&
201    test "X`expr 00001 : '.*\(...\)'`" = X001; then
202   as_expr=expr
203 else
204   as_expr=false
205 fi
206
207 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
208   as_basename=basename
209 else
210   as_basename=false
211 fi
212
213 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
214   as_dirname=dirname
215 else
216   as_dirname=false
217 fi
218
219 as_me=`$as_basename -- "$0" ||
220 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
221          X"$0" : 'X\(//\)$' \| \
222          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
223 printf "%s\n" X/"$0" |
224     sed '/^.*\/\([^/][^/]*\)\/*$/{
225             s//\1/
226             q
227           }
228           /^X\/\(\/\/\)$/{
229             s//\1/
230             q
231           }
232           /^X\/\(\/\).*/{
233             s//\1/
234             q
235           }
236           s/.*/./; q'`
237
238 # Avoid depending upon Character Ranges.
239 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
240 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
241 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
242 as_cr_digits='0123456789'
243 as_cr_alnum=$as_cr_Letters$as_cr_digits
244
245
246 # Determine whether it's possible to make 'echo' print without a newline.
247 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
248 # for compatibility with existing Makefiles.
249 ECHO_C= ECHO_N= ECHO_T=
250 case `echo -n x` in #(((((
251 -n*)
252   case `echo 'xy\c'` in
253   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
254   xy)  ECHO_C='\c';;
255   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
256        ECHO_T=' ';;
257   esac;;
258 *)
259   ECHO_N='-n';;
260 esac
261
262 # For backward compatibility with old third-party macros, we provide
263 # the shell variables $as_echo and $as_echo_n.  New code should use
264 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
265 as_echo='printf %s\n'
266 as_echo_n='printf %s'
267
268 rm -f conf$$ conf$$.exe conf$$.file
269 if test -d conf$$.dir; then
270   rm -f conf$$.dir/conf$$.file
271 else
272   rm -f conf$$.dir
273   mkdir conf$$.dir 2>/dev/null
274 fi
275 if (echo >conf$$.file) 2>/dev/null; then
276   if ln -s conf$$.file conf$$ 2>/dev/null; then
277     as_ln_s='ln -s'
278     # ... but there are two gotchas:
279     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
280     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
281     # In both cases, we have to default to `cp -pR'.
282     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
283       as_ln_s='cp -pR'
284   elif ln conf$$.file conf$$ 2>/dev/null; then
285     as_ln_s=ln
286   else
287     as_ln_s='cp -pR'
288   fi
289 else
290   as_ln_s='cp -pR'
291 fi
292 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
293 rmdir conf$$.dir 2>/dev/null
294
295
296 # as_fn_mkdir_p
297 # -------------
298 # Create "$as_dir" as a directory, including parents if necessary.
299 as_fn_mkdir_p ()
300 {
301
302   case $as_dir in #(
303   -*) as_dir=./$as_dir;;
304   esac
305   test -d "$as_dir" || eval $as_mkdir_p || {
306     as_dirs=
307     while :; do
308       case $as_dir in #(
309       *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
310       *) as_qdir=$as_dir;;
311       esac
312       as_dirs="'$as_qdir' $as_dirs"
313       as_dir=`$as_dirname -- "$as_dir" ||
314 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
315          X"$as_dir" : 'X\(//\)[^/]' \| \
316          X"$as_dir" : 'X\(//\)$' \| \
317          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
318 printf "%s\n" X"$as_dir" |
319     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
320             s//\1/
321             q
322           }
323           /^X\(\/\/\)[^/].*/{
324             s//\1/
325             q
326           }
327           /^X\(\/\/\)$/{
328             s//\1/
329             q
330           }
331           /^X\(\/\).*/{
332             s//\1/
333             q
334           }
335           s/.*/./; q'`
336       test -d "$as_dir" && break
337     done
338     test -z "$as_dirs" || eval "mkdir $as_dirs"
339   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
340
341
342 } # as_fn_mkdir_p
343 if mkdir -p . 2>/dev/null; then
344   as_mkdir_p='mkdir -p "$as_dir"'
345 else
346   test -d ./-p && rmdir ./-p
347   as_mkdir_p=false
348 fi
349
350
351 # as_fn_executable_p FILE
352 # -----------------------
353 # Test if FILE is an executable regular file.
354 as_fn_executable_p ()
355 {
356   test -f "$1" && test -x "$1"
357 } # as_fn_executable_p
358 as_test_x='test -x'
359 as_executable_p=as_fn_executable_p
360
361 # Sed expression to map a string onto a valid CPP name.
362 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
363
364 # Sed expression to map a string onto a valid variable name.
365 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
366
367
368 exec 6>&1
369 ## ----------------------------------- ##
370 ## Main body of $CONFIG_STATUS script. ##
371 ## ----------------------------------- ##
372 # Save the log message, to keep $0 and so on meaningful, and to
373 # report actual input values of CONFIG_FILES etc. instead of their
374 # values after options handling.
375 ac_log="
376 This file was extended by tdbcodbc $as_me 1.1.3, which was
377 generated by GNU Autoconf 2.70.  Invocation command line was
378
379   CONFIG_FILES    = $CONFIG_FILES
380   CONFIG_HEADERS  = $CONFIG_HEADERS
381   CONFIG_LINKS    = $CONFIG_LINKS
382   CONFIG_COMMANDS = $CONFIG_COMMANDS
383   $ $0 $@
384
385 on `(hostname || uname -n) 2>/dev/null | sed 1q`
386 "
387
388 # Files that config.status was made for.
389 config_files=" Makefile pkgIndex.tcl"
390
391 ac_cs_usage="\
392 \`$as_me' instantiates files and other configuration actions
393 from templates according to the current configuration.  Unless the files
394 and actions are specified as TAGs, all are instantiated by default.
395
396 Usage: $0 [OPTION]... [TAG]...
397
398   -h, --help       print this help, then exit
399   -V, --version    print version number and configuration settings, then exit
400       --config     print configuration, then exit
401   -q, --quiet, --silent
402                    do not print progress messages
403   -d, --debug      don't remove temporary files
404       --recheck    update $as_me by reconfiguring in the same conditions
405       --file=FILE[:TEMPLATE]
406                    instantiate the configuration file FILE
407
408 Configuration files:
409 $config_files
410
411 Report bugs to the package provider."
412
413 ac_cs_config='--with-tcl=../.. --with-tclinclude=/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/generic --prefix=/Users/tacyas/Eos/util/ARM64MAC64 --enable-symbols --libdir=/Users/tacyas/Eos/util/ARM64MAC64/lib --enable-shared --enable-threads'
414 ac_cs_version="\
415 tdbcodbc config.status 1.1.3
416 configured by /Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbcodbc1.1.3/configure, generated by GNU Autoconf 2.70,
417   with options \"$ac_cs_config\"
418
419 Copyright (C) 2020 Free Software Foundation, Inc.
420 This config.status script is free software; the Free Software Foundation
421 gives unlimited permission to copy, distribute and modify it."
422
423 ac_pwd='/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbcodbc1.1.3'
424 srcdir='/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbcodbc1.1.3'
425 test -n "$AWK" || AWK=awk
426 # The default lists apply if the user does not specify any file.
427 ac_need_defaults=:
428 while test $# != 0
429 do
430   case $1 in
431   --*=?*)
432     ac_option=`expr "X$1" : 'X\([^=]*\)='`
433     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
434     ac_shift=:
435     ;;
436   --*=)
437     ac_option=`expr "X$1" : 'X\([^=]*\)='`
438     ac_optarg=
439     ac_shift=:
440     ;;
441   *)
442     ac_option=$1
443     ac_optarg=$2
444     ac_shift=shift
445     ;;
446   esac
447
448   case $ac_option in
449   # Handling of the options.
450   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
451     ac_cs_recheck=: ;;
452   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
453     printf "%s\n" "$ac_cs_version"; exit ;;
454   --config | --confi | --conf | --con | --co | --c )
455     printf "%s\n" "$ac_cs_config"; exit ;;
456   --debug | --debu | --deb | --de | --d | -d )
457     debug=: ;;
458   --file | --fil | --fi | --f )
459     $ac_shift
460     case $ac_optarg in
461     *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
462     '') as_fn_error $? "missing file argument" ;;
463     esac
464     as_fn_append CONFIG_FILES " '$ac_optarg'"
465     ac_need_defaults=false;;
466   --he | --h |  --help | --hel | -h )
467     printf "%s\n" "$ac_cs_usage"; exit ;;
468   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
469   | -silent | --silent | --silen | --sile | --sil | --si | --s)
470     ac_cs_silent=: ;;
471
472   # This is an error.
473   -*) as_fn_error $? "unrecognized option: \`$1'
474 Try \`$0 --help' for more information." ;;
475
476   *) as_fn_append ac_config_targets " $1"
477      ac_need_defaults=false ;;
478
479   esac
480   shift
481 done
482
483 ac_configure_extra_args=
484
485 if $ac_cs_silent; then
486   exec 6>/dev/null
487   ac_configure_extra_args="$ac_configure_extra_args --silent"
488 fi
489
490 if $ac_cs_recheck; then
491   set X /bin/sh '/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbcodbc1.1.3/configure'  '--with-tcl=../..' '--with-tclinclude=/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/generic' '--prefix=/Users/tacyas/Eos/util/ARM64MAC64' '--enable-symbols' '--libdir=/Users/tacyas/Eos/util/ARM64MAC64/lib' '--enable-shared' '--enable-threads' $ac_configure_extra_args --no-create --no-recursion
492   shift
493   \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
494   CONFIG_SHELL='/bin/sh'
495   export CONFIG_SHELL
496   exec "$@"
497 fi
498
499 exec 5>>config.log
500 {
501   echo
502   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
503 ## Running $as_me. ##
504 _ASBOX
505   printf "%s\n" "$ac_log"
506 } >&5
507
508
509 # Handling of arguments.
510 for ac_config_target in $ac_config_targets
511 do
512   case $ac_config_target in
513     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
514     "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
515
516   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
517   esac
518 done
519
520
521 # If the user did not use the arguments to specify the items to instantiate,
522 # then the envvar interface is used.  Set only those that are not.
523 # We use the long form for the default assignment because of an extremely
524 # bizarre bug on SunOS 4.1.3.
525 if $ac_need_defaults; then
526   test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
527 fi
528
529 # Have a temporary directory for convenience.  Make it in the build tree
530 # simply because there is no reason against having it here, and in addition,
531 # creating and moving files from /tmp can sometimes cause problems.
532 # Hook for its removal unless debugging.
533 # Note that there is a small window in which the directory will not be cleaned:
534 # after its creation but before its name has been assigned to `$tmp'.
535 $debug ||
536 {
537   tmp= ac_tmp=
538   trap 'exit_status=$?
539   : "${ac_tmp:=$tmp}"
540   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
541 ' 0
542   trap 'as_fn_exit 1' 1 2 13 15
543 }
544 # Create a (secure) tmp directory for tmp files.
545
546 {
547   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
548   test -d "$tmp"
549 }  ||
550 {
551   tmp=./conf$$-$RANDOM
552   (umask 077 && mkdir "$tmp")
553 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
554 ac_tmp=$tmp
555
556 # Set up the scripts for CONFIG_FILES section.
557 # No need to generate them if there are no CONFIG_FILES.
558 # This happens for instance with `./config.status config.h'.
559 if test -n "$CONFIG_FILES"; then
560
561
562 ac_cr=`echo X | tr X '\015'`
563 # On cygwin, bash can eat \r inside `` if the user requested igncr.
564 # But we know of no other shell where ac_cr would be empty at this
565 # point, so we can use a bashism as a fallback.
566 if test "x$ac_cr" = x; then
567   eval ac_cr=\$\'\\r\'
568 fi
569 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
570 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
571   ac_cs_awk_cr='\\r'
572 else
573   ac_cs_awk_cr=$ac_cr
574 fi
575
576 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
577 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
578 S["LTLIBOBJS"]=""
579 S["TCLSH_PROG"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/tclsh"
580 S["VC_MANIFEST_EMBED_EXE"]=""
581 S["VC_MANIFEST_EMBED_DLL"]=""
582 S["RANLIB_STUB"]="ranlib"
583 S["MAKE_STUB_LIB"]="${STLIB_LD} $@ $(PKG_STUB_OBJECTS)"
584 S["MAKE_STATIC_LIB"]="${STLIB_LD} $@ $(PKG_OBJECTS)"
585 S["MAKE_SHARED_LIB"]="${SHLIB_LD} ${LDFLAGS} ${LDFLAGS_DEFAULT} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS}"
586 S["MAKE_LIB"]="${SHLIB_LD} ${LDFLAGS} ${LDFLAGS_DEFAULT} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} "
587 S["EGREP"]="/usr/bin/grep -E"
588 S["GREP"]="/usr/bin/grep"
589 S["LDFLAGS_DEFAULT"]=""
590 S["CFLAGS_DEFAULT"]="-g"
591 S["LD_LIBRARY_PATH_VAR"]="DYLD_LIBRARY_PATH"
592 S["SHLIB_CFLAGS"]="-fno-common"
593 S["SHLIB_LD_LIBS"]="${LIBS} -L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix -ltclstub8.6"
594 S["SHLIB_LD"]="${CC} -dynamiclib ${CFLAGS} ${LDFLAGS_DEFAULT} -Wl,-single_module -current_version 1.1.3 -compatibility_version 1.1.3"
595 S["STLIB_LD"]="${AR} cr"
596 S["LDFLAGS_OPTIMIZE"]=""
597 S["LDFLAGS_DEBUG"]=""
598 S["CFLAGS_WARNING"]="-Wall"
599 S["CFLAGS_OPTIMIZE"]="-Os"
600 S["CFLAGS_DEBUG"]="-g"
601 S["LIBOBJS"]=""
602 S["RC"]=""
603 S["AR"]="ar"
604 S["STUBS_BUILD"]="1"
605 S["SHARED_BUILD"]="1"
606 S["TCL_THREADS"]="1"
607 S["TCL_INCLUDES"]="-I\"/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/generic\""
608 S["PKG_OBJECTS"]=" tdbcodbc.o odbcStubInit.o"
609 S["PKG_SOURCES"]=" generic/tdbcodbc.c generic/odbcStubInit.c"
610 S["RANLIB"]=":"
611 S["SET_MAKE"]=""
612 S["CPP"]="gcc -E"
613 S["TDBC_LIB_FILE"]="libtdbc1.1.3.dylib"
614 S["TDBC_VERSION"]="1.1.3"
615 S["tdbc_LIBRARY_PATH"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbc1.1.3/library"
616 S["tdbc_STUB_LIB_PATH"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3/libtdbcstub1.1.3.a"
617 S["tdbc_STUB_LIB_SPEC"]="-L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3 -ltdbcstub1.1.3"
618 S["tdbc_STUB_LIB_FILE"]="libtdbcstub1.1.3.a"
619 S["tdbc_LIB_SPEC"]="-L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3 -ltdbc1.1.3"
620 S["tdbc_LIB_FILE"]="libtdbc1.1.3.dylib"
621 S["tdbc_SRC_DIR"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbc1.1.3"
622 S["tdbc_BIN_DIR"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3"
623 S["tdbc_VERSION"]="1.1.3"
624 S["TCL_VERSION_REQ"]="8.6"
625 S["TCL_SHLIB_LD_LIBS"]="${LIBS}"
626 S["TCL_LD_FLAGS"]=" -headerpad_max_install_names -Wl,-search_paths_first "
627 S["TCL_EXTRA_CFLAGS"]="-pipe   "
628 S["TCL_DEFS"]="-DPACKAGE_NAME=\\\"tcl\\\" -DPACKAGE_TARNAME=\\\"tcl\\\" -DPACKAGE_VERSION=\\\"8.6\\\" -DPACKAGE_STRING=\\\"tcl\\ 8.6\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DSTDC_HEADERS=1 -"\
629 "DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H"\
630 "=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -D"\
631 "HAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\\\"iso8859-1\\\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\\ __attribute__\\(\\(__visibility__\\(\\\"hi"\
632 "dden\\\"\\)\\)\\) -DHAVE_HIDDEN=1 -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\\\".dylib\\\" -DTCL_TOMMATH=1 -DMP_PREC=4 -"\
633 "DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1"\
634 " -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_S"\
635 "TORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRN"\
636 "AM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_MTSAFE_GETHOSTBYNAME=1 -DHAVE_MTSAFE_GETHOSTBYADDR=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1"\
637 " -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_"\
638 "ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_CHFLAGS=1 -DHAVE_MKSTEMPS=1 -DHAVE"\
639 "_GETATTRLIST=1 -DHAVE_COPYFILE_H=1 -DHAVE_COPYFILE=1 -DHAVE_LIBKERN_OSATOMIC_H=1 -DHAVE_OSSPINLOCKLOCK=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\\\"utf-"\
640 "8\\\" -DTCL_LOAD_FROM_MEMORY=1 -DTCL_WIDE_CLICKS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -D_DARWIN_C_SOURCE=1 -DHAVE_FTS=1 -DHAVE_SYS_IOC"\
641 "TL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_UNLOAD_DLLS=1 "
642 S["TCL_LIBS"]=" -lz  -lpthread -framework CoreFoundation "
643 S["CLEANFILES"]=""
644 S["OBJEXT"]="o"
645 S["ac_ct_CC"]="gcc"
646 S["CPPFLAGS"]=""
647 S["LDFLAGS"]=" -headerpad_max_install_names -Wl,-search_paths_first "
648 S["CFLAGS"]="-pipe  ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}  "
649 S["CC"]="gcc"
650 S["TCL_STUB_LIB_SPEC"]="-L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix -ltclstub8.6"
651 S["TCL_STUB_LIB_FLAG"]="-ltclstub8.6"
652 S["TCL_STUB_LIB_FILE"]="libtclstub8.6.a"
653 S["TCL_LIB_SPEC"]="-L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix -ltcl8.6"
654 S["TCL_LIB_FLAG"]="-ltcl8.6"
655 S["TCL_LIB_FILE"]="libtcl8.6.dylib"
656 S["TCL_SRC_DIR"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12"
657 S["TCL_BIN_DIR"]="/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix"
658 S["TCL_PATCH_LEVEL"]=".12"
659 S["TCL_VERSION"]="8.6"
660 S["INSTALL_LIBRARY"]="${INSTALL} -m 644"
661 S["INSTALL_SCRIPT"]="${INSTALL} -m 755"
662 S["INSTALL_PROGRAM"]="${INSTALL} -m 755"
663 S["INSTALL_DATA"]="${INSTALL} -m 644"
664 S["INSTALL_DATA_DIR"]="${INSTALL} -d -m 755"
665 S["INSTALL"]="$(SHELL) $(srcdir)/tclconfig/install-sh -c"
666 S["PKG_CFLAGS"]="  "
667 S["PKG_LIBS"]=" -L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3 -ltdbcstub1.1.3 -L/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/unix/pkgs/tdbc1.1.3 -"\
668 "ltdbcstub1.1.3"
669 S["PKG_INCLUDES"]=" -I/Users/tacyas/Eos/util/src/TclTk/tcl8.6.12/pkgs/tdbc1.1.3/generic"
670 S["PKG_HEADERS"]=" generic/fakesql.h generic/odbcStubs.h"
671 S["PKG_TCL_SOURCES"]=" library/tdbcodbc.tcl"
672 S["PKG_STUB_OBJECTS"]=""
673 S["PKG_STUB_SOURCES"]=""
674 S["PKG_STUB_LIB_FILE"]="libtdbcodbcstub1.1.3.a"
675 S["PKG_LIB_FILE9"]="libtcl9tdbcodbc1.1.3.dylib"
676 S["PKG_LIB_FILE8"]="libtdbcodbc1.1.3.dylib"
677 S["PKG_LIB_FILE"]="libtdbcodbc1.1.3.dylib"
678 S["EXEEXT"]=""
679 S["CYGPATH"]="echo"
680 S["target_alias"]=""
681 S["host_alias"]=""
682 S["build_alias"]=""
683 S["LIBS"]=""
684 S["ECHO_T"]=""
685 S["ECHO_N"]=""
686 S["ECHO_C"]="\\c"
687 S["DEFS"]="-DPACKAGE_NAME=\\\"tdbcodbc\\\" -DPACKAGE_TARNAME=\\\"tdbcodbc\\\" -DPACKAGE_VERSION=\\\"1.1.3\\\" -DPACKAGE_STRING=\\\"tdbcodbc\\ 1.1.3\\\" -DPACKAGE_BUGREPORT=\\\"\\\""\
688 " -DPACKAGE_URL=\\\"\\\" -DBUILD_tdbcodbc=/\\*\\*/ -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRING"\
689 "S_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DSIZEOF_LONG=8 -DUSE_THRE"\
690 "AD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DMODULE_SCOPE=extern\\ __attribute__\\(\\(__visibilit"\
691 "y__\\(\\\"hidden\\\"\\)\\)\\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_STDBOOL_H=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1"
692 S["mandir"]="${datarootdir}/man"
693 S["localedir"]="${datarootdir}/locale"
694 S["libdir"]="/Users/tacyas/Eos/util/ARM64MAC64/lib"
695 S["psdir"]="${docdir}"
696 S["pdfdir"]="${docdir}"
697 S["dvidir"]="${docdir}"
698 S["htmldir"]="${docdir}"
699 S["infodir"]="${datarootdir}/info"
700 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
701 S["oldincludedir"]="/usr/include"
702 S["includedir"]="${prefix}/include"
703 S["runstatedir"]="${localstatedir}/run"
704 S["localstatedir"]="${prefix}/var"
705 S["sharedstatedir"]="${prefix}/com"
706 S["sysconfdir"]="${prefix}/etc"
707 S["datadir"]="${datarootdir}"
708 S["datarootdir"]="${prefix}/share"
709 S["libexecdir"]="${exec_prefix}/libexec"
710 S["sbindir"]="${exec_prefix}/sbin"
711 S["bindir"]="${exec_prefix}/bin"
712 S["program_transform_name"]="s,x,x,"
713 S["prefix"]="/Users/tacyas/Eos/util/ARM64MAC64"
714 S["exec_prefix"]="/Users/tacyas/Eos/util/ARM64MAC64"
715 S["PACKAGE_URL"]=""
716 S["PACKAGE_BUGREPORT"]=""
717 S["PACKAGE_STRING"]="tdbcodbc 1.1.3"
718 S["PACKAGE_VERSION"]="1.1.3"
719 S["PACKAGE_TARNAME"]="tdbcodbc"
720 S["PACKAGE_NAME"]="tdbcodbc"
721 S["PATH_SEPARATOR"]=":"
722 S["SHELL"]="/bin/sh"
723 _ACAWK
724 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
725   for (key in S) S_is_set[key] = 1
726   FS = "\a"
727
728 }
729 {
730   line = $ 0
731   nfields = split(line, field, "@")
732   substed = 0
733   len = length(field[1])
734   for (i = 2; i < nfields; i++) {
735     key = field[i]
736     keylen = length(key)
737     if (S_is_set[key]) {
738       value = S[key]
739       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
740       len += length(value) + length(field[++i])
741       substed = 1
742     } else
743       len += 1 + keylen
744   }
745
746   print line
747 }
748
749 _ACAWK
750 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
751   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
752 else
753   cat
754 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
755   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
756 fi # test -n "$CONFIG_FILES"
757
758
759 eval set X "  :F $CONFIG_FILES      "
760 shift
761 for ac_tag
762 do
763   case $ac_tag in
764   :[FHLC]) ac_mode=$ac_tag; continue;;
765   esac
766   case $ac_mode$ac_tag in
767   :[FHL]*:*);;
768   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
769   :[FH]-) ac_tag=-:-;;
770   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
771   esac
772   ac_save_IFS=$IFS
773   IFS=:
774   set x $ac_tag
775   IFS=$ac_save_IFS
776   shift
777   ac_file=$1
778   shift
779
780   case $ac_mode in
781   :L) ac_source=$1;;
782   :[FH])
783     ac_file_inputs=
784     for ac_f
785     do
786       case $ac_f in
787       -) ac_f="$ac_tmp/stdin";;
788       *) # Look for the file first in the build tree, then in the source tree
789          # (if the path is not absolute).  The absolute path cannot be DOS-style,
790          # because $ac_f cannot contain `:'.
791          test -f "$ac_f" ||
792            case $ac_f in
793            [\\/$]*) false;;
794            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
795            esac ||
796            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
797       esac
798       case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
799       as_fn_append ac_file_inputs " '$ac_f'"
800     done
801
802     # Let's still pretend it is `configure' which instantiates (i.e., don't
803     # use $as_me), people would be surprised to read:
804     #    /* config.h.  Generated by config.status.  */
805     configure_input='Generated from '`
806           printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
807         `' by configure.'
808     if test x"$ac_file" != x-; then
809       configure_input="$ac_file.  $configure_input"
810       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
811 printf "%s\n" "$as_me: creating $ac_file" >&6;}
812     fi
813     # Neutralize special characters interpreted by sed in replacement strings.
814     case $configure_input in #(
815     *\&* | *\|* | *\\* )
816        ac_sed_conf_input=`printf "%s\n" "$configure_input" |
817        sed 's/[\\\\&|]/\\\\&/g'`;; #(
818     *) ac_sed_conf_input=$configure_input;;
819     esac
820
821     case $ac_tag in
822     *:-:* | *:-) cat >"$ac_tmp/stdin" \
823       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
824     esac
825     ;;
826   esac
827
828   ac_dir=`$as_dirname -- "$ac_file" ||
829 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
830          X"$ac_file" : 'X\(//\)[^/]' \| \
831          X"$ac_file" : 'X\(//\)$' \| \
832          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
833 printf "%s\n" X"$ac_file" |
834     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
835             s//\1/
836             q
837           }
838           /^X\(\/\/\)[^/].*/{
839             s//\1/
840             q
841           }
842           /^X\(\/\/\)$/{
843             s//\1/
844             q
845           }
846           /^X\(\/\).*/{
847             s//\1/
848             q
849           }
850           s/.*/./; q'`
851   as_dir="$ac_dir"; as_fn_mkdir_p
852   ac_builddir=.
853
854 case "$ac_dir" in
855 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
856 *)
857   ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
858   # A ".." for each directory in $ac_dir_suffix.
859   ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
860   case $ac_top_builddir_sub in
861   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
862   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
863   esac ;;
864 esac
865 ac_abs_top_builddir=$ac_pwd
866 ac_abs_builddir=$ac_pwd$ac_dir_suffix
867 # for backward compatibility:
868 ac_top_builddir=$ac_top_build_prefix
869
870 case $srcdir in
871   .)  # We are building in place.
872     ac_srcdir=.
873     ac_top_srcdir=$ac_top_builddir_sub
874     ac_abs_top_srcdir=$ac_pwd ;;
875   [\\/]* | ?:[\\/]* )  # Absolute name.
876     ac_srcdir=$srcdir$ac_dir_suffix;
877     ac_top_srcdir=$srcdir
878     ac_abs_top_srcdir=$srcdir ;;
879   *) # Relative name.
880     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
881     ac_top_srcdir=$ac_top_build_prefix$srcdir
882     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
883 esac
884 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
885
886
887   case $ac_mode in
888   :F)
889   #
890   # CONFIG_FILE
891   #
892
893 # If the template does not know about datarootdir, expand it.
894 # FIXME: This hack should be removed a few years after 2.60.
895 ac_datarootdir_hack=; ac_datarootdir_seen=
896 ac_sed_dataroot='
897 /datarootdir/ {
898   p
899   q
900 }
901 /@datadir@/p
902 /@docdir@/p
903 /@infodir@/p
904 /@localedir@/p
905 /@mandir@/p'
906 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
907 *datarootdir*) ac_datarootdir_seen=yes;;
908 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
909   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
910 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
911   ac_datarootdir_hack='
912   s&@datadir@&${datarootdir}&g
913   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
914   s&@infodir@&${datarootdir}/info&g
915   s&@localedir@&${datarootdir}/locale&g
916   s&@mandir@&${datarootdir}/man&g
917   s&\${datarootdir}&${prefix}/share&g' ;;
918 esac
919 ac_sed_extra="
920
921 :t
922 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
923 s|@configure_input@|$ac_sed_conf_input|;t t
924 s&@top_builddir@&$ac_top_builddir_sub&;t t
925 s&@top_build_prefix@&$ac_top_build_prefix&;t t
926 s&@srcdir@&$ac_srcdir&;t t
927 s&@abs_srcdir@&$ac_abs_srcdir&;t t
928 s&@top_srcdir@&$ac_top_srcdir&;t t
929 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
930 s&@builddir@&$ac_builddir&;t t
931 s&@abs_builddir@&$ac_abs_builddir&;t t
932 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
933 $ac_datarootdir_hack
934 "
935 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
936   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
937
938 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
939   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
940   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
941       "$ac_tmp/out"`; test -z "$ac_out"; } &&
942   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
943 which seems to be undefined.  Please make sure it is defined" >&5
944 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
945 which seems to be undefined.  Please make sure it is defined" >&2;}
946
947   rm -f "$ac_tmp/stdin"
948   case $ac_file in
949   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
950   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
951   esac \
952   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
953  ;;
954
955
956
957   esac
958
959 done # for ac_tag
960
961
962 as_fn_exit 0