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