/[dejagnu]/dejagnu/configure
ViewVC logotype

Diff of /dejagnu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by rsavoye, Fri Aug 30 01:29:46 2002 UTC revision 1.11 by bje, Tue Aug 12 04:27:23 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by Autoconf 2.52.  # Generated by GNU Autoconf 2.57.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
7  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
8  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
9    ## --------------------- ##
10    ## M4sh Initialization.  ##
11    ## --------------------- ##
12    
13    # Be Bourne compatible
14    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15      emulate sh
16      NULLCMD=:
17      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18      # is contrary to our usage.  Disable this feature.
19      alias -g '${1+"$@"}'='"$@"'
20    elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21      set -o posix
22    fi
23    
24    # Support unset when possible.
25    if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26      as_unset=unset
27    else
28      as_unset=false
29    fi
30    
31    
32    # Work around bugs in pre-3.0 UWIN ksh.
33    $as_unset ENV MAIL MAILPATH
34    PS1='$ '
35    PS2='> '
36    PS4='+ '
37    
38    # NLS nuisances.
39    for as_var in \
40      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42      LC_TELEPHONE LC_TIME
43    do
44      if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45        eval $as_var=C; export $as_var
46      else
47        $as_unset $as_var
48      fi
49    done
50    
51    # Required to use basename.
52    if expr a : '\(a\)' >/dev/null 2>&1; then
53      as_expr=expr
54    else
55      as_expr=false
56    fi
57    
58    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59      as_basename=basename
60    else
61      as_basename=false
62    fi
63    
64    
65    # Name of the executable.
66    as_me=`$as_basename "$0" ||
67    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68             X"$0" : 'X\(//\)$' \| \
69             X"$0" : 'X\(/\)$' \| \
70             .     : '\(.\)' 2>/dev/null ||
71    echo X/"$0" |
72        sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73              /^X\/\(\/\/\)$/{ s//\1/; q; }
74              /^X\/\(\/\).*/{ s//\1/; q; }
75              s/.*/./; q'`
76    
77    
78    # PATH needs CR, and LINENO needs CR and PATH.
79  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
80  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81  as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'  as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
# Line 14  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 83  as_cr_Letters=$as_cr_letters$as_cr_LETTE
83  as_cr_digits='0123456789'  as_cr_digits='0123456789'
84  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86  # Sed expression to map a string onto a valid variable name.  # The user is always right.
87  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  if test "${PATH_SEPARATOR+set}" != set; then
88      echo "#! /bin/sh" >conf$$.sh
89      echo  "exit 0"   >>conf$$.sh
90      chmod +x conf$$.sh
91      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92        PATH_SEPARATOR=';'
93      else
94        PATH_SEPARATOR=:
95      fi
96      rm -f conf$$.sh
97    fi
98    
 # Sed expression to map a string onto a valid CPP name.  
 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  
99    
100  # Be Bourne compatible    as_lineno_1=$LINENO
101  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then    as_lineno_2=$LINENO
102    emulate sh    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103    NULLCMD=:    test "x$as_lineno_1" != "x$as_lineno_2" &&
104  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then    test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105    set -o posix    # Find who we are.  Look in the path if we contain no path at all
106  fi    # relative or not.
107      case $0 in
108        *[\\/]* ) as_myself=$0 ;;
109        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110    for as_dir in $PATH
111    do
112      IFS=$as_save_IFS
113      test -z "$as_dir" && as_dir=.
114      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115    done
116    
117  # Name of the executable.         ;;
118  as_me=`echo "$0" |sed 's,.*[\\/],,'`    esac
119      # We did not find ourselves, most probably we were run as `sh COMMAND'
120      # in which case we are not to be found in the path.
121      if test "x$as_myself" = x; then
122        as_myself=$0
123      fi
124      if test ! -f "$as_myself"; then
125        { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126       { (exit 1); exit 1; }; }
127      fi
128      case $CONFIG_SHELL in
129      '')
130        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132    do
133      IFS=$as_save_IFS
134      test -z "$as_dir" && as_dir=.
135      for as_base in sh bash ksh sh5; do
136             case $as_dir in
137             /*)
138               if ("$as_dir/$as_base" -c '
139      as_lineno_1=$LINENO
140      as_lineno_2=$LINENO
141      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142      test "x$as_lineno_1" != "x$as_lineno_2" &&
143      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146                 CONFIG_SHELL=$as_dir/$as_base
147                 export CONFIG_SHELL
148                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149               fi;;
150             esac
151           done
152    done
153    ;;
154      esac
155    
156      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157      # uniformly replaced by the line number.  The first 'sed' inserts a
158      # line-number line before each line; the second 'sed' does the real
159      # work.  The second script uses 'N' to pair each line-number line
160      # with the numbered line, and appends trailing '-' during
161      # substitution so that $LINENO is not a special case at line end.
162      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164      sed '=' <$as_myself |
165        sed '
166          N
167          s,$,-,
168          : loop
169          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170          t loop
171          s,-$,,
172          s,^['$as_cr_digits']*\n,,
173        ' >$as_me.lineno &&
174      chmod +x $as_me.lineno ||
175        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176       { (exit 1); exit 1; }; }
177    
178      # Don't try to exec as it changes $[0], causing all sort of problems
179      # (the dirname of $[0] is not the place where we might find the
180      # original and so on.  Autoconf is especially sensible to this).
181      . ./$as_me.lineno
182      # Exit status is that of the last command.
183      exit
184    }
185    
186    
187    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188      *c*,-n*) ECHO_N= ECHO_C='
189    ' ECHO_T='      ' ;;
190      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192    esac
193    
194  if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
195    as_expr=expr    as_expr=expr
# Line 55  else Line 215  else
215  fi  fi
216  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
217    
218  as_executable_p="test -f"  if mkdir -p . 2>/dev/null; then
219      as_mkdir_p=:
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  
   as_unset=unset  
220  else  else
221    as_unset=false    as_mkdir_p=false
222  fi  fi
223    
224  # NLS nuisances.  as_executable_p="test -f"
225  $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }  
226  $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }  # Sed expression to map a string onto a valid CPP name.
227  $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228  $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }  
229  $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }  # Sed expression to map a string onto a valid variable name.
230  $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231  $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }  
 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }  
232    
233  # IFS  # IFS
234  # We need space, tab and new line, in precisely that order.  # We need space, tab and new line, in precisely that order.
# Line 81  as_nl=' Line 237  as_nl='
237  IFS="   $as_nl"  IFS="   $as_nl"
238    
239  # CDPATH.  # CDPATH.
240  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }  $as_unset CDPATH
241    
242    
243  # Name of the host.  # Name of the host.
244  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# Line 94  exec 6>&1 Line 251  exec 6>&1
251  # Initializations.  # Initializations.
252  #  #
253  ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
254    ac_config_libobj_dir=.
255  cross_compiling=no  cross_compiling=no
256  subdirs=  subdirs=
257  MFLAGS= MAKEFLAGS=  MFLAGS=
258    MAKEFLAGS=
259  SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
260    
261  # Maximum number of lines to put in a shell here document.  # Maximum number of lines to put in a shell here document.
# Line 104  SHELL=${CONFIG_SHELL-/bin/sh} Line 263  SHELL=${CONFIG_SHELL-/bin/sh}
263  # only ac_max_sed_lines should be used.  # only ac_max_sed_lines should be used.
264  : ${ac_max_here_lines=38}  : ${ac_max_here_lines=38}
265    
266    # Identity of this package.
267    PACKAGE_NAME=
268    PACKAGE_TARNAME=
269    PACKAGE_VERSION=
270    PACKAGE_STRING=
271    PACKAGE_BUGREPORT=
272    
273  ac_unique_file="runtest.exp"  ac_unique_file="runtest.exp"
274  ac_subdirs_all="$ac_subdirs_all example/calc example/hello"  ac_subdirs_all="$ac_subdirs_all example/calc example/hello"
275    ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE YACC DOCBOOK tclsh TCLSH BOARDS CONFIG subdirs LIBOBJS LTLIBOBJS'
276    ac_subst_files=''
277    
278  # Initialize some variables set by options.  # Initialize some variables set by options.
279  ac_init_help=  ac_init_help=
# Line 145  oldincludedir='/usr/include' Line 313  oldincludedir='/usr/include'
313  infodir='${prefix}/info'  infodir='${prefix}/info'
314  mandir='${prefix}/man'  mandir='${prefix}/man'
315    
 # Identity of this package.  
 PACKAGE_NAME=  
 PACKAGE_TARNAME=  
 PACKAGE_VERSION=  
 PACKAGE_STRING=  
 PACKAGE_BUGREPORT=  
   
316  ac_prev=  ac_prev=
317  for ac_option  for ac_option
318  do  do
# Line 284  do Line 445  do
445      with_fp=no ;;      with_fp=no ;;
446    
447    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448    | --no-cr | --no-c)    | --no-cr | --no-c | -n)
449      no_create=yes ;;      no_create=yes ;;
450    
451    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 463  do Line 624  do
624    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
625    case $ac_val in    case $ac_val in
626      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627      *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
629    esac    esac
630  done  done
# Line 475  do Line 636  do
636    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
637    case $ac_val in    case $ac_val in
638      [\\/$]* | ?:[\\/]* ) ;;      [\\/$]* | ?:[\\/]* ) ;;
639      *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
641    esac    esac
642  done  done
643    
644  # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
645  # used to hold the argument of --host etc.  # used to hold the argument of --host etc.
646    # FIXME: To remove some day.
647  build=$build_alias  build=$build_alias
648  host=$host_alias  host=$host_alias
649  target=$target_alias  target=$target_alias
650    
651  # FIXME: should be removed in autoconf 3.0.  # FIXME: To remove some day.
652  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
653    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
654      cross_compiling=maybe      cross_compiling=maybe
# Line 502  test -n "$host_alias" && ac_tool_prefix= Line 664  test -n "$host_alias" && ac_tool_prefix=
664    
665  test "$silent" = yes && exec 6>/dev/null  test "$silent" = yes && exec 6>/dev/null
666    
667    
668  # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
669  if test -z "$srcdir"; then  if test -z "$srcdir"; then
670    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
671    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
672    ac_prog=$0    ac_confdir=`(dirname "$0") 2>/dev/null ||
673    ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674    test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.           X"$0" : 'X\(//\)[^/]' \| \
675             X"$0" : 'X\(//\)$' \| \
676             X"$0" : 'X\(/\)' \| \
677             .     : '\(.\)' 2>/dev/null ||
678    echo X"$0" |
679        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681              /^X\(\/\/\)$/{ s//\1/; q; }
682              /^X\(\/\).*/{ s//\1/; q; }
683              s/.*/./; q'`
684    srcdir=$ac_confdir    srcdir=$ac_confdir
685    if test ! -r $srcdir/$ac_unique_file; then    if test ! -r $srcdir/$ac_unique_file; then
686      srcdir=..      srcdir=..
# Line 518  else Line 690  else
690  fi  fi
691  if test ! -r $srcdir/$ac_unique_file; then  if test ! -r $srcdir/$ac_unique_file; then
692    if test "$ac_srcdir_defaulted" = yes; then    if test "$ac_srcdir_defaulted" = yes; then
693      { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
695    else    else
696      { echo "$as_me: error: cannot find sources in $srcdir" >&2      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
698    fi    fi
699  fi  fi
700    (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702       { (exit 1); exit 1; }; }
703  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704  ac_env_build_alias_set=${build_alias+set}  ac_env_build_alias_set=${build_alias+set}
705  ac_env_build_alias_value=$build_alias  ac_env_build_alias_value=$build_alias
# Line 569  ac_cv_env_CXXFLAGS_value=$CXXFLAGS Line 744  ac_cv_env_CXXFLAGS_value=$CXXFLAGS
744  if test "$ac_init_help" = "long"; then  if test "$ac_init_help" = "long"; then
745    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
746    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
747    cat <<EOF    cat <<_ACEOF
748  \`configure' configures this package to adapt to many kinds of systems.  \`configure' configures this package to adapt to many kinds of systems.
749    
750  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
# Line 590  Configuration: Line 765  Configuration:
765    -n, --no-create         do not create output files    -n, --no-create         do not create output files
766        --srcdir=DIR        find the sources in DIR [configure dir or \`..']        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
767    
768  EOF  _ACEOF
769    
770    cat <<EOF    cat <<_ACEOF
771  Installation directories:  Installation directories:
772    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
773                            [$ac_default_prefix]                            [$ac_default_prefix]
# Line 619  Fine tuning of the installation director Line 794  Fine tuning of the installation director
794    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
795    --infodir=DIR          info documentation [PREFIX/info]    --infodir=DIR          info documentation [PREFIX/info]
796    --mandir=DIR           man documentation [PREFIX/man]    --mandir=DIR           man documentation [PREFIX/man]
797  EOF  _ACEOF
798    
799    cat <<\EOF    cat <<\_ACEOF
800    
801  Program names:  Program names:
802    --program-prefix=PREFIX            prepend PREFIX to installed program names    --program-prefix=PREFIX            prepend PREFIX to installed program names
803    --program-suffix=SUFFIX            append SUFFIX to installed program names    --program-suffix=SUFFIX            append SUFFIX to installed program names
804    --program-transform-name=PROGRAM   run sed PROGRAM on installed program names    --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
805  EOF  _ACEOF
806  fi  fi
807    
808  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
809    
810    cat <<\EOF    cat <<\_ACEOF
811    
812  Optional Features:  Optional Features:
813    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
814    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --disable-dependency-tracking Speeds up one-time builds  
   --enable-dependency-tracking  Do not reject slow dependency extractors  
815    --enable-maintainer-mode enable make rules and dependencies not useful    --enable-maintainer-mode enable make rules and dependencies not useful
816                            (and sometimes confusing) to the casual installer                            (and sometimes confusing) to the casual installer
817      --disable-dependency-tracking Speeds up one-time builds
818      --enable-dependency-tracking  Do not reject slow dependency extractors
819    
820  Optional Packages:  Optional Packages:
821    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 662  Some influential environment variables: Line 837  Some influential environment variables:
837  Use these variables to override the choices made by `configure' or to help  Use these variables to override the choices made by `configure' or to help
838  it to find libraries and programs with nonstandard names/locations.  it to find libraries and programs with nonstandard names/locations.
839    
840  EOF  _ACEOF
841  fi  fi
842    
843  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
844    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
845    ac_popdir=`pwd`    ac_popdir=`pwd`
846    for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
847      cd $ac_subdir      test -d $ac_dir || continue
848      # A "../" for each directory in /$ac_subdir.      ac_builddir=.
849      ac_dots=`echo $ac_subdir |  
850               sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`  if test "$ac_dir" != .; then
851      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
852      case $srcdir in    # A "../" for each directory in $ac_dir_suffix.
853      .) # No --srcdir option.  We are building in place.    ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
854        ac_sub_srcdir=$srcdir ;;  else
855      [\\/]* | ?:[\\/]* ) # Absolute path.    ac_dir_suffix= ac_top_builddir=
856        ac_sub_srcdir=$srcdir/$ac_subdir ;;  fi
857      *) # Relative path.  
858        ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;  case $srcdir in
859      esac    .)  # No --srcdir option.  We are building in place.
860        ac_srcdir=.
861        if test -z "$ac_top_builddir"; then
862           ac_top_srcdir=.
863        else
864           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
865        fi ;;
866      [\\/]* | ?:[\\/]* )  # Absolute path.
867        ac_srcdir=$srcdir$ac_dir_suffix;
868        ac_top_srcdir=$srcdir ;;
869      *) # Relative path.
870        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
871        ac_top_srcdir=$ac_top_builddir$srcdir ;;
872    esac
873    # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
874    # absolute.
875    ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
876    ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
877    ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
878    ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
879    
880        cd $ac_dir
881      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
882      if test -f $ac_sub_srcdir/configure.gnu; then      if test -f $ac_srcdir/configure.gnu; then
883        echo        echo
884        $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive        $SHELL $ac_srcdir/configure.gnu  --help=recursive
885      elif test -f $ac_sub_srcdir/configure; then      elif test -f $ac_srcdir/configure; then
886        echo        echo
887        $SHELL $ac_sub_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
888      elif test -f $ac_sub_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
889             test -f $ac_sub_srcdir/configure.in; then             test -f $ac_srcdir/configure.in; then
890        echo        echo
891        $ac_configure --help        $ac_configure --help
892      else      else
893        echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
894      fi      fi
895      cd $ac_popdir      cd $ac_popdir
896    done    done
# Line 703  fi Line 898  fi
898    
899  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
900  if $ac_init_version; then  if $ac_init_version; then
901    cat <<\EOF    cat <<\_ACEOF
902    
903  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
904  Free Software Foundation, Inc.  Free Software Foundation, Inc.
905  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
906  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
907  EOF  _ACEOF
908    exit 0    exit 0
909  fi  fi
910  exec 5>config.log  exec 5>config.log
911  cat >&5 <<EOF  cat >&5 <<_ACEOF
912  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
913  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
914    
915  It was created by $as_me, which was  It was created by $as_me, which was
916  generated by GNU Autoconf 2.52.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
917    
918    $ $0 $@    $ $0 $@
919    
920  EOF  _ACEOF
921  {  {
922  cat <<_ASUNAME  cat <<_ASUNAME
923  ## ---------- ##  ## --------- ##
924  ## Platform.  ##  ## Platform. ##
925  ## ---------- ##  ## --------- ##
926    
927  hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`  hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
928  uname -m = `(uname -m) 2>/dev/null || echo unknown`  uname -m = `(uname -m) 2>/dev/null || echo unknown`
# Line 746  hostinfo               = `(hostinfo) 2>/ Line 941  hostinfo               = `(hostinfo) 2>/
941  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
942  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
943    
 PATH = $PATH  
   
944  _ASUNAME  _ASUNAME
945    
946    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
947    for as_dir in $PATH
948    do
949      IFS=$as_save_IFS
950      test -z "$as_dir" && as_dir=.
951      echo "PATH: $as_dir"
952    done
953    
954  } >&5  } >&5
955    
956  cat >&5 <<EOF  cat >&5 <<_ACEOF
957  ## ------------ ##  
958  ## Core tests.  ##  
959  ## ------------ ##  ## ----------- ##
960    ## Core tests. ##
961    ## ----------- ##
962    
963    _ACEOF
964    
 EOF  
965    
966  # Keep a trace of the command line.  # Keep a trace of the command line.
967  # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
968    # Strip out --silent because we don't want to record it for future runs.
969  # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
970    # Make two passes to allow for proper duplicate-argument suppression.
971  ac_configure_args=  ac_configure_args=
972    ac_configure_args0=
973    ac_configure_args1=
974  ac_sep=  ac_sep=
975  for ac_arg  ac_must_keep_next=false
976    for ac_pass in 1 2
977  do  do
978    case $ac_arg in    for ac_arg
979    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    do
980    | --no-cr | --no-c) ;;      case $ac_arg in
981    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
982    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
983    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      | -silent | --silent | --silen | --sile | --sil)
984      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`        continue ;;
985      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
986      ac_sep=" " ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
987    *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"      esac
988       ac_sep=" " ;;      case $ac_pass in
989    esac      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
990    # Get rid of the leading space.      2)
991          ac_configure_args1="$ac_configure_args1 '$ac_arg'"
992          if test $ac_must_keep_next = true; then
993            ac_must_keep_next=false # Got value, back to normal.
994          else
995            case $ac_arg in
996              *=* | --config-cache | -C | -disable-* | --disable-* \
997              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
998              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
999              | -with-* | --with-* | -without-* | --without-* | --x)
1000                case "$ac_configure_args0 " in
1001                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1002                esac
1003                ;;
1004              -* ) ac_must_keep_next=true ;;
1005            esac
1006          fi
1007          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1008          # Get rid of the leading space.
1009          ac_sep=" "
1010          ;;
1011        esac
1012      done
1013  done  done
1014    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1015    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1016    
1017  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
1018  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
1019  # would cause problems or look ugly.  # would cause problems or look ugly.
1020    # WARNING: Be sure not to use single quotes in there, as some shells,
1021    # such as our DU 5.0 friend, will then `close' the trap.
1022  trap 'exit_status=$?  trap 'exit_status=$?
1023    # Save into config.log some information that might help in debugging.    # Save into config.log some information that might help in debugging.
1024    echo >&5    {
1025    echo "## ----------------- ##" >&5      echo
1026    echo "## Cache variables.  ##" >&5  
1027    echo "## ----------------- ##" >&5      cat <<\_ASBOX
1028    echo >&5  ## ---------------- ##
1029    # The following way of writing the cache mishandles newlines in values,  ## Cache variables. ##
1030    ## ---------------- ##
1031    _ASBOX
1032        echo
1033        # The following way of writing the cache mishandles newlines in values,
1034  {  {
1035    (set) 2>&1 |    (set) 2>&1 |
1036      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
# Line 804  trap 'exit_status=$? Line 1044  trap 'exit_status=$?
1044          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1045        ;;        ;;
1046      esac;      esac;
1047  } >&5  }
1048    sed "/^$/d" confdefs.h >conftest.log      echo
1049    if test -s conftest.log; then  
1050      echo >&5      cat <<\_ASBOX
1051      echo "## ------------ ##" >&5  ## ----------------- ##
1052      echo "## confdefs.h.  ##" >&5  ## Output variables. ##
1053      echo "## ------------ ##" >&5  ## ----------------- ##
1054      echo >&5  _ASBOX
1055      cat conftest.log >&5      echo
1056    fi      for ac_var in $ac_subst_vars
1057    (echo; echo) >&5      do
1058    test "$ac_signal" != 0 &&        eval ac_val=$`echo $ac_var`
1059      echo "$as_me: caught signal $ac_signal" >&5        echo "$ac_var='"'"'$ac_val'"'"'"
1060    echo "$as_me: exit $exit_status" >&5      done | sort
1061    rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&      echo
1062    
1063        if test -n "$ac_subst_files"; then
1064          cat <<\_ASBOX
1065    ## ------------- ##
1066    ## Output files. ##
1067    ## ------------- ##
1068    _ASBOX
1069          echo
1070          for ac_var in $ac_subst_files
1071          do
1072            eval ac_val=$`echo $ac_var`
1073            echo "$ac_var='"'"'$ac_val'"'"'"
1074          done | sort
1075          echo
1076        fi
1077    
1078        if test -s confdefs.h; then
1079          cat <<\_ASBOX
1080    ## ----------- ##
1081    ## confdefs.h. ##
1082    ## ----------- ##
1083    _ASBOX
1084          echo
1085          sed "/^$/d" confdefs.h | sort
1086          echo
1087        fi
1088        test "$ac_signal" != 0 &&
1089          echo "$as_me: caught signal $ac_signal"
1090        echo "$as_me: exit $exit_status"
1091      } >&5
1092      rm -f core core.* *.core &&
1093      rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1094      exit $exit_status      exit $exit_status
1095       ' 0       ' 0
1096  for ac_signal in 1 2 13 15; do  for ac_signal in 1 2 13 15; do
# Line 831  rm -rf conftest* confdefs.h Line 1103  rm -rf conftest* confdefs.h
1103  # AIX cpp loses on an empty file, so make sure it contains at least a newline.  # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1104  echo >confdefs.h  echo >confdefs.h
1105    
1106    # Predefined preprocessor variables.
1107    
1108    cat >>confdefs.h <<_ACEOF
1109    #define PACKAGE_NAME "$PACKAGE_NAME"
1110    _ACEOF
1111    
1112    
1113    cat >>confdefs.h <<_ACEOF
1114    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1115    _ACEOF
1116    
1117    
1118    cat >>confdefs.h <<_ACEOF
1119    #define PACKAGE_VERSION "$PACKAGE_VERSION"
1120    _ACEOF
1121    
1122    
1123    cat >>confdefs.h <<_ACEOF
1124    #define PACKAGE_STRING "$PACKAGE_STRING"
1125    _ACEOF
1126    
1127    
1128    cat >>confdefs.h <<_ACEOF
1129    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1130    _ACEOF
1131    
1132    
1133  # Let the site file select an alternate cache file if it wants to.  # Let the site file select an alternate cache file if it wants to.
1134  # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
1135  if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
# Line 842  if test -z "$CONFIG_SITE"; then Line 1141  if test -z "$CONFIG_SITE"; then
1141  fi  fi
1142  for ac_site_file in $CONFIG_SITE; do  for ac_site_file in $CONFIG_SITE; do
1143    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1144      { echo "$as_me:845: loading site script $ac_site_file" >&5      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1145  echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
1146      cat "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1147      . "$ac_site_file"      . "$ac_site_file"
1148    fi    fi
1149  done  done
# Line 853  if test -r "$cache_file"; then Line 1152  if test -r "$cache_file"; then
1152    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1153    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1154    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1155      { echo "$as_me:856: loading cache $cache_file" >&5      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1156  echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
1157      case $cache_file in      case $cache_file in
1158        [\\/]* | ?:[\\/]* ) . $cache_file;;        [\\/]* | ?:[\\/]* ) . $cache_file;;
# Line 861  echo "$as_me: loading cache $cache_file" Line 1160  echo "$as_me: loading cache $cache_file"
1160      esac      esac
1161    fi    fi
1162  else  else
1163    { echo "$as_me:864: creating cache $cache_file" >&5    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1164  echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
1165    >$cache_file    >$cache_file
1166  fi  fi
# Line 877  for ac_var in `(set) 2>&1 | Line 1176  for ac_var in `(set) 2>&1 |
1176    eval ac_new_val="\$ac_env_${ac_var}_value"    eval ac_new_val="\$ac_env_${ac_var}_value"
1177    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1178      set,)      set,)
1179        { echo "$as_me:880: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1180  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1181        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1182      ,set)      ,set)
1183        { echo "$as_me:884: error: \`$ac_var' was not set in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1184  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1185        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1186      ,);;      ,);;
1187      *)      *)
1188        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1189          { echo "$as_me:890: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1190  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1191          { echo "$as_me:892:   former value:  $ac_old_val" >&5          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1192  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1193          { echo "$as_me:894:   current value: $ac_new_val" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1194  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1195          ac_cache_corrupted=:          ac_cache_corrupted=:
1196        fi;;        fi;;
1197    esac    esac
1198    # Pass precious variables to config.status.  It doesn't matter if    # Pass precious variables to config.status.
   # we pass some twice (in addition to the command line arguments).  
1199    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1200      case $ac_new_val in      case $ac_new_val in
1201      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1202        ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`        ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1203        ac_configure_args="$ac_configure_args '$ac_arg'"      *) ac_arg=$ac_var=$ac_new_val ;;
1204        ;;      esac
1205      *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"      case " $ac_configure_args " in
1206         ;;        *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1207          *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1208      esac      esac
1209    fi    fi
1210  done  done
1211  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1212    { echo "$as_me:913: error: changes in the environment can compromise the build" >&5    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1213  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1214    { { echo "$as_me:915: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1215  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1216     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1217  fi  fi
# Line 923  ac_compile='$CC -c $CFLAGS $CPPFLAGS con Line 1222  ac_compile='$CC -c $CFLAGS $CPPFLAGS con
1222  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1223  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1224    
 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in  
   *c*,-n*) ECHO_N= ECHO_C='  
 ' ECHO_T='      ' ;;  
   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;  
   *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;  
 esac  
 echo "#! $SHELL" >conftest.sh  
 echo  "exit 0"   >>conftest.sh  
 chmod +x conftest.sh  
 if { (echo "$as_me:935: PATH=\".;.\"; conftest.sh") >&5  
   (PATH=".;."; conftest.sh) 2>&5  
   ac_status=$?  
   echo "$as_me:938: \$? = $ac_status" >&5  
   (exit $ac_status); }; then  
   ac_path_separator=';'  
 else  
   ac_path_separator=:  
 fi  
 PATH_SEPARATOR="$ac_path_separator"  
 rm -f conftest.sh  
1225    
1226    
1227    
1228    
1229    
1230    
1231    
1232    
1233    
1234    
1235    
1236    
1237    
1238    
1239    
1240    
1241    
1242    
1243    
1244    am__api_version="1.6"
1245  ac_aux_dir=  ac_aux_dir=
1246  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1247    if test -f $ac_dir/install-sh; then    if test -f $ac_dir/install-sh; then
# Line 961  for ac_dir in $srcdir $srcdir/.. $srcdir Line 1259  for ac_dir in $srcdir $srcdir/.. $srcdir
1259    fi    fi
1260  done  done
1261  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
1262    { { echo "$as_me:964: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1263  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1264     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1265  fi  fi
# Line 981  ac_configure="$SHELL $ac_aux_dir/configu Line 1279  ac_configure="$SHELL $ac_aux_dir/configu
1279  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1280  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1281  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
1282  echo "$as_me:984: checking for a BSD compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1283  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1284  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
1285  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
1286    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1287  else  else
1288      ac_save_IFS=$IFS; IFS=$ac_path_separator    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1289    for ac_dir in $PATH; do  for as_dir in $PATH
1290      IFS=$ac_save_IFS  do
1291      # Account for people who put trailing slashes in PATH elements.    IFS=$as_save_IFS
1292      case $ac_dir/ in    test -z "$as_dir" && as_dir=.
1293      / | ./ | .// | /cC/* \    # Account for people who put trailing slashes in PATH elements.
1294      | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \  case $as_dir/ in
1295      | /usr/ucb/* ) ;;    ./ | .// | /cC/* | \
1296      *)    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1297        # OSF1 and SCO ODT 3.0 have their own names for install.    /usr/ucb/* ) ;;
1298        # Don't use installbsd from OSF since it installs stuff as root    *)
1299        # by default.      # OSF1 and SCO ODT 3.0 have their own names for install.
1300        for ac_prog in ginstall scoinst install; do      # Don't use installbsd from OSF since it installs stuff as root
1301          if $as_executable_p "$ac_dir/$ac_prog"; then      # by default.
1302            if test $ac_prog = install &&      for ac_prog in ginstall scoinst install; do
1303              grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then        for ac_exec_ext in '' $ac_executable_extensions; do
1304              # AIX install.  It has an incompatible calling convention.          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1305              :            if test $ac_prog = install &&
1306            elif test $ac_prog = install &&              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1307              grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then              # AIX install.  It has an incompatible calling convention.
1308              # program-specific install script used by HP pwplus--don't use.              :
1309              :            elif test $ac_prog = install &&
1310            else              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1311              ac_cv_path_install="$ac_dir/$ac_prog -c"              # program-specific install script used by HP pwplus--don't use.
1312              break 2              :
1313            fi            else
1314          fi              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1315                break 3
1316              fi
1317            fi
1318        done        done
1319        ;;      done
1320      esac      ;;
1321    done  esac
1322    done
1323    
1324    
1325  fi  fi
1326    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 1030  fi Line 1333  fi
1333      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
1334    fi    fi
1335  fi  fi
1336  echo "$as_me:1033: result: $INSTALL" >&5  echo "$as_me:$LINENO: result: $INSTALL" >&5
1337  echo "${ECHO_T}$INSTALL" >&6  echo "${ECHO_T}$INSTALL" >&6
1338    
1339  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Line 1041  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 1344  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
1344    
1345  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1346    
1347  echo "$as_me:1044: checking whether build environment is sane" >&5  echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1348  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6  echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1349  # Just in case  # Just in case
1350  sleep 1  sleep 1
# Line 1065  if ( Line 1368  if (
1368        # if, for instance, CONFIG_SHELL is bash and it inherits a        # if, for instance, CONFIG_SHELL is bash and it inherits a
1369        # broken ls alias from the environment.  This has actually        # broken ls alias from the environment.  This has actually
1370        # happened.  Such a system could not be considered "sane".        # happened.  Such a system could not be considered "sane".
1371        { { echo "$as_me:1068: error: ls -t appears to fail.  Make sure there is not a broken        { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1372  alias in your environment" >&5  alias in your environment" >&5
1373  echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken  echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1374  alias in your environment" >&2;}  alias in your environment" >&2;}
# Line 1078  then Line 1381  then
1381     # Ok.     # Ok.
1382     :     :
1383  else  else
1384     { { echo "$as_me:1081: error: newly created file is older than distributed files!     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1385  Check your system clock" >&5  Check your system clock" >&5
1386  echo "$as_me: error: newly created file is older than distributed files!  echo "$as_me: error: newly created file is older than distributed files!
1387  Check your system clock" >&2;}  Check your system clock" >&2;}
1388     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1389  fi  fi
1390  echo "$as_me:1087: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
1391  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
1392  test "$program_prefix" != NONE &&  test "$program_prefix" != NONE &&
1393    program_transform_name="s,^,$program_prefix,;$program_transform_name"    program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Line 1099  _ACEOF Line 1402  _ACEOF
1402  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1403  rm conftest.sed  rm conftest.sed
1404    
1405    
1406  # expand $ac_aux_dir to an absolute path  # expand $ac_aux_dir to an absolute path
1407  am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`  am_aux_dir=`cd $ac_aux_dir && pwd`
1408    
1409  test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"  test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1410  # Use eval to expand $SHELL  # Use eval to expand $SHELL
# Line 1108  if eval "$MISSING --run true"; then Line 1412  if eval "$MISSING --run true"; then
1412    am_missing_run="$MISSING --run "    am_missing_run="$MISSING --run "
1413  else  else
1414    am_missing_run=    am_missing_run=
1415    am_backtick='`'    { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1416    { echo "$as_me:1112: WARNING: ${am_backtick}missing' script is too old or missing" >&5  echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}  
1417  fi  fi
1418    
1419  for ac_prog in mawk gawk nawk awk  for ac_prog in gawk mawk nawk awk
1420  do  do
1421    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1422  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
1423  echo "$as_me:1120: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1424  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1425  if test "${ac_cv_prog_AWK+set}" = set; then  if test "${ac_cv_prog_AWK+set}" = set; then
1426    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1125  else Line 1428  else
1428    if test -n "$AWK"; then    if test -n "$AWK"; then
1429    ac_cv_prog_AWK="$AWK" # Let the user override the test.    ac_cv_prog_AWK="$AWK" # Let the user override the test.
1430  else  else
1431    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1432  ac_dummy="$PATH"  for as_dir in $PATH
1433  for ac_dir in $ac_dummy; do  do
1434    IFS=$ac_save_IFS    IFS=$as_save_IFS
1435    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1436    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1437  ac_cv_prog_AWK="$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1438  echo "$as_me:1135: found $ac_dir/$ac_word" >&5      ac_cv_prog_AWK="$ac_prog"
1439  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1440        break 2
1441      fi
1442    done
1443  done  done
1444    
1445  fi  fi
1446  fi  fi
1447  AWK=$ac_cv_prog_AWK  AWK=$ac_cv_prog_AWK
1448  if test -n "$AWK"; then  if test -n "$AWK"; then
1449    echo "$as_me:1143: result: $AWK" >&5    echo "$as_me:$LINENO: result: $AWK" >&5
1450  echo "${ECHO_T}$AWK" >&6  echo "${ECHO_T}$AWK" >&6
1451  else  else
1452    echo "$as_me:1146: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1453  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1454  fi  fi
1455    
1456    test -n "$AWK" && break    test -n "$AWK" && break
1457  done  done
1458    
1459  echo "$as_me:1153: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1460  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1461  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1462  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1463    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1464  else  else
1465    cat >conftest.make <<\EOF    cat >conftest.make <<\_ACEOF
1466  all:  all:
1467          @echo 'ac_maketemp="${MAKE}"'          @echo 'ac_maketemp="$(MAKE)"'
1468  EOF  _ACEOF
1469  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1470  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1471  if test -n "$ac_maketemp"; then  if test -n "$ac_maketemp"; then
# Line 1170  fi Line 1476  fi
1476  rm -f conftest.make  rm -f conftest.make
1477  fi  fi
1478  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1479    echo "$as_me:1173: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
1480  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
1481    SET_MAKE=    SET_MAKE=
1482  else  else
1483    echo "$as_me:1177: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1484  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1485    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
1486  fi  fi
1487    
1488  # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.   # test to see if srcdir already configured
1489  if test "${enable_dependency_tracking+set}" = set; then  if test "`cd $srcdir && pwd`" != "`pwd`" &&
   enableval="$enable_dependency_tracking"  
   
 fi;  
 if test "x$enable_dependency_tracking" != xno; then  
   am_depcomp="$ac_aux_dir/depcomp"  
   AMDEPBACKSLASH='\'  
 fi  
   
 if test "x$enable_dependency_tracking" != xno; then  
   AMDEP_TRUE=  
   AMDEP_FALSE='#'  
 else  
   AMDEP_TRUE='#'  
   AMDEP_FALSE=  
 fi  
   
 rm -f .deps 2>/dev/null  
 mkdir .deps 2>/dev/null  
 if test -d .deps; then  
   DEPDIR=.deps  
 else  
   # MS-DOS does not allow filenames that begin with a dot.  
   DEPDIR=_deps  
 fi  
 rmdir .deps 2>/dev/null  
   
 # test to see if srcdir already configured  
 if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&  
1490     test -f $srcdir/config.status; then     test -f $srcdir/config.status; then
1491    { { echo "$as_me:1213: error: source directory already configured; run \"make distclean\" there first" >&5    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1492  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}  echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1493     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1494  fi  fi
1495    
1496  # Define the identity of the package.  # Define the identity of the package.
1497  PACKAGE=dejagnu   PACKAGE=dejagnu
1498  VERSION=1.4.3   VERSION=1.4.3
1499    
 cat >>confdefs.h <<EOF  
 #define PACKAGE "$PACKAGE"  
 EOF  
1500    
1501  cat >>confdefs.h <<EOF  cat >>confdefs.h <<_ACEOF
1502  #define VERSION "$VERSION"  #define PACKAGE "$PACKAGE"
1503  EOF  _ACEOF
1504    
 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow  
 # the ones we care about.  
1505    
1506  # Autoconf 2.50 always computes EXEEXT.  However we need to be  cat >>confdefs.h <<_ACEOF
1507  # compatible with 2.13, for now.  So we always define EXEEXT, but we  #define VERSION "$VERSION"
1508  # don't compute it.  _ACEOF
   
 # Similar for OBJEXT -- only we only use OBJEXT if the user actually  
 # requests that it be used.  This is a bit dumb.  
 : ${OBJEXT=o}  
1509    
1510  # Some tools Automake needs.  # Some tools Automake needs.
1511    
1512  ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}  ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1513    
1514    
1515  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1516    
1517  AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}  
1518    AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1519    
1520    
1521  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1522    
1523    
1524  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1525    
1526    
1527  AMTAR=${AMTAR-"${am_missing_run}tar"}  AMTAR=${AMTAR-"${am_missing_run}tar"}
1528    
1529  install_sh=${install_sh-"$am_aux_dir/install-sh"}  install_sh=${install_sh-"$am_aux_dir/install-sh"}
1530    
1531    # Installed binaries are usually stripped using `strip' when the user
1532    # run `make install-strip'.  However `strip' might not be the right
1533    # tool to use in cross-compilation environments, therefore Automake
1534    # will honor the `STRIP' environment variable to overrule this program.
1535    if test "$cross_compiling" != no; then
1536      if test -n "$ac_tool_prefix"; then
1537      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1538    set dummy ${ac_tool_prefix}strip; ac_word=$2
1539    echo "$as_me:$LINENO: checking for $ac_word" >&5
1540    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1541    if test "${ac_cv_prog_STRIP+set}" = set; then
1542      echo $ECHO_N "(cached) $ECHO_C" >&6
1543    else
1544      if test -n "$STRIP"; then
1545      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1546    else
1547    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1548    for as_dir in $PATH
1549    do
1550      IFS=$as_save_IFS
1551      test -z "$as_dir" && as_dir=.
1552      for ac_exec_ext in '' $ac_executable_extensions; do
1553      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1554        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1555        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1556        break 2
1557      fi
1558    done
1559    done
1560    
1561    fi
1562    fi
1563    STRIP=$ac_cv_prog_STRIP
1564    if test -n "$STRIP"; then
1565      echo "$as_me:$LINENO: result: $STRIP" >&5
1566    echo "${ECHO_T}$STRIP" >&6
1567    else
1568      echo "$as_me:$LINENO: result: no" >&5
1569    echo "${ECHO_T}no" >&6
1570    fi
1571    
1572    fi
1573    if test -z "$ac_cv_prog_STRIP"; then
1574      ac_ct_STRIP=$STRIP
1575      # Extract the first word of "strip", so it can be a program name with args.
1576    set dummy strip; ac_word=$2
1577    echo "$as_me:$LINENO: checking for $ac_word" >&5
1578    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1579    if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1580      echo $ECHO_N "(cached) $ECHO_C" >&6
1581    else
1582      if test -n "$ac_ct_STRIP"; then
1583      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1584    else
1585    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1586    for as_dir in $PATH
1587    do
1588      IFS=$as_save_IFS
1589      test -z "$as_dir" && as_dir=.
1590      for ac_exec_ext in '' $ac_executable_extensions; do
1591      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1592        ac_cv_prog_ac_ct_STRIP="strip"
1593        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1594        break 2
1595      fi
1596    done
1597    done
1598    
1599      test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1600    fi
1601    fi
1602    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1603    if test -n "$ac_ct_STRIP"; then
1604      echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1605    echo "${ECHO_T}$ac_ct_STRIP" >&6
1606    else
1607      echo "$as_me:$LINENO: result: no" >&5
1608    echo "${ECHO_T}no" >&6
1609    fi
1610    
1611      STRIP=$ac_ct_STRIP
1612    else
1613      STRIP="$ac_cv_prog_STRIP"
1614    fi
1615    
1616    fi
1617  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1618    
1619  # We need awk for the "check" target.  The system "awk" is bad on  # We need awk for the "check" target.  The system "awk" is bad on
1620  # some platforms.  # some platforms.
1621    
1622  echo "$as_me:1262: checking whether to enable maintainer-specific portions of Makefiles" >&5  
1623    
1624    echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1625  echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6  echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1626      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1627  if test "${enable_maintainer_mode+set}" = set; then  if test "${enable_maintainer_mode+set}" = set; then
# Line 1268  if test "${enable_maintainer_mode+set}" Line 1630  if test "${enable_maintainer_mode+set}"
1630  else  else
1631    USE_MAINTAINER_MODE=no    USE_MAINTAINER_MODE=no
1632  fi;  fi;
1633    echo "$as_me:1271: result: $USE_MAINTAINER_MODE" >&5    echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1634  echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6  echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1635    
1636    
1637  if test $USE_MAINTAINER_MODE = yes; then  if test $USE_MAINTAINER_MODE = yes; then
1638    MAINTAINER_MODE_TRUE=    MAINTAINER_MODE_TRUE=
1639    MAINTAINER_MODE_FALSE='#'    MAINTAINER_MODE_FALSE='#'
# Line 1278  else Line 1641  else
1641    MAINTAINER_MODE_TRUE='#'    MAINTAINER_MODE_TRUE='#'
1642    MAINTAINER_MODE_FALSE=    MAINTAINER_MODE_FALSE=
1643  fi  fi
1644    
1645    MAINT=$MAINTAINER_MODE_TRUE    MAINT=$MAINTAINER_MODE_TRUE
1646    
1647  echo "$as_me:1283: checking whether ${MAKE-make} sets \${MAKE}" >&5  
1648  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1649    echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1650  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1651  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1652    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1653  else  else
1654    cat >conftest.make <<\EOF    cat >conftest.make <<\_ACEOF
1655  all:  all:
1656          @echo 'ac_maketemp="${MAKE}"'          @echo 'ac_maketemp="$(MAKE)"'
1657  EOF  _ACEOF
1658  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1659  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1660  if test -n "$ac_maketemp"; then  if test -n "$ac_maketemp"; then
# Line 1300  fi Line 1665  fi
1665  rm -f conftest.make  rm -f conftest.make
1666  fi  fi
1667  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1668    echo "$as_me:1303: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
1669  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
1670    SET_MAKE=    SET_MAKE=
1671  else  else
1672    echo "$as_me:1307: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1673  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1674    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
1675  fi  fi
1676    
1677    
1678  ac_ext=c  ac_ext=c
1679  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
1680  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 1317  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1683  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1683  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1684    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1685  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1686  echo "$as_me:1320: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1687  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1688  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1689    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1325  else Line 1691  else
1691    if test -n "$CC"; then    if test -n "$CC"; then
1692    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1693  else  else
1694    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1695  ac_dummy="$PATH"  for as_dir in $PATH
1696  for ac_dir in $ac_dummy; do  do
1697    IFS=$ac_save_IFS    IFS=$as_save_IFS
1698    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1699    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1700  ac_cv_prog_CC="${ac_tool_prefix}gcc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1701  echo "$as_me:1335: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1702  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1703        break 2
1704      fi
1705    done
1706  done  done
1707    
1708  fi  fi
1709  fi  fi
1710  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1711  if test -n "$CC"; then  if test -n "$CC"; then
1712    echo "$as_me:1343: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1713  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1714  else  else
1715    echo "$as_me:1346: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1716  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1717  fi  fi
1718    
# Line 1352  if test -z "$ac_cv_prog_CC"; then Line 1721  if test -z "$ac_cv_prog_CC"; then
1721    ac_ct_CC=$CC    ac_ct_CC=$CC
1722    # Extract the first word of "gcc", so it can be a program name with args.    # Extract the first word of "gcc", so it can be a program name with args.
1723  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1724  echo "$as_me:1355: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1725  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1726  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1727    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1360  else Line 1729  else
1729    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1730    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1731  else  else
1732    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1733  ac_dummy="$PATH"  for as_dir in $PATH
1734  for ac_dir in $ac_dummy; do  do
1735    IFS=$ac_save_IFS    IFS=$as_save_IFS
1736    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1737    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1738  ac_cv_prog_ac_ct_CC="gcc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1739  echo "$as_me:1370: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="gcc"
1740  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1741        break 2
1742      fi
1743    done
1744  done  done
1745    
1746  fi  fi
1747  fi  fi
1748  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1749  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1750    echo "$as_me:1378: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1751  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1752  else  else
1753    echo "$as_me:1381: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1754  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1755  fi  fi
1756    
# Line 1391  if test -z "$CC"; then Line 1763  if test -z "$CC"; then
1763    if test -n "$ac_tool_prefix"; then    if test -n "$ac_tool_prefix"; then
1764    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1765  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1766  echo "$as_me:1394: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1767  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1769    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1399  else Line 1771  else
1771    if test -n "$CC"; then    if test -n "$CC"; then
1772    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1773  else  else
1774    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1775  ac_dummy="$PATH"  for as_dir in $PATH
1776  for ac_dir in $ac_dummy; do  do
1777    IFS=$ac_save_IFS    IFS=$as_save_IFS
1778    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1779    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1780  ac_cv_prog_CC="${ac_tool_prefix}cc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1781  echo "$as_me:1409: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="${ac_tool_prefix}cc"
1782  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1783        break 2
1784      fi
1785    done
1786  done  done
1787    
1788  fi  fi
1789  fi  fi
1790  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1791  if test -n "$CC"; then  if test -n "$CC"; then
1792    echo "$as_me:1417: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1793  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1794  else  else
1795    echo "$as_me:1420: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1796  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1797  fi  fi
1798    
# Line 1426  if test -z "$ac_cv_prog_CC"; then Line 1801  if test -z "$ac_cv_prog_CC"; then
1801    ac_ct_CC=$CC    ac_ct_CC=$CC
1802    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
1803  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1804  echo "$as_me:1429: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1805  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1806  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1807    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1434  else Line 1809  else
1809    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1810    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1811  else  else
1812    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1813  ac_dummy="$PATH"  for as_dir in $PATH
1814  for ac_dir in $ac_dummy; do  do
1815    IFS=$ac_save_IFS    IFS=$as_save_IFS
1816    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1817    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1818  ac_cv_prog_ac_ct_CC="cc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1819  echo "$as_me:1444: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="cc"
1820  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1821        break 2
1822      fi
1823    done
1824  done  done
1825    
1826  fi  fi
1827  fi  fi
1828  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1829  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1830    echo "$as_me:1452: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1831  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1832  else  else
1833    echo "$as_me:1455: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1834  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1835  fi  fi
1836    
# Line 1465  fi Line 1843  fi
1843  if test -z "$CC"; then  if test -z "$CC"; then
1844    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
1845  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1846  echo "$as_me:1468: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1847  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1848  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1849    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1474  else Line 1852  else
1852    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1853  else  else
1854    ac_prog_rejected=no    ac_prog_rejected=no
1855    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1856  ac_dummy="$PATH"  for as_dir in $PATH
1857  for ac_dir in $ac_dummy; do  do
1858    IFS=$ac_save_IFS    IFS=$as_save_IFS
1859    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1860    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1861  if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1862    ac_prog_rejected=yes      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1863    continue         ac_prog_rejected=yes
1864  fi         continue
1865  ac_cv_prog_CC="cc"       fi
1866  echo "$as_me:1488: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="cc"
1867  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1868        break 2
1869      fi
1870    done
1871  done  done
1872    
1873  if test $ac_prog_rejected = yes; then  if test $ac_prog_rejected = yes; then
# Line 1498  if test $ac_prog_rejected = yes; then Line 1879  if test $ac_prog_rejected = yes; then
1879      # However, it has the same basename, so the bogon will be chosen      # However, it has the same basename, so the bogon will be chosen
1880      # first if we set CC to just the basename; use the full file name.      # first if we set CC to just the basename; use the full file name.
1881      shift      shift
1882      set dummy "$ac_dir/$ac_word" ${1+"$@"}      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
1883    fi    fi
1884  fi  fi
1885  fi  fi
1886  fi  fi
1887  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1888  if test -n "$CC"; then  if test -n "$CC"; then
1889    echo "$as_me:1510: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1890  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1891  else  else
1892    echo "$as_me:1513: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1893  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1894  fi  fi
1895    
# Line 1521  if test -z "$CC"; then Line 1900  if test -z "$CC"; then
1900    do    do
1901      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1902  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1903  echo "$as_me:1524: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1904  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1905  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1906    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1529  else Line 1908  else
1908    if test -n "$CC"; then    if test -n "$CC"; then
1909    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1910  else  else
1911    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1912  ac_dummy="$PATH"  for as_dir in $PATH
1913  for ac_dir in $ac_dummy; do  do
1914    IFS=$ac_save_IFS    IFS=$as_save_IFS
1915    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1916    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1917  ac_cv_prog_CC="$ac_tool_prefix$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1918  echo "$as_me:1539: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1919  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1920        break 2
1921      fi
1922    done
1923  done  done
1924    
1925  fi  fi
1926  fi  fi
1927  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1928  if test -n "$CC"; then  if test -n "$CC"; then
1929    echo "$as_me:1547: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1930  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1931  else  else
1932    echo "$as_me:1550: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1933  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1934  fi  fi
1935    
# Line 1560  if test -z "$CC"; then Line 1942  if test -z "$CC"; then
1942  do  do
1943    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1944  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
1945  echo "$as_me:1563: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1946  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1947  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1948    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1568  else Line 1950  else
1950    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1951    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1952  else  else
1953    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1954  ac_dummy="$PATH"  for as_dir in $PATH
1955  for ac_dir in $ac_dummy; do  do
1956    IFS=$ac_save_IFS    IFS=$as_save_IFS
1957    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1958    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1959  ac_cv_prog_ac_ct_CC="$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1960  echo "$as_me:1578: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="$ac_prog"
1961  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1962        break 2
1963      fi
1964    done
1965  done  done
1966    
1967  fi  fi
1968  fi  fi
1969  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1970  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1971    echo "$as_me:1586: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1972  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1973  else  else
1974    echo "$as_me:1589: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1975  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1976  fi  fi
1977    
# Line 1598  fi Line 1983  fi
1983    
1984  fi  fi
1985    
1986  test -z "$CC" && { { echo "$as_me:1601: error: no acceptable cc found in \$PATH" >&5  
1987  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1988    See \`config.log' for more details." >&5
1989    echo "$as_me: error: no acceptable C compiler found in \$PATH
1990    See \`config.log' for more details." >&2;}
1991     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1992    
1993  # Provide some information about the compiler.  # Provide some information about the compiler.
1994  echo "$as_me:1606:" \  echo "$as_me:$LINENO:" \
1995       "checking for C compiler version" >&5       "checking for C compiler version" >&5
1996  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
1997  { (eval echo "$as_me:1609: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1998    (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
1999    ac_status=$?    ac_status=$?
2000    echo "$as_me:1612: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2001    (exit $ac_status); }    (exit $ac_status); }
2002  { (eval echo "$as_me:1614: \"$ac_compiler -v </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2003    (eval $ac_compiler -v </dev/null >&5) 2>&5    (eval $ac_compiler -v </dev/null >&5) 2>&5
2004    ac_status=$?    ac_status=$?
2005    echo "$as_me:1617: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2006    (exit $ac_status); }    (exit $ac_status); }
2007  { (eval echo "$as_me:1619: \"$ac_compiler -V </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2008    (eval $ac_compiler -V </dev/null >&5) 2>&5    (eval $ac_compiler -V </dev/null >&5) 2>&5
2009    ac_status=$?    ac_status=$?
2010    echo "$as_me:1622: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2011    (exit $ac_status); }    (exit $ac_status); }
2012    
2013  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
2014  #line 1626 "configure"  #line $LINENO "configure"
2015  #include "confdefs.h"  /* confdefs.h.  */
2016    _ACEOF
2017    cat confdefs.h >>conftest.$ac_ext
2018    cat >>conftest.$ac_ext <<_ACEOF
2019    /* end confdefs.h.  */
2020    
2021  int  int
2022  main ()  main ()
# Line 1635  main () Line 2027  main ()
2027  }  }
2028  _ACEOF  _ACEOF
2029  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2030  ac_clean_files="$ac_clean_files a.out a.exe"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
2031  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2032  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2033  # of exeext.  # of exeext.
2034  echo "$as_me:1642: checking for C compiler default output" >&5  echo "$as_me:$LINENO: checking for C compiler default output" >&5
2035  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2036  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2037  if { (eval echo "$as_me:1645: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2038    (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
2039    ac_status=$?    ac_status=$?
2040    echo "$as_me:1648: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2041    (exit $ac_status); }; then    (exit $ac_status); }; then
2042    # Find the output, starting from the most likely.  This scheme is    # Find the output, starting from the most likely.  This scheme is
2043  # not robust to junk in `.', hence go to wildcards (a.*) only as a last  # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2044  # resort.  # resort.
2045  for ac_file in `ls a.exe conftest.exe 2>/dev/null;  
2046                  ls a.out conftest 2>/dev/null;  # Be careful to initialize this variable, since it used to be cached.
2047                  ls a.* conftest.* 2>/dev/null`; do  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2048    ac_cv_exeext=
2049    # b.out is created by i960 compilers.
2050    for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2051    do
2052      test -f "$ac_file" || continue
2053    case $ac_file in    case $ac_file in
2054      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2055      a.out ) # We found the default executable, but exeext='' is most          ;;
2056              # certainly right.      conftest.$ac_ext )
2057              break;;          # This is the source file.
2058      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          ;;
2059            # FIXME: I believe we export ac_cv_exeext for Libtool --akim.      [ab].out )
2060            export ac_cv_exeext          # We found the default executable, but exeext='' is most
2061            break;;          # certainly right.
2062      * ) break;;          break;;
2063        *.* )
2064            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2065            # FIXME: I believe we export ac_cv_exeext for Libtool,
2066            # but it would be cool to find out if it's true.  Does anybody
2067            # maintain Libtool? --akim.
2068            export ac_cv_exeext
2069            break;;
2070        * )
2071            break;;
2072    esac    esac
2073  done  done
2074  else  else
2075    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2076  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2077  { { echo "$as_me:1671: error: C compiler cannot create executables" >&5  
2078  echo "$as_me: error: C compiler cannot create executables" >&2;}  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2079    See \`config.log' for more details." >&5
2080    echo "$as_me: error: C compiler cannot create executables
2081    See \`config.log' for more details." >&2;}
2082     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
2083  fi  fi
2084    
2085  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
2086  echo "$as_me:1677: result: $ac_file" >&5  echo "$as_me:$LINENO: result: $ac_file" >&5
2087  echo "${ECHO_T}$ac_file" >&6  echo "${ECHO_T}$ac_file" >&6
2088    
2089  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
2090  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2091  echo "$as_me:1682: checking whether the C compiler works" >&5  echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2092  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2093  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2094  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
2095  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
2096    if { ac_try='./$ac_file'    if { ac_try='./$ac_file'
2097    { (eval echo "$as_me:1688: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2098    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2099    ac_status=$?    ac_status=$?
2100    echo "$as_me:1691: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2101    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2102      cross_compiling=no      cross_compiling=no
2103    else    else
2104      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
2105          cross_compiling=yes          cross_compiling=yes
2106      else      else
2107          { { echo "$as_me:1698: error: cannot run C compiled programs.          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2108  If you meant to cross compile, use \`--host'." >&5  If you meant to cross compile, use \`--host'.
2109    See \`config.log' for more details." >&5
2110  echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
2111  If you meant to cross compile, use \`--host'." >&2;}  If you meant to cross compile, use \`--host'.
2112    See \`config.log' for more details." >&2;}
2113     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2114      fi      fi
2115    fi    fi
2116  fi  fi
2117  echo "$as_me:1706: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
2118  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
2119    
2120  rm -f a.out a.exe conftest$ac_cv_exeext  rm -f a.out a.exe conftest$ac_cv_exeext b.out
2121  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
2122  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
2123  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
2124  echo "$as_me:1713: checking whether we are cross compiling" >&5  echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2125  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2126  echo "$as_me:1715: result: $cross_compiling" >&5  echo "$as_me:$LINENO: result: $cross_compiling" >&5
2127  echo "${ECHO_T}$cross_compiling" >&6  echo "${ECHO_T}$cross_compiling" >&6
2128    
2129  echo "$as_me:1718: checking for executable suffix" >&5  echo "$as_me:$LINENO: checking for suffix of executables" >&5
2130  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2131  if { (eval echo "$as_me:1720: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2132    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
2133    ac_status=$?    ac_status=$?
2134    echo "$as_me:1723: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2135    (exit $ac_status); }; then    (exit $ac_status); }; then
2136    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2137  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2138  # work properly (i.e., refer to `conftest.exe'), while it won't with  # work properly (i.e., refer to `conftest.exe'), while it won't with
2139  # `rm'.  # `rm'.
2140  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  for ac_file in conftest.exe conftest conftest.*; do
2141      test -f "$ac_file" || continue
2142    case $ac_file in    case $ac_file in
2143      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2144      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2145            export ac_cv_exeext            export ac_cv_exeext
2146            break;;            break;;
# Line 1736  for ac_file in `(ls conftest.exe; ls con Line 2148  for ac_file in `(ls conftest.exe; ls con
2148    esac    esac
2149  done  done
2150  else  else
2151    { { echo "$as_me:1739: error: cannot compute EXEEXT: cannot compile and link" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2152  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}  See \`config.log' for more details." >&5
2153    echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2154    See \`config.log' for more details." >&2;}
2155     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2156  fi  fi
2157    
2158  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
2159  echo "$as_me:1745: result: $ac_cv_exeext" >&5  echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2160  echo "${ECHO_T}$ac_cv_exeext" >&6  echo "${ECHO_T}$ac_cv_exeext" >&6
2161    
2162  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2163  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2164  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2165  echo "$as_me:1751: checking for object suffix" >&5  echo "$as_me:$LINENO: checking for suffix of object files" >&5
2166  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2167  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2168    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2169  else  else
2170    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2171  #line 1757 "configure"  #line $LINENO "configure"
2172  #include "confdefs.h"  /* confdefs.h.  */
2173    _ACEOF
2174    cat confdefs.h >>conftest.$ac_ext
2175    cat >>conftest.$ac_ext <<_ACEOF
2176    /* end confdefs.h.  */
2177    
2178  int  int
2179  main ()  main ()
# Line 1766  main () Line 2184  main ()
2184  }  }
2185  _ACEOF  _ACEOF
2186  rm -f conftest.o conftest.obj  rm -f conftest.o conftest.obj
2187  if { (eval echo "$as_me:1769: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2188    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2189    ac_status=$?    ac_status=$?
2190    echo "$as_me:1772: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2191    (exit $ac_status); }; then    (exit $ac_status); }; then
2192    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2193    case $ac_file in    case $ac_file in
2194      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2195      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2196         break;;         break;;
2197    esac    esac
2198  done  done
2199  else  else
2200    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2201  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2202  { { echo "$as_me:1784: error: cannot compute OBJEXT: cannot compile" >&5  
2203  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2204    See \`config.log' for more details." >&5
2205    echo "$as_me: error: cannot compute suffix of object files: cannot compile
2206    See \`config.log' for more details." >&2;}
2207     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2208  fi  fi
2209    
2210  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
2211  fi  fi
2212  echo "$as_me:1791: result: $ac_cv_objext" >&5  echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2213  echo "${ECHO_T}$ac_cv_objext" >&6  echo "${ECHO_T}$ac_cv_objext" >&6
2214  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2215  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2216  echo "$as_me:1795: checking whether we are using the GNU C compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2217  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2218  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2219    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2220  else  else
2221    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2222  #line 1801 "configure"  #line $LINENO "configure"
2223  #include "confdefs.h"  /* confdefs.h.  */
2224    _ACEOF
2225    cat confdefs.h >>conftest.$ac_ext
2226    cat >>conftest.$ac_ext <<_ACEOF
2227    /* end confdefs.h.  */
2228    
2229  int  int
2230  main ()  main ()
# Line 1813  main () Line 2238  main ()
2238  }  }
2239  _ACEOF  _ACEOF
2240  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2241  if { (eval echo "$as_me:1816: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2242    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2243    ac_status=$?    ac_status=$?
2244    echo "$as_me:1819: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245    (exit $ac_status); } &&    (exit $ac_status); } &&
2246           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2247    { (eval echo "$as_me:1822: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2248    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2249    ac_status=$?    ac_status=$?
2250    echo "$as_me:1825: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2251    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2252    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2253  else  else
2254    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2255  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2256    
2257  ac_compiler_gnu=no  ac_compiler_gnu=no
2258  fi  fi
2259  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2260  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2261    
2262  fi  fi
2263  echo "$as_me:1837: result: $ac_cv_c_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2264  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2265  GCC=`test $ac_compiler_gnu = yes && echo yes`  GCC=`test $ac_compiler_gnu = yes && echo yes`
2266  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2267  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
2268  CFLAGS="-g"  CFLAGS="-g"
2269  echo "$as_me:1843: checking whether $CC accepts -g" >&5  echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2270  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2271  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2272    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2273  else  else
2274    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2275  #line 1849 "configure"  #line $LINENO "configure"
2276  #include "confdefs.h"  /* confdefs.h.  */
2277    _ACEOF
2278    cat confdefs.h >>conftest.$ac_ext
2279    cat >>conftest.$ac_ext <<_ACEOF
2280    /* end confdefs.h.  */
2281    
2282  int  int
2283  main ()  main ()
# Line 1858  main () Line 2288  main ()
2288  }  }
2289  _ACEOF  _ACEOF
2290  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2291  if { (eval echo "$as_me:1861: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2292    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2293    ac_status=$?    ac_status=$?
2294    echo "$as_me:1864: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2295    (exit $ac_status); } &&    (exit $ac_status); } &&
2296           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2297    { (eval echo "$as_me:1867: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2298    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2299    ac_status=$?    ac_status=$?
2300    echo "$as_me:1870: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2301    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2302    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
2303  else  else
2304    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2305  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2306    
2307  ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
2308  fi  fi
2309  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2310  fi  fi
2311  echo "$as_me:1880: result: $ac_cv_prog_cc_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2312  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2313  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2314    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
# Line 1894  else Line 2325  else
2325      CFLAGS=      CFLAGS=
2326    fi    fi
2327  fi  fi
2328    echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2329    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2330    if test "${ac_cv_prog_cc_stdc+set}" = set; then
2331      echo $ECHO_N "(cached) $ECHO_C" >&6
2332    else
2333      ac_cv_prog_cc_stdc=no
2334    ac_save_CC=$CC
2335    cat >conftest.$ac_ext <<_ACEOF
2336    #line $LINENO "configure"
2337    /* confdefs.h.  */
2338    _ACEOF
2339    cat confdefs.h >>conftest.$ac_ext
2340    cat >>conftest.$ac_ext <<_ACEOF
2341    /* end confdefs.h.  */
2342    #include <stdarg.h>
2343    #include <stdio.h>
2344    #include <sys/types.h>
2345    #include <sys/stat.h>
2346    /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2347    struct buf { int x; };
2348    FILE * (*rcsopen) (struct buf *, struct stat *, int);
2349    static char *e (p, i)
2350         char **p;
2351         int i;
2352    {
2353      return p[i];
2354    }
2355    static char *f (char * (*g) (char **, int), char **p, ...)
2356    {
2357      char *s;
2358      va_list v;
2359      va_start (v,p);
2360      s = g (p, va_arg (v,int));
2361      va_end (v);
2362      return s;
2363    }
2364    int test (int i, double x);
2365    struct s1 {int (*f) (int a);};
2366    struct s2 {int (*f) (double a);};
2367    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2368    int argc;
2369    char **argv;
2370    int
2371    main ()
2372    {
2373    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2374      ;
2375      return 0;
2376    }
2377    _ACEOF
2378    # Don't try gcc -ansi; that turns off useful extensions and
2379    # breaks some systems' header files.
2380    # AIX                   -qlanglvl=ansi
2381    # Ultrix and OSF/1      -std1
2382    # HP-UX 10.20 and later -Ae
2383    # HP-UX older versions  -Aa -D_HPUX_SOURCE
2384    # SVR4                  -Xc -D__EXTENSIONS__
2385    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2386    do
2387      CC="$ac_save_CC $ac_arg"
2388      rm -f conftest.$ac_objext
2389    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2390      (eval $ac_compile) 2>&5
2391      ac_status=$?
2392      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2393      (exit $ac_status); } &&
2394             { ac_try='test -s conftest.$ac_objext'
2395      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2396      (eval $ac_try) 2>&5
2397      ac_status=$?
2398      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2399      (exit $ac_status); }; }; then
2400      ac_cv_prog_cc_stdc=$ac_arg
2401    break
2402    else
2403      echo "$as_me: failed program was:" >&5
2404    sed 's/^/| /' conftest.$ac_ext >&5
2405    
2406    fi
2407    rm -f conftest.$ac_objext
2408    done
2409    rm -f conftest.$ac_ext conftest.$ac_objext
2410    CC=$ac_save_CC
2411    
2412    fi
2413    
2414    case "x$ac_cv_prog_cc_stdc" in
2415      x|xno)
2416        echo "$as_me:$LINENO: result: none needed" >&5
2417    echo "${ECHO_T}none needed" >&6 ;;
2418      *)
2419        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2420    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2421        CC="$CC $ac_cv_prog_cc_stdc" ;;
2422    esac
2423    
2424  # Some people use a C++ compiler to compile C.  Since we use `exit',  # Some people use a C++ compiler to compile C.  Since we use `exit',
2425  # in C++ we need to declare it.  In case someone uses the same compiler  # in C++ we need to declare it.  In case someone uses the same compiler
2426  # for both compiling C and C++ we need to have the C++ compiler decide  # for both compiling C and C++ we need to have the C++ compiler decide
# Line 1904  cat >conftest.$ac_ext <<_ACEOF Line 2431  cat >conftest.$ac_ext <<_ACEOF
2431  #endif  #endif
2432  _ACEOF  _ACEOF
2433  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2434  if { (eval echo "$as_me:1907: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2435    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2436    ac_status=$?    ac_status=$?
2437    echo "$as_me:1910: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2438    (exit $ac_status); } &&    (exit $ac_status); } &&
2439           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2440    { (eval echo "$as_me:1913: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2441    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2442    ac_status=$?    ac_status=$?
2443    echo "$as_me:1916: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2444    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2445    for ac_declaration in \    for ac_declaration in \
2446     ''\     ''\
# Line 1925  if { (eval echo "$as_me:1907: \"$ac_comp Line 2452  if { (eval echo "$as_me:1907: \"$ac_comp
2452     'void exit (int);'     'void exit (int);'
2453  do  do
2454    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2455  #line 1928 "configure"  #line $LINENO "configure"
2456  #include "confdefs.h"  /* confdefs.h.  */
2457    _ACEOF
2458    cat confdefs.h >>conftest.$ac_ext
2459    cat >>conftest.$ac_ext <<_ACEOF
2460    /* end confdefs.h.  */
2461  #include <stdlib.h>  #include <stdlib.h>
2462  $ac_declaration  $ac_declaration
2463  int  int
# Line 1938  exit (42); Line 2469  exit (42);
2469  }  }
2470  _ACEOF  _ACEOF
2471  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2472  if { (eval echo "$as_me:1941: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2473    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2474    ac_status=$?    ac_status=$?
2475    echo "$as_me:1944: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476    (exit $ac_status); } &&    (exit $ac_status); } &&
2477           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2478    { (eval echo "$as_me:1947: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2479    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2480    ac_status=$?    ac_status=$?
2481    echo "$as_me:1950: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2483    :    :
2484  else  else
2485    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2486  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2487    
2488  continue  continue
2489  fi  fi
2490  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2491    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2492  #line 1960 "configure"  #line $LINENO "configure"
2493  #include "confdefs.h"  /* confdefs.h.  */
2494    _ACEOF
2495    cat confdefs.h >>conftest.$ac_ext
2496    cat >>conftest.$ac_ext <<_ACEOF
2497    /* end confdefs.h.  */
2498  $ac_declaration  $ac_declaration
2499  int  int
2500  main ()  main ()
# Line 1969  exit (42); Line 2505  exit (42);
2505  }  }
2506  _ACEOF  _ACEOF
2507  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2508  if { (eval echo "$as_me:1972: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2509    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2510    ac_status=$?    ac_status=$?
2511    echo "$as_me:1975: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2512    (exit $ac_status); } &&    (exit $ac_status); } &&
2513           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2514    { (eval echo "$as_me:1978: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2515    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2516    ac_status=$?    ac_status=$?
2517    echo "$as_me:1981: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2518    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2519    break    break
2520  else  else
2521    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2522  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2523    
2524  fi  fi
2525  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2526  done  done
# Line 1996  fi Line 2533  fi
2533    
2534  else  else
2535    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2536  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2537    
2538  fi  fi
2539  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2540  ac_ext=c  ac_ext=c
# Line 2004  ac_cpp='$CPP $CPPFLAGS' Line 2542  ac_cpp='$CPP $CPPFLAGS'
2542  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2543  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2544  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
2545    rm -f .deps 2>/dev/null
2546    mkdir .deps 2>/dev/null
2547    if test -d .deps; then
2548      DEPDIR=.deps
2549    else
2550      # MS-DOS does not allow filenames that begin with a dot.
2551      DEPDIR=_deps
2552    fi
2553    rmdir .deps 2>/dev/null
2554    
2555    
2556              ac_config_commands="$ac_config_commands depfiles"
2557    
 ac_config_commands="$ac_config_commands default-1"  
2558    
2559  am_make=${MAKE-make}  am_make=${MAKE-make}
2560  cat > confinc << 'END'  cat > confinc << 'END'
# Line 2013  doit: Line 2562  doit:
2562          @echo done          @echo done
2563  END  END
2564  # If we don't find an include directive, just comment out the code.  # If we don't find an include directive, just comment out the code.
2565  echo "$as_me:2016: checking for style of include used by $am_make" >&5  echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2566  echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6  echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2567  am__include='#'  am__include="#"
2568  am__quote=  am__quote=
2569  _am_result=none  _am_result=none
2570  # First try GNU make style include.  # First try GNU make style include.
# Line 2035  if test "$am__include" = "#"; then Line 2584  if test "$am__include" = "#"; then
2584     echo '.include "confinc"' > confmf     echo '.include "confinc"' > confmf
2585     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2586        am__include=.include        am__include=.include
2587        am__quote='"'        am__quote="\""
2588        _am_result=BSD        _am_result=BSD
2589     fi     fi
2590  fi  fi
2591    
2592  echo "$as_me:2043: result: $_am_result" >&5  
2593    echo "$as_me:$LINENO: result: $_am_result" >&5
2594  echo "${ECHO_T}$_am_result" >&6  echo "${ECHO_T}$_am_result" >&6
2595  rm -f confinc confmf  rm -f confinc confmf
2596    
2597    # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2598    if test "${enable_dependency_tracking+set}" = set; then
2599      enableval="$enable_dependency_tracking"
2600    
2601    fi;
2602    if test "x$enable_dependency_tracking" != xno; then
2603      am_depcomp="$ac_aux_dir/depcomp"
2604      AMDEPBACKSLASH='\'
2605    fi
2606    
2607    
2608    if test "x$enable_dependency_tracking" != xno; then
2609      AMDEP_TRUE=
2610      AMDEP_FALSE='#'
2611    else
2612      AMDEP_TRUE='#'
2613      AMDEP_FALSE=
2614    fi
2615    
2616    
2617    
2618    
2619  depcc="$CC"   am_compiler_list=  depcc="$CC"   am_compiler_list=
2620    
2621  echo "$as_me:2049: checking dependency style of $depcc" >&5  echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2622  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2623  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2624    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2108  else Line 2680  else
2680  fi  fi
2681    
2682  fi  fi
2683  echo "$as_me:2111: result: $am_cv_CC_dependencies_compiler_type" >&5  echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2684  echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6  echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2685  CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2686    
2687    
2688    
2689  ac_ext=cc  ac_ext=cc
2690  ac_cpp='$CXXCPP $CPPFLAGS'  ac_cpp='$CXXCPP $CPPFLAGS'
# Line 2122  if test -n "$ac_tool_prefix"; then Line 2696  if test -n "$ac_tool_prefix"; then
2696    do    do
2697      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2698  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2699  echo "$as_me:2125: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
2700  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2701  if test "${ac_cv_prog_CXX+set}" = set; then  if test "${ac_cv_prog_CXX+set}" = set; then
2702    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2130  else Line 2704  else
2704    if test -n "$CXX"; then    if test -n "$CXX"; then
2705    ac_cv_prog_CXX="$CXX" # Let the user override the test.    ac_cv_prog_CXX="$CXX" # Let the user override the test.
2706  else  else
2707    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2708  ac_dummy="$PATH"  for as_dir in $PATH
2709  for ac_dir in $ac_dummy; do  do
2710    IFS=$ac_save_IFS    IFS=$as_save_IFS
2711    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
2712    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
2713  ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2714  echo "$as_me:2140: found $ac_dir/$ac_word" >&5      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2715  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2716        break 2
2717      fi
2718    done
2719  done  done
2720    
2721  fi  fi
2722  fi  fi
2723  CXX=$ac_cv_prog_CXX  CXX=$ac_cv_prog_CXX
2724  if test -n "$CXX"; then  if test -n "$CXX"; then
2725    echo "$as_me:2148: result: $CXX" >&5    echo "$as_me:$LINENO: result: $CXX" >&5
2726  echo "${ECHO_T}$CXX" >&6  echo "${ECHO_T}$CXX" >&6
2727  else  else
2728    echo "$as_me:2151: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
2729  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
2730  fi  fi
2731    
# Line 2161  if test -z "$CXX"; then Line 2738  if test -z "$CXX"; then
2738  do  do
2739    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
2740  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2741  echo "$as_me:2164: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
2742  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2743  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2744    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2169  else Line 2746  else
2746    if test -n "$ac_ct_CXX"; then    if test -n "$ac_ct_CXX"; then
2747    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2748  else  else
2749    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2750  ac_dummy="$PATH"  for as_dir in $PATH
2751  for ac_dir in $ac_dummy; do  do
2752    IFS=$ac_save_IFS    IFS=$as_save_IFS
2753    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
2754    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
2755  ac_cv_prog_ac_ct_CXX="$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2756  echo "$as_me:2179: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CXX="$ac_prog"
2757  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2758        break 2
2759      fi
2760    done
2761  done  done
2762    
2763  fi  fi
2764  fi  fi
2765  ac_ct_CXX=$ac_cv_prog_ac_ct_CXX  ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2766  if test -n "$ac_ct_CXX"; then  if test -n "$ac_ct_CXX"; then
2767    echo "$as_me:2187: result: $ac_ct_CXX" >&5    echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2768  echo "${ECHO_T}$ac_ct_CXX" >&6  echo "${ECHO_T}$ac_ct_CXX" >&6
2769  else  else
2770    echo "$as_me:2190: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
2771  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
2772  fi  fi
2773    
# Line 2198  test -n "$ac_ct_CXX" || ac_ct_CXX="g++" Line 2778  test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2778    CXX=$ac_ct_CXX    CXX=$ac_ct_CXX
2779  fi  fi
2780    
2781    
2782  # Provide some information about the compiler.  # Provide some information about the compiler.
2783  echo "$as_me:2202:" \  echo "$as_me:$LINENO:" \
2784       "checking for C++ compiler version" >&5       "checking for C++ compiler version" >&5
2785  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
2786  { (eval echo "$as_me:2205: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2787    (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
2788    ac_status=$?    ac_status=$?
2789    echo "$as_me:2208: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790    (exit $ac_status); }    (exit $ac_status); }
2791  { (eval echo "$as_me:2210: \"$ac_compiler -v </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2792    (eval $ac_compiler -v </dev/null >&5) 2>&5    (eval $ac_compiler -v </dev/null >&5) 2>&5
2793    ac_status=$?    ac_status=$?
2794    echo "$as_me:2213: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2795    (exit $ac_status); }    (exit $ac_status); }
2796  { (eval echo "$as_me:2215: \"$ac_compiler -V </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2797    (eval $ac_compiler -V </dev/null >&5) 2>&5    (eval $ac_compiler -V </dev/null >&5) 2>&5
2798    ac_status=$?    ac_status=$?
2799    echo "$as_me:2218: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2800    (exit $ac_status); }    (exit $ac_status); }
2801    
2802  echo "$as_me:2221: checking whether we are using the GNU C++ compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2803  echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6  echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2804  if test "${ac_cv_cxx_compiler_gnu+set}" = set; then  if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2805    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2806  else  else
2807    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2808  #line 2227 "configure"  #line $LINENO "configure"
2809  #include "confdefs.h"  /* confdefs.h.  */
2810    _ACEOF
2811    cat confdefs.h >>conftest.$ac_ext
2812    cat >>conftest.$ac_ext <<_ACEOF
2813    /* end confdefs.h.  */
2814    
2815  int  int
2816  main ()  main ()
# Line 2239  main () Line 2824  main ()
2824  }  }
2825  _ACEOF  _ACEOF
2826  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2827  if { (eval echo "$as_me:2242: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2828    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2829    ac_status=$?    ac_status=$?
2830    echo "$as_me:2245: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2831    (exit $ac_status); } &&    (exit $ac_status); } &&
2832           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2833    { (eval echo "$as_me:2248: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2834    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2835    ac_status=$?    ac_status=$?
2836    echo "$as_me:2251: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2837    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2838    ac_compiler_gnu=yes    ac_compiler_gnu=yes
2839  else  else
2840    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2841  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2842    
2843  ac_compiler_gnu=no  ac_compiler_gnu=no
2844  fi  fi
2845  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2846  ac_cv_cxx_compiler_gnu=$ac_compiler_gnu  ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2847    
2848  fi  fi
2849  echo "$as_me:2263: result: $ac_cv_cxx_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2850  echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2851  GXX=`test $ac_compiler_gnu = yes && echo yes`  GXX=`test $ac_compiler_gnu = yes && echo yes`
2852  ac_test_CXXFLAGS=${CXXFLAGS+set}  ac_test_CXXFLAGS=${CXXFLAGS+set}
2853  ac_save_CXXFLAGS=$CXXFLAGS  ac_save_CXXFLAGS=$CXXFLAGS
2854  CXXFLAGS="-g"  CXXFLAGS="-g"
2855  echo "$as_me:2269: checking whether $CXX accepts -g" >&5  echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2856  echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2857  if test "${ac_cv_prog_cxx_g+set}" = set; then  if test "${ac_cv_prog_cxx_g+set}" = set; then
2858    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2859  else  else
2860    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2861  #line 2275 "configure"  #line $LINENO "configure"
2862  #include "confdefs.h"  /* confdefs.h.  */
2863    _ACEOF
2864    cat confdefs.h >>conftest.$ac_ext
2865    cat >>conftest.$ac_ext <<_ACEOF
2866    /* end confdefs.h.  */
2867    
2868  int  int
2869  main ()  main ()
# Line 2284  main () Line 2874  main ()
2874  }  }
2875  _ACEOF  _ACEOF
2876  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2877  if { (eval echo "$as_me:2287: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2878    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2879    ac_status=$?    ac_status=$?
2880    echo "$as_me:2290: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2881    (exit $ac_status); } &&    (exit $ac_status); } &&
2882           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2883    { (eval echo "$as_me:2293: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2884    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2885    ac_status=$?    ac_status=$?
2886    echo "$as_me:2296: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2887    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2888    ac_cv_prog_cxx_g=yes    ac_cv_prog_cxx_g=yes
2889  else  else
2890    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2891  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2892    
2893  ac_cv_prog_cxx_g=no  ac_cv_prog_cxx_g=no
2894  fi  fi
2895  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2896  fi  fi
2897  echo "$as_me:2306: result: $ac_cv_prog_cxx_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2898  echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6  echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2899  if test "$ac_test_CXXFLAGS" = set; then  if test "$ac_test_CXXFLAGS" = set; then
2900    CXXFLAGS=$ac_save_CXXFLAGS    CXXFLAGS=$ac_save_CXXFLAGS
# Line 2330  for ac_declaration in \ Line 2921  for ac_declaration in \
2921     'void exit (int);'     'void exit (int);'
2922  do  do
2923    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2924  #line 2333 "configure"  #line $LINENO "configure"
2925  #include "confdefs.h"  /* confdefs.h.  */
2926    _ACEOF
2927    cat confdefs.h >>conftest.$ac_ext
2928    cat >>conftest.$ac_ext <<_ACEOF
2929    /* end confdefs.h.  */
2930  #include <stdlib.h>  #include <stdlib.h>
2931  $ac_declaration  $ac_declaration
2932  int  int
# Line 2343  exit (42); Line 2938  exit (42);
2938  }  }
2939  _ACEOF  _ACEOF
2940  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2941  if { (eval echo "$as_me:2346: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2942    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2943    ac_status=$?    ac_status=$?
2944    echo "$as_me:2349: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2945    (exit $ac_status); } &&    (exit $ac_status); } &&
2946           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2947    { (eval echo "$as_me:2352: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2948    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2949    ac_status=$?    ac_status=$?
2950    echo "$as_me:2355: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2951    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2952    :    :
2953  else  else
2954    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2955  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2956    
2957  continue  continue
2958  fi  fi
2959  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2960    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2961  #line 2365 "configure"  #line $LINENO "configure"
2962  #include "confdefs.h"  /* confdefs.h.  */
2963    _ACEOF
2964    cat confdefs.h >>conftest.$ac_ext
2965    cat >>conftest.$ac_ext <<_ACEOF
2966    /* end confdefs.h.  */
2967  $ac_declaration  $ac_declaration
2968  int  int
2969  main ()  main ()
# Line 2374  exit (42); Line 2974  exit (42);
2974  }  }
2975  _ACEOF  _ACEOF
2976  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2977  if { (eval echo "$as_me:2377: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2978    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2979    ac_status=$?    ac_status=$?
2980    echo "$as_me:2380: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981    (exit $ac_status); } &&    (exit $ac_status); } &&
2982           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2983    { (eval echo "$as_me:2383: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2984    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2985    ac_status=$?    ac_status=$?
2986    echo "$as_me:2386: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2987    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2988    break    break
2989  else  else
2990    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2991  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2992    
2993  fi  fi
2994  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2995  done  done
# Line 2407  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 3008  ac_compiler_gnu=$ac_cv_c_compiler_gnu
3008    
3009  depcc="$CXX"  am_compiler_list=  depcc="$CXX"  am_compiler_list=
3010    
3011  echo "$as_me:2410: checking dependency style of $depcc" >&5  echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3012  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3013  if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then  if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3014    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2469  else Line 3070  else
3070  fi  fi
3071    
3072  fi  fi
3073  echo "$as_me:2472: result: $am_cv_CXX_dependencies_compiler_type" >&5  echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3074  echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6  echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3075  CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type"  CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3076    
3077    
3078  # Find a good install program.  We prefer a C program (faster),  # Find a good install program.  We prefer a C program (faster),
3079  # so one script is as good as another.  But avoid the broken or  # so one script is as good as another.  But avoid the broken or
# Line 2485  CXXDEPMODE="depmode=$am_cv_CXX_dependenc Line 3087  CXXDEPMODE="depmode=$am_cv_CXX_dependenc
3087  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3088  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3089  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
3090  echo "$as_me:2488: checking for a BSD compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3091  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3092  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
3093  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
3094    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3095  else  else
3096      ac_save_IFS=$IFS; IFS=$ac_path_separator    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3097    for ac_dir in $PATH; do  for as_dir in $PATH
3098      IFS=$ac_save_IFS  do
3099      # Account for people who put trailing slashes in PATH elements.    IFS=$as_save_IFS
3100      case $ac_dir/ in    test -z "$as_dir" && as_dir=.
3101      / | ./ | .// | /cC/* \    # Account for people who put trailing slashes in PATH elements.
3102      | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \  case $as_dir/ in
3103      | /usr/ucb/* ) ;;    ./ | .// | /cC/* | \
3104      *)    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3105        # OSF1 and SCO ODT 3.0 have their own names for install.    /usr/ucb/* ) ;;
3106        # Don't use installbsd from OSF since it installs stuff as root    *)
3107        # by default.      # OSF1 and SCO ODT 3.0 have their own names for install.
3108        for ac_prog in ginstall scoinst install; do      # Don't use installbsd from OSF since it installs stuff as root
3109          if $as_executable_p "$ac_dir/$ac_prog"; then      # by default.
3110            if test $ac_prog = install &&      for ac_prog in ginstall scoinst install; do
3111              grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then        for ac_exec_ext in '' $ac_executable_extensions; do
3112              # AIX install.  It has an incompatible calling convention.          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3113              :            if test $ac_prog = install &&
3114            elif test $ac_prog = install &&              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3115              grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then              # AIX install.  It has an incompatible calling convention.
3116              # program-specific install script used by HP pwplus--don't use.              :
3117              :            elif test $ac_prog = install &&
3118            else              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3119              ac_cv_path_install="$ac_dir/$ac_prog -c"              # program-specific install script used by HP pwplus--don't use.
3120              break 2              :
3121            fi            else
3122          fi              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3123                break 3
3124              fi
3125            fi
3126        done        done
3127        ;;      done
3128      esac      ;;
3129    done  esac
3130    done
3131    
3132    
3133  fi  fi
3134    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 2534  fi Line 3141  fi
3141      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
3142    fi    fi
3143  fi  fi
3144  echo "$as_me:2537: result: $INSTALL" >&5  echo "$as_me:$LINENO: result: $INSTALL" >&5
3145  echo "${ECHO_T}$INSTALL" >&6  echo "${ECHO_T}$INSTALL" >&6
3146    
3147  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Line 2545  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 3152  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
3152    
3153  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3154    
3155    
3156    
3157  for ac_prog in 'bison -y' byacc  for ac_prog in 'bison -y' byacc
3158  do  do
3159    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
3160  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
3161  echo "$as_me:2552: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3162  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3163  if test "${ac_cv_prog_YACC+set}" = set; then  if test "${ac_cv_prog_YACC+set}" = set; then
3164    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2557  else Line 3166  else
3166    if test -n "$YACC"; then    if test -n "$YACC"; then
3167    ac_cv_prog_YACC="$YACC" # Let the user override the test.    ac_cv_prog_YACC="$YACC" # Let the user override the test.
3168  else  else
3169    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3170  ac_dummy="$PATH"  for as_dir in $PATH
3171  for ac_dir in $ac_dummy; do  do
3172    IFS=$ac_save_IFS    IFS=$as_save_IFS
3173    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
3174    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
3175  ac_cv_prog_YACC="$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3176  echo "$as_me:2567: found $ac_dir/$ac_word" >&5      ac_cv_prog_YACC="$ac_prog"
3177  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3178        break 2
3179      fi
3180    done
3181  done  done
3182    
3183  fi  fi
3184  fi  fi
3185  YACC=$ac_cv_prog_YACC  YACC=$ac_cv_prog_YACC
3186  if test -n "$YACC"; then  if test -n "$YACC"; then
3187    echo "$as_me:2575: result: $YACC" >&5    echo "$as_me:$LINENO: result: $YACC" >&5
3188  echo "${ECHO_T}$YACC" >&6  echo "${ECHO_T}$YACC" >&6
3189  else  else
3190    echo "$as_me:2578: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3191  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3192  fi  fi
3193    
# Line 2583  fi Line 3195  fi
3195  done  done
3196  test -n "$YACC" || YACC="yacc"  test -n "$YACC" || YACC="yacc"
3197    
3198    
3199    
3200  dirlist=".. ../../ ../../.. ../../../.. ../../../../.. ../../../../../.. ../../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../../../../../../../.."  dirlist=".. ../../ ../../.. ../../../.. ../../../../.. ../../../../../.. ../../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../../../../../../../.."
3201  echo "$as_me:2587: checking for docbook tools" >&5  echo "$as_me:$LINENO: checking for docbook tools" >&5
3202  echo $ECHO_N "checking for docbook tools... $ECHO_C" >&6  echo $ECHO_N "checking for docbook tools... $ECHO_C" >&6
3203    
3204  # Check whether --with-oskith or --without-oskith was given.  # Check whether --with-oskith or --without-oskith was given.
# Line 2600  if test x"${with_docbook}" != x ; then Line 3214  if test x"${with_docbook}" != x ; then
3214    if test -f ${with_docbook}/db2html ; then    if test -f ${with_docbook}/db2html ; then
3215      ac_cv_c_docbook=`(cd ${with_docbook}; pwd)`      ac_cv_c_docbook=`(cd ${with_docbook}; pwd)`
3216    else    else
3217      { { echo "$as_me:2603: error: ${with_docbook} directory doesn't contain SGML tools" >&5      { { echo "$as_me:$LINENO: error: ${with_docbook} directory doesn't contain SGML tools" >&5
3218  echo "$as_me: error: ${with_docbook} directory doesn't contain SGML tools" >&2;}  echo "$as_me: error: ${with_docbook} directory doesn't contain SGML tools" >&2;}
3219     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3220    fi    fi
# Line 2618  if test x"${ac_cv_c_docbook}" = x ; then Line 3232  if test x"${ac_cv_c_docbook}" = x ; then
3232  fi  fi
3233    
3234  if test x"${ac_cv_c_docbook}" = x ; then  if test x"${ac_cv_c_docbook}" = x ; then
3235      echo "$as_me:2621: result: none" >&5      echo "$as_me:$LINENO: result: none" >&5
3236  echo "${ECHO_T}none" >&6  echo "${ECHO_T}none" >&6
3237  else  else
3238      DOCBOOK="${ac_cv_c_docbook}"      DOCBOOK="${ac_cv_c_docbook}"
3239      echo "$as_me:2625: result: ${ac_cv_c_docbook}" >&5      echo "$as_me:$LINENO: result: ${ac_cv_c_docbook}" >&5
3240  echo "${ECHO_T}${ac_cv_c_docbook}" >&6  echo "${ECHO_T}${ac_cv_c_docbook}" >&6
3241  fi  fi
3242    
3243    
3244    
3245    
3246    
3247  dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../ ../  dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../ ../
3248  ../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../..  ../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../..
3249  /../../../../../.."  /../../../../../.."
3250  no_itcl=true  no_itcl=true
3251  echo "$as_me:2633: checking for the tclsh program" >&5  echo "$as_me:$LINENO: checking for the tclsh program" >&5
3252  echo $ECHO_N "checking for the tclsh program... $ECHO_C" >&6  echo $ECHO_N "checking for the tclsh program... $ECHO_C" >&6
3253    
3254  # Check whether --with-tclinclude or --without-tclinclude was given.  # Check whether --with-tclinclude or --without-tclinclude was given.
# Line 2648  if test x"${with_tclinclude}" != x ; the Line 3266  if test x"${with_tclinclude}" != x ; the
3266    elif test -f ${with_tclinclude}/src/tclsh ; then    elif test -f ${with_tclinclude}/src/tclsh ; then
3267      ac_cv_path_tclsh=`(cd ${with_tclinclude}/src; pwd)`      ac_cv_path_tclsh=`(cd ${with_tclinclude}/src; pwd)`
3268    else    else
3269      { { echo "$as_me:2651: error: ${with_tclinclude} directory doesn't contain tclsh" >&5      { { echo "$as_me:$LINENO: error: ${with_tclinclude} directory doesn't contain tclsh" >&5
3270  echo "$as_me: error: ${with_tclinclude} directory doesn't contain tclsh" >&2;}  echo "$as_me: error: ${with_tclinclude} directory doesn't contain tclsh" >&2;}
3271     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3272    fi    fi
# Line 2656  fi Line 3274  fi
3274    
3275  fi  fi
3276    
3277    
3278  if test x"${ac_cv_path_tclsh}" = x ; then  if test x"${ac_cv_path_tclsh}" = x ; then
3279          for i in $dirlist; do          for i in $dirlist; do
3280          if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then          if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then
# Line 2673  if test x"${ac_cv_path_tclsh}" = x ; the Line 3292  if test x"${ac_cv_path_tclsh}" = x ; the
3292  fi  fi
3293    
3294  if test x"${ac_cv_path_tclsh}" = x ; then  if test x"${ac_cv_path_tclsh}" = x ; then
3295     echo "$as_me:2676: result: none" >&5     echo "$as_me:$LINENO: result: none" >&5
3296  echo "${ECHO_T}none" >&6  echo "${ECHO_T}none" >&6
3297     # Extract the first word of "tclsh", so it can be a program name with args.     # Extract the first word of "tclsh", so it can be a program name with args.
3298  set dummy tclsh; ac_word=$2  set dummy tclsh; ac_word=$2
3299  echo "$as_me:2680: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3300  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3301  if test "${ac_cv_path_tclsh+set}" = set; then  if test "${ac_cv_path_tclsh+set}" = set; then
3302    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2687  else Line 3306  else
3306    ac_cv_path_tclsh="$tclsh" # Let the user override the test with a path.    ac_cv_path_tclsh="$tclsh" # Let the user override the test with a path.
3307    ;;    ;;
3308    *)    *)
3309    ac_save_IFS=$IFS; IFS=$ac_path_separator    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3310  ac_dummy="$PATH"  for as_dir in $PATH
3311  for ac_dir in $ac_dummy; do  do
3312    IFS=$ac_save_IFS    IFS=$as_save_IFS
3313    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
3314    if $as_executable_p "$ac_dir/$ac_word"; then    for ac_exec_ext in '' $ac_executable_extensions; do
3315     ac_cv_path_tclsh="$ac_dir/$ac_word"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3316     echo "$as_me:2697: found $ac_dir/$ac_word" >&5      ac_cv_path_tclsh="$as_dir/$ac_word$ac_exec_ext"
3317     break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3318  fi      break 2
3319      fi
3320    done
3321  done  done
3322    
3323    ;;    ;;
# Line 2705  fi Line 3326  fi
3326  tclsh=$ac_cv_path_tclsh  tclsh=$ac_cv_path_tclsh
3327    
3328  if test -n "$tclsh"; then  if test -n "$tclsh"; then
3329    echo "$as_me:2708: result: $tclsh" >&5    echo "$as_me:$LINENO: result: $tclsh" >&5
3330  echo "${ECHO_T}$tclsh" >&6  echo "${ECHO_T}$tclsh" >&6
3331  else  else
3332    echo "$as_me:2711: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3333  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3334  fi  fi
3335    
3336  else  else
3337     echo "$as_me:2716: result: ${ac_cv_path_tclsh}" >&5     echo "$as_me:$LINENO: result: ${ac_cv_path_tclsh}" >&5
3338  echo "${ECHO_T}${ac_cv_path_tclsh}" >&6  echo "${ECHO_T}${ac_cv_path_tclsh}" >&6
3339  fi  fi
3340  TCLSH="${ac_cv_path_tclsh}"  TCLSH="${ac_cv_path_tclsh}"
3341    
3342    
3343    
3344  BOARDS='$(boards)'  BOARDS='$(boards)'
3345    
3346  CONFIG='$(config)'  CONFIG='$(config)'
3347    
3348    
3349    
3350    
3351  subdirs="$subdirs example/calc example/hello"  subdirs="$subdirs example/calc example/hello"
3352    
3353  ac_config_files="$ac_config_files Makefile doc/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/Makefile"  
3354                                                      ac_config_files="$ac_config_files Makefile doc/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/Makefile"
3355  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
3356  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
3357  # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
# Line 2735  cat >confcache <<\_ACEOF Line 3362  cat >confcache <<\_ACEOF
3362  # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
3363  # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
3364  #  #
3365  # `ac_cv_env_foo' variables (set or unset) will be overriden when  # `ac_cv_env_foo' variables (set or unset) will be overridden when
3366  # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
3367  # following values.  # following values.
3368    
# Line 2770  _ACEOF Line 3397  _ACEOF
3397       t end       t end
3398       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3399       : end' >>confcache       : end' >>confcache
3400  if cmp -s $cache_file confcache; then :; else  if diff $cache_file confcache >/dev/null 2>&1; then :; else
3401    if test -w $cache_file; then    if test -w $cache_file; then
3402      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3403      cat confcache >$cache_file      cat confcache >$cache_file
# Line 2806  fi Line 3433  fi
3433  # If the first sed substitution is executed (which looks for macros that  # If the first sed substitution is executed (which looks for macros that
3434  # take arguments), then we branch to the quote section.  Otherwise,  # take arguments), then we branch to the quote section.  Otherwise,
3435  # look for a macro that doesn't take arguments.  # look for a macro that doesn't take arguments.
3436  cat >confdef2opt.sed <<\EOF  cat >confdef2opt.sed <<\_ACEOF
3437  t clear  t clear
3438  : clear  : clear
3439  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
# Line 2820  s,\[,\\&,g Line 3447  s,\[,\\&,g
3447  s,\],\\&,g  s,\],\\&,g
3448  s,\$,$$,g  s,\$,$$,g
3449  p  p
3450  EOF  _ACEOF
3451  # We use echo to avoid assuming a particular line-breaking character.  # We use echo to avoid assuming a particular line-breaking character.
3452  # The extra dot is to prevent the shell from consuming trailing  # The extra dot is to prevent the shell from consuming trailing
3453  # line-breaks from the sub-command output.  A line-break within  # line-breaks from the sub-command output.  A line-break within
# Line 2831  ac_LF_and_DOT=`echo; echo .` Line 3458  ac_LF_and_DOT=`echo; echo .`
3458  DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`  DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
3459  rm -f confdef2opt.sed  rm -f confdef2opt.sed
3460    
3461    
3462    ac_libobjs=
3463    ac_ltlibobjs=
3464    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3465      # 1. Remove the extension, and $U if already installed.
3466      ac_i=`echo "$ac_i" |
3467             sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
3468      # 2. Add them.
3469      ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
3470      ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
3471    done
3472    LIBOBJS=$ac_libobjs
3473    
3474    LTLIBOBJS=$ac_ltlibobjs
3475    
3476    
3477    if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3478      { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
3479    Usually this means the macro was only invoked conditionally." >&5
3480    echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
3481    Usually this means the macro was only invoked conditionally." >&2;}
3482       { (exit 1); exit 1; }; }
3483    fi
3484    if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3485      { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3486    Usually this means the macro was only invoked conditionally." >&5
3487    echo "$as_me: error: conditional \"AMDEP\" was never defined.
3488    Usually this means the macro was only invoked conditionally." >&2;}
3489       { (exit 1); exit 1; }; }
3490    fi
3491    
3492  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
3493  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
3494  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3495  { echo "$as_me:2837: creating $CONFIG_STATUS" >&5  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3496  echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
3497  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF
3498  #! $SHELL  #! $SHELL
3499  # Generated automatically by configure.  # Generated by $as_me.
3500  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
3501  # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
3502  # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
3503    
3504  debug=false  debug=false
3505    ac_cs_recheck=false
3506    ac_cs_silent=false
3507  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
 ac_cs_invocation="\$0 \$@"  
   
3508  _ACEOF  _ACEOF
3509    
3510  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
3511    ## --------------------- ##
3512    ## M4sh Initialization.  ##
3513    ## --------------------- ##
3514    
3515  # Be Bourne compatible  # Be Bourne compatible
3516  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3517    emulate sh    emulate sh
3518    NULLCMD=:    NULLCMD=:
3519      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3520      # is contrary to our usage.  Disable this feature.
3521      alias -g '${1+"$@"}'='"$@"'
3522  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3523    set -o posix    set -o posix
3524  fi  fi
3525    
3526    # Support unset when possible.
3527    if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
3528      as_unset=unset
3529    else
3530      as_unset=false
3531    fi
3532    
3533    
3534    # Work around bugs in pre-3.0 UWIN ksh.
3535    $as_unset ENV MAIL MAILPATH
3536    PS1='$ '
3537    PS2='> '
3538    PS4='+ '
3539    
3540    # NLS nuisances.
3541    for as_var in \
3542      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3543      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3544      LC_TELEPHONE LC_TIME
3545    do
3546      if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
3547        eval $as_var=C; export $as_var
3548      else
3549        $as_unset $as_var
3550      fi
3551    done
3552    
3553    # Required to use basename.
3554    if expr a : '\(a\)' >/dev/null 2>&1; then
3555      as_expr=expr
3556    else
3557      as_expr=false
3558    fi
3559    
3560    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3561      as_basename=basename
3562    else
3563      as_basename=false
3564    fi
3565    
3566    
3567  # Name of the executable.  # Name of the executable.
3568  as_me=`echo "$0" |sed 's,.*[\\/],,'`  as_me=`$as_basename "$0" ||
3569    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3570             X"$0" : 'X\(//\)$' \| \
3571             X"$0" : 'X\(/\)$' \| \
3572             .     : '\(.\)' 2>/dev/null ||
3573    echo X/"$0" |
3574        sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3575              /^X\/\(\/\/\)$/{ s//\1/; q; }
3576              /^X\/\(\/\).*/{ s//\1/; q; }
3577              s/.*/./; q'`
3578    
3579    
3580    # PATH needs CR, and LINENO needs CR and PATH.
3581    # Avoid depending upon Character Ranges.
3582    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3583    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3584    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3585    as_cr_digits='0123456789'
3586    as_cr_alnum=$as_cr_Letters$as_cr_digits
3587    
3588    # The user is always right.
3589    if test "${PATH_SEPARATOR+set}" != set; then
3590      echo "#! /bin/sh" >conf$$.sh
3591      echo  "exit 0"   >>conf$$.sh
3592      chmod +x conf$$.sh
3593      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3594        PATH_SEPARATOR=';'
3595      else
3596        PATH_SEPARATOR=:
3597      fi
3598      rm -f conf$$.sh
3599    fi
3600    
3601    
3602      as_lineno_1=$LINENO
3603      as_lineno_2=$LINENO
3604      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3605      test "x$as_lineno_1" != "x$as_lineno_2" &&
3606      test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3607      # Find who we are.  Look in the path if we contain no path at all
3608      # relative or not.
3609      case $0 in
3610        *[\\/]* ) as_myself=$0 ;;
3611        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3612    for as_dir in $PATH
3613    do
3614      IFS=$as_save_IFS
3615      test -z "$as_dir" && as_dir=.
3616      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3617    done
3618    
3619           ;;
3620      esac
3621      # We did not find ourselves, most probably we were run as `sh COMMAND'
3622      # in which case we are not to be found in the path.
3623      if test "x$as_myself" = x; then
3624        as_myself=$0
3625      fi
3626      if test ! -f "$as_myself"; then
3627        { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3628    echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3629       { (exit 1); exit 1; }; }
3630      fi
3631      case $CONFIG_SHELL in
3632      '')
3633        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3634    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3635    do
3636      IFS=$as_save_IFS
3637      test -z "$as_dir" && as_dir=.
3638      for as_base in sh bash ksh sh5; do
3639             case $as_dir in
3640             /*)
3641               if ("$as_dir/$as_base" -c '
3642      as_lineno_1=$LINENO
3643      as_lineno_2=$LINENO
3644      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3645      test "x$as_lineno_1" != "x$as_lineno_2" &&
3646      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3647                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3648                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3649                 CONFIG_SHELL=$as_dir/$as_base
3650                 export CONFIG_SHELL
3651                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3652               fi;;
3653             esac
3654           done
3655    done
3656    ;;
3657      esac
3658    
3659      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3660      # uniformly replaced by the line number.  The first 'sed' inserts a
3661      # line-number line before each line; the second 'sed' does the real
3662      # work.  The second script uses 'N' to pair each line-number line
3663      # with the numbered line, and appends trailing '-' during
3664      # substitution so that $LINENO is not a special case at line end.
3665      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3666      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3667      sed '=' <$as_myself |
3668        sed '
3669          N
3670          s,$,-,
3671          : loop
3672          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3673          t loop
3674          s,-$,,
3675          s,^['$as_cr_digits']*\n,,
3676        ' >$as_me.lineno &&
3677      chmod +x $as_me.lineno ||
3678        { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3679    echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3680       { (exit 1); exit 1; }; }
3681    
3682      # Don't try to exec as it changes $[0], causing all sort of problems
3683      # (the dirname of $[0] is not the place where we might find the
3684      # original and so on.  Autoconf is especially sensible to this).
3685      . ./$as_me.lineno
3686      # Exit status is that of the last command.
3687      exit
3688    }
3689    
3690    
3691    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3692      *c*,-n*) ECHO_N= ECHO_C='
3693    ' ECHO_T='      ' ;;
3694      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3695      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3696    esac
3697    
3698  if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
3699    as_expr=expr    as_expr=expr
# Line 2885  else Line 3719  else
3719  fi  fi
3720  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
3721    
3722  as_executable_p="test -f"  if mkdir -p . 2>/dev/null; then
3723      as_mkdir_p=:
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  
   as_unset=unset  
3724  else  else
3725    as_unset=false    as_mkdir_p=false
3726  fi  fi
3727    
3728  # NLS nuisances.  as_executable_p="test -f"
3729  $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }  
3730  $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }  # Sed expression to map a string onto a valid CPP name.
3731  $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
3732  $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }  
3733  $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }  # Sed expression to map a string onto a valid variable name.
3734  $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
3735  $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }  
 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }  
3736    
3737  # IFS  # IFS
3738  # We need space, tab and new line, in precisely that order.  # We need space, tab and new line, in precisely that order.
# Line 2911  as_nl=' Line 3741  as_nl='
3741  IFS="   $as_nl"  IFS="   $as_nl"
3742    
3743  # CDPATH.  # CDPATH.
3744  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }  $as_unset CDPATH
3745    
3746  exec 6>&1  exec 6>&1
3747    
3748    # Open the log real soon, to keep \$[0] and so on meaningful, and to
3749    # report actual input values of CONFIG_FILES etc. instead of their
3750    # values after options handling.  Logging --version etc. is OK.
3751    exec 5>>config.log
3752    {
3753      echo
3754      sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3755    ## Running $as_me. ##
3756    _ASBOX
3757    } >&5
3758    cat >&5 <<_CSEOF
3759    
3760    This file was extended by $as_me, which was
3761    generated by GNU Autoconf 2.57.  Invocation command line was
3762    
3763      CONFIG_FILES    = $CONFIG_FILES
3764      CONFIG_HEADERS  = $CONFIG_HEADERS
3765      CONFIG_LINKS    = $CONFIG_LINKS
3766      CONFIG_COMMANDS = $CONFIG_COMMANDS
3767      $ $0 $@
3768    
3769    _CSEOF
3770    echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3771    echo >&5
3772  _ACEOF  _ACEOF
3773    
3774  # Files that config.status was made for.  # Files that config.status was made for.
# Line 2934  if test -n "$ac_config_commands"; then Line 3788  if test -n "$ac_config_commands"; then
3788    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3789  fi  fi
3790    
3791  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
3792    
3793  ac_cs_usage="\  ac_cs_usage="\
3794  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
# Line 2944  Usage: $0 [OPTIONS] [FILE]... Line 3798  Usage: $0 [OPTIONS] [FILE]...
3798    
3799    -h, --help       print this help, then exit    -h, --help       print this help, then exit
3800    -V, --version    print version number, then exit    -V, --version    print version number, then exit
3801      -q, --quiet      do not print progress messages
3802    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
3803        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
3804    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
# Line 2956  Configuration commands: Line 3811  Configuration commands:
3811  $config_commands  $config_commands
3812    
3813  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
3814  EOF  _ACEOF
3815    
3816  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
3817  ac_cs_version="\\  ac_cs_version="\\
3818  config.status  config.status
3819  configured by $0, generated by GNU Autoconf 2.52,  configured by $0, generated by GNU Autoconf 2.57,
3820    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3821    
3822  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Line 2970  This config.status script is free softwa Line 3825  This config.status script is free softwa
3825  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
3826  srcdir=$srcdir  srcdir=$srcdir
3827  INSTALL="$INSTALL"  INSTALL="$INSTALL"
3828  EOF  _ACEOF
3829    
3830  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
3831  # If no file are specified by the user, then we need to provide default  # If no file are specified by the user, then we need to provide default
3832  # value.  By we need to know if files were specified by the user.  # value.  By we need to know if files were specified by the user.
3833  ac_need_defaults=:  ac_need_defaults=:
# Line 2982  do Line 3837  do
3837    --*=*)    --*=*)
3838      ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
3839      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3840      shift      ac_shift=:
3841      set dummy "$ac_option" "$ac_optarg" ${1+"$@"}      ;;
3842      shift    -*)
3843        ac_option=$1
3844        ac_optarg=$2
3845        ac_shift=shift
3846      ;;      ;;
   -*);;  
3847    *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
3848       # arguments.       # arguments.
3849         ac_option=$1
3850       ac_need_defaults=false;;       ac_need_defaults=false;;
3851    esac    esac
3852    
3853    case $1 in    case $ac_option in
3854    # Handling of the options.    # Handling of the options.
3855  EOF  _ACEOF
3856  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<\_ACEOF
3857    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3858      echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"      ac_cs_recheck=: ;;
     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;  
 EOF  
 cat >>$CONFIG_STATUS <<\EOF  
3859    --version | --vers* | -V )    --version | --vers* | -V )
3860      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
3861    --he | --h)    --he | --h)
3862      # Conflict between --help and --header      # Conflict between --help and --header
3863      { { echo "$as_me:3008: error: ambiguous option: $1      { { echo "$as_me:$LINENO: error: ambiguous option: $1
3864  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
3865  echo "$as_me: error: ambiguous option: $1  echo "$as_me: error: ambiguous option: $1
3866  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 3015  Try \`$0 --help' for more information." Line 3870  Try \`$0 --help' for more information."
3870    --debug | --d* | -d )    --debug | --d* | -d )
3871      debug=: ;;      debug=: ;;
3872    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
3873      shift      $ac_shift
3874      CONFIG_FILES="$CONFIG_FILES $1"      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3875      ac_need_defaults=false;;      ac_need_defaults=false;;
3876    --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
3877      shift      $ac_shift
3878      CONFIG_HEADERS="$CONFIG_HEADERS $1"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3879      ac_need_defaults=false;;      ac_need_defaults=false;;
3880      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3881      | -silent | --silent | --silen | --sile | --sil | --si | --s)
3882        ac_cs_silent=: ;;
3883    
3884    # This is an error.    # This is an error.
3885    -*) { { echo "$as_me:3027: error: unrecognized option: $1    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3886  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
3887  echo "$as_me: error: unrecognized option: $1  echo "$as_me: error: unrecognized option: $1
3888  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 3036  Try \`$0 --help' for more information." Line 3894  Try \`$0 --help' for more information."
3894    shift    shift
3895  done  done
3896    
3897  exec 5>>config.log  ac_configure_extra_args=
 cat >&5 << _ACEOF  
3898    
3899  ## ----------------------- ##  if $ac_cs_silent; then
3900  ## Running config.status.  ##    exec 6>/dev/null
3901  ## ----------------------- ##    ac_configure_extra_args="$ac_configure_extra_args --silent"
3902    fi
3903    
3904  This file was extended by $as_me 2.52, executed with  _ACEOF
3905    CONFIG_FILES    = $CONFIG_FILES  cat >>$CONFIG_STATUS <<_ACEOF
3906    CONFIG_HEADERS  = $CONFIG_HEADERS  if \$ac_cs_recheck; then
3907    CONFIG_LINKS    = $CONFIG_LINKS    echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3908    CONFIG_COMMANDS = $CONFIG_COMMANDS    exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3909    > $ac_cs_invocation  fi
 on `(hostname || uname -n) 2>/dev/null | sed 1q`  
3910    
3911  _ACEOF  _ACEOF
 EOF  
3912    
3913  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
3914  #  #
3915  # INIT-COMMANDS section.  # INIT-COMMANDS section.
3916  #  #
3917    
3918  AMDEP_TRUE="$AMDEP_TRUE"  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3919  ac_aux_dir="$ac_aux_dir"  
3920    _ACEOF
3921    
 EOF  
3922    
3923  cat >>$CONFIG_STATUS <<\EOF  
3924    cat >>$CONFIG_STATUS <<\_ACEOF
3925  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
3926  do  do
3927    case "$ac_config_target" in    case "$ac_config_target" in
# Line 3074  do Line 3931  do
3931    "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;    "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
3932    "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;    "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
3933    "testsuite/libdejagnu/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/libdejagnu/Makefile" ;;    "testsuite/libdejagnu/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/libdejagnu/Makefile" ;;
3934    "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;    "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3935    *) { { echo "$as_me:3078: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3936  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3937     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
3938    esac    esac
# Line 3090  if $ac_need_defaults; then Line 3947  if $ac_need_defaults; then
3947    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3948  fi  fi
3949    
3950    # Have a temporary directory for convenience.  Make it in the build tree
3951    # simply because there is no reason to put it here, and in addition,
3952    # creating and moving files from /tmp can sometimes cause problems.
3953  # Create a temporary directory, and hook for its removal unless debugging.  # Create a temporary directory, and hook for its removal unless debugging.
3954  $debug ||  $debug ||
3955  {  {
# Line 3098  $debug || Line 3958  $debug ||
3958  }  }
3959    
3960  # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
3961  : ${TMPDIR=/tmp}  
3962  {  {
3963    tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3964    test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
3965  }  ||  }  ||
3966  {  {
3967    tmp=$TMPDIR/cs$$-$RANDOM    tmp=./confstat$$-$RANDOM
3968    (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
3969  } ||  } ||
3970  {  {
3971     echo "$me: cannot create a temporary directory in $TMPDIR" >&2     echo "$me: cannot create a temporary directory in ." >&2
3972     { (exit 1); exit 1; }     { (exit 1); exit 1; }
3973  }  }
3974    
3975  EOF  _ACEOF
3976    
3977  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
3978    
3979  #  #
3980  # CONFIG_FILES section.  # CONFIG_FILES section.
# Line 3127  if test -n "\$CONFIG_FILES"; then Line 3987  if test -n "\$CONFIG_FILES"; then
3987    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3988     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3989  s,@SHELL@,$SHELL,;t t  s,@SHELL@,$SHELL,;t t
3990    s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3991    s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3992    s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3993    s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3994    s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3995    s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3996  s,@exec_prefix@,$exec_prefix,;t t  s,@exec_prefix@,$exec_prefix,;t t
3997  s,@prefix@,$prefix,;t t  s,@prefix@,$prefix,;t t
3998  s,@program_transform_name@,$program_transform_name,;t t  s,@program_transform_name@,$program_transform_name,;t t
# Line 3142  s,@includedir@,$includedir,;t t Line 4008  s,@includedir@,$includedir,;t t
4008  s,@oldincludedir@,$oldincludedir,;t t  s,@oldincludedir@,$oldincludedir,;t t
4009  s,@infodir@,$infodir,;t t  s,@infodir@,$infodir,;t t
4010  s,@mandir@,$mandir,;t t  s,@mandir@,$mandir,;t t
 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t  
 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t  
 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t  
 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t  
 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t  
4011  s,@build_alias@,$build_alias,;t t  s,@build_alias@,$build_alias,;t t
4012  s,@host_alias@,$host_alias,;t t  s,@host_alias@,$host_alias,;t t
4013  s,@target_alias@,$target_alias,;t t  s,@target_alias@,$target_alias,;t t
4014    s,@DEFS@,$DEFS,;t t
4015  s,@ECHO_C@,$ECHO_C,;t t  s,@ECHO_C@,$ECHO_C,;t t
4016  s,@ECHO_N@,$ECHO_N,;t t  s,@ECHO_N@,$ECHO_N,;t t
4017  s,@ECHO_T@,$ECHO_T,;t t  s,@ECHO_T@,$ECHO_T,;t t
 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t  
 s,@DEFS@,$DEFS,;t t  
4018  s,@LIBS@,$LIBS,;t t  s,@LIBS@,$LIBS,;t t
4019  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
4020  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
4021  s,@INSTALL_DATA@,$INSTALL_DATA,;t t  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
4022  s,@PACKAGE@,$PACKAGE,;t t  s,@PACKAGE@,$PACKAGE,;t t
4023  s,@VERSION@,$VERSION,;t t  s,@VERSION@,$VERSION,;t t
 s,@EXEEXT@,$EXEEXT,;t t  
 s,@OBJEXT@,$OBJEXT,;t t  
4024  s,@ACLOCAL@,$ACLOCAL,;t t  s,@ACLOCAL@,$ACLOCAL,;t t
4025  s,@AUTOCONF@,$AUTOCONF,;t t  s,@AUTOCONF@,$AUTOCONF,;t t
4026  s,@AUTOMAKE@,$AUTOMAKE,;t t  s,@AUTOMAKE@,$AUTOMAKE,;t t
# Line 3170  s,@AUTOHEADER@,$AUTOHEADER,;t t Line 4028  s,@AUTOHEADER@,$AUTOHEADER,;t t
4028  s,@MAKEINFO@,$MAKEINFO,;t t  s,@MAKEINFO@,$MAKEINFO,;t t
4029  s,@AMTAR@,$AMTAR,;t t  s,@AMTAR@,$AMTAR,;t t
4030  s,@install_sh@,$install_sh,;t t  s,@install_sh@,$install_sh,;t t
4031    s,@STRIP@,$STRIP,;t t
4032    s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
4033  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
4034  s,@AWK@,$AWK,;t t  s,@AWK@,$AWK,;t t
4035  s,@SET_MAKE@,$SET_MAKE,;t t  s,@SET_MAKE@,$SET_MAKE,;t t
 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t  
 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t  
 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t  
 s,@DEPDIR@,$DEPDIR,;t t  
4036  s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t  s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
4037  s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t  s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
4038  s,@MAINT@,$MAINT,;t t  s,@MAINT@,$MAINT,;t t
# Line 3185  s,@CFLAGS@,$CFLAGS,;t t Line 4041  s,@CFLAGS@,$CFLAGS,;t t
4041  s,@LDFLAGS@,$LDFLAGS,;t t  s,@LDFLAGS@,$LDFLAGS,;t t
4042  s,@CPPFLAGS@,$CPPFLAGS,;t t  s,@CPPFLAGS@,$CPPFLAGS,;t t
4043  s,@ac_ct_CC@,$ac_ct_CC,;t t  s,@ac_ct_CC@,$ac_ct_CC,;t t
4044    s,@EXEEXT@,$EXEEXT,;t t
4045    s,@OBJEXT@,$OBJEXT,;t t
4046    s,@DEPDIR@,$DEPDIR,;t t
4047  s,@am__include@,$am__include,;t t  s,@am__include@,$am__include,;t t
4048  s,@am__quote@,$am__quote,;t t  s,@am__quote@,$am__quote,;t t
4049    s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
4050    s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
4051    s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
4052  s,@CCDEPMODE@,$CCDEPMODE,;t t  s,@CCDEPMODE@,$CCDEPMODE,;t t
4053  s,@CXX@,$CXX,;t t  s,@CXX@,$CXX,;t t
4054  s,@CXXFLAGS@,$CXXFLAGS,;t t  s,@CXXFLAGS@,$CXXFLAGS,;t t
# Line 3199  s,@TCLSH@,$TCLSH,;t t Line 4061  s,@TCLSH@,$TCLSH,;t t
4061  s,@BOARDS@,$BOARDS,;t t  s,@BOARDS@,$BOARDS,;t t
4062  s,@CONFIG@,$CONFIG,;t t  s,@CONFIG@,$CONFIG,;t t
4063  s,@subdirs@,$subdirs,;t t  s,@subdirs@,$subdirs,;t t
4064    s,@LIBOBJS@,$LIBOBJS,;t t
4065    s,@LTLIBOBJS@,$LTLIBOBJS,;t t
4066  CEOF  CEOF
4067    
4068  EOF  _ACEOF
4069    
4070    cat >>$CONFIG_STATUS <<\EOF    cat >>$CONFIG_STATUS <<\_ACEOF
4071    # Split the substitutions into bite-sized pieces for seds with    # Split the substitutions into bite-sized pieces for seds with
4072    # small command number limits, like on Digital OSF/1 and HP-UX.    # small command number limits, like on Digital OSF/1 and HP-UX.
4073    ac_max_sed_lines=48    ac_max_sed_lines=48
# Line 3242  EOF Line 4106  EOF
4106    fi    fi
4107  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
4108    
4109  EOF  _ACEOF
4110  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
4111  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
4112    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4113    case $ac_file in    case $ac_file in
# Line 3257  for ac_file in : $CONFIG_FILES; do test Line 4121  for ac_file in : $CONFIG_FILES; do test
4121    esac    esac
4122    
4123    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
4124    ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4125    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4126           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
4127           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
4128           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
# Line 3268  echo X"$ac_file" | Line 4133  echo X"$ac_file" |
4133            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
4134            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
4135            s/.*/./; q'`            s/.*/./; q'`
4136    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then    { if $as_mkdir_p; then
4137      { case "$ac_dir" in      mkdir -p "$ac_dir"
   [\\/]* | ?:[\\/]* ) as_incr_dir=;;  
   *)                      as_incr_dir=.;;  
 esac  
 as_dummy="$ac_dir"  
 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do  
   case $as_mkdir_dir in  
     # Skip DOS drivespec  
     ?:) as_incr_dir=$as_mkdir_dir ;;  
     *)  
       as_incr_dir=$as_incr_dir/$as_mkdir_dir  
       test -d "$as_incr_dir" || mkdir "$as_incr_dir"  
     ;;  
   esac  
 done; }  
   
     ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"  
     # A "../" for each directory in $ac_dir_suffix.  
     ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`  
4138    else    else
4139      ac_dir_suffix= ac_dots=      as_dir="$ac_dir"
4140    fi      as_dirs=
4141        while test ! -d "$as_dir"; do
4142    case $srcdir in        as_dirs="$as_dir $as_dirs"
4143    .)  ac_srcdir=.        as_dir=`(dirname "$as_dir") 2>/dev/null ||
4144        if test -z "$ac_dots"; then  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4145           ac_top_srcdir=.           X"$as_dir" : 'X\(//\)[^/]' \| \
4146        else           X"$as_dir" : 'X\(//\)$' \| \
4147           ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`           X"$as_dir" : 'X\(/\)' \| \
4148        fi ;;           .     : '\(.\)' 2>/dev/null ||
4149    [\\/]* | ?:[\\/]* )  echo X"$as_dir" |
4150        ac_srcdir=$srcdir$ac_dir_suffix;      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4151        ac_top_srcdir=$srcdir ;;            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4152              /^X\(\/\/\)$/{ s//\1/; q; }
4153              /^X\(\/\).*/{ s//\1/; q; }
4154              s/.*/./; q'`
4155        done
4156        test ! -n "$as_dirs" || mkdir $as_dirs
4157      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4158    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4159       { (exit 1); exit 1; }; }; }
4160    
4161      ac_builddir=.
4162    
4163    if test "$ac_dir" != .; then
4164      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4165      # A "../" for each directory in $ac_dir_suffix.
4166      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4167    else
4168      ac_dir_suffix= ac_top_builddir=
4169    fi
4170    
4171    case $srcdir in
4172      .)  # No --srcdir option.  We are building in place.
4173        ac_srcdir=.
4174        if test -z "$ac_top_builddir"; then
4175           ac_top_srcdir=.
4176        else
4177           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4178        fi ;;
4179      [\\/]* | ?:[\\/]* )  # Absolute path.
4180        ac_srcdir=$srcdir$ac_dir_suffix;
4181        ac_top_srcdir=$srcdir ;;
4182    *) # Relative path.    *) # Relative path.
4183      ac_srcdir=$ac_dots$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4184      ac_top_srcdir=$ac_dots$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
4185    esac  esac
4186    # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
4187    # absolute.
4188    ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
4189    ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
4190    ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
4191    ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
4192    
4193    
4194    case $INSTALL in    case $INSTALL in
4195    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4196    *) ac_INSTALL=$ac_dots$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
4197    esac    esac
4198    
4199    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
4200      { echo "$as_me:3316: creating $ac_file" >&5      { echo "$as_me:$LINENO: creating $ac_file" >&5
4201  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
4202      rm -f "$ac_file"      rm -f "$ac_file"
4203    fi    fi
4204    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
4205    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
4206    #    /* config.h.  Generated automatically by config.status.  */    #    /* config.h.  Generated by config.status.  */
4207    configure_input="Generated automatically from `echo $ac_file_in |    if test x"$ac_file" = x-; then
4208                                                   sed 's,.*/,,'` by configure."      configure_input=
4209      else
4210        configure_input="$ac_file.  "
4211      fi
4212      configure_input=$configure_input"Generated from `echo $ac_file_in |
4213                                         sed 's,.*/,,'` by configure."
4214    
4215    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
4216    # src tree.    # src tree.
# Line 3331  echo "$as_me: creating $ac_file" >&6;} Line 4220  echo "$as_me: creating $ac_file" >&6;}
4220        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
4221        [\\/$]*)        [\\/$]*)
4222           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
4223           test -f "$f" || { { echo "$as_me:3334: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4224  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
4225     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4226           echo $f;;           echo $f;;
# Line 3344  echo "$as_me: error: cannot find input f Line 4233  echo "$as_me: error: cannot find input f
4233             echo $srcdir/$f             echo $srcdir/$f
4234           else           else
4235             # /dev/null tree             # /dev/null tree
4236             { { echo "$as_me:3347: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4237  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
4238     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4239           fi;;           fi;;
4240        esac        esac
4241      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
4242  EOF  _ACEOF
4243  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
4244    sed "$ac_vpsub    sed "$ac_vpsub
4245  $extrasub  $extrasub
4246  EOF  _ACEOF
4247  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
4248  :t  :t
4249  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4250  s,@configure_input@,$configure_input,;t t  s,@configure_input@,$configure_input,;t t
4251  s,@srcdir@,$ac_srcdir,;t t  s,@srcdir@,$ac_srcdir,;t t
4252    s,@abs_srcdir@,$ac_abs_srcdir,;t t
4253  s,@top_srcdir@,$ac_top_srcdir,;t t  s,@top_srcdir@,$ac_top_srcdir,;t t
4254    s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
4255    s,@builddir@,$ac_builddir,;t t
4256    s,@abs_builddir@,$ac_abs_builddir,;t t
4257    s,@top_builddir@,$ac_top_builddir,;t t
4258    s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
4259  s,@INSTALL@,$ac_INSTALL,;t t  s,@INSTALL@,$ac_INSTALL,;t t
4260  " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out  " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
4261    rm -f $tmp/stdin    rm -f $tmp/stdin
# Line 3372  s,@INSTALL@,$ac_INSTALL,;t t Line 4267  s,@INSTALL@,$ac_INSTALL,;t t
4267    fi    fi
4268    
4269  done  done
4270  EOF  _ACEOF
4271  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
4272    
4273  #  #
4274  # CONFIG_COMMANDS section.  # CONFIG_COMMANDS section.
# Line 3381  cat >>$CONFIG_STATUS <<\EOF Line 4276  cat >>$CONFIG_STATUS <<\EOF
4276  for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue  for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
4277    ac_dest=`echo "$ac_file" | sed 's,:.*,,'`    ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
4278    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
4279      ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
4280    $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4281             X"$ac_dest" : 'X\(//\)[^/]' \| \
4282             X"$ac_dest" : 'X\(//\)$' \| \
4283             X"$ac_dest" : 'X\(/\)' \| \
4284             .     : '\(.\)' 2>/dev/null ||
4285    echo X"$ac_dest" |
4286        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4287              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4288              /^X\(\/\/\)$/{ s//\1/; q; }
4289              /^X\(\/\).*/{ s//\1/; q; }
4290              s/.*/./; q'`
4291      ac_builddir=.
4292    
4293    if test "$ac_dir" != .; then
4294      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4295      # A "../" for each directory in $ac_dir_suffix.
4296      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4297    else
4298      ac_dir_suffix= ac_top_builddir=
4299    fi
4300    
4301    case $srcdir in
4302      .)  # No --srcdir option.  We are building in place.
4303        ac_srcdir=.
4304        if test -z "$ac_top_builddir"; then
4305           ac_top_srcdir=.
4306        else
4307           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4308        fi ;;
4309      [\\/]* | ?:[\\/]* )  # Absolute path.
4310        ac_srcdir=$srcdir$ac_dir_suffix;
4311        ac_top_srcdir=$srcdir ;;
4312      *) # Relative path.
4313        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4314        ac_top_srcdir=$ac_top_builddir$srcdir ;;
4315    esac
4316    # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
4317    # absolute.
4318    ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
4319    ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
4320    ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
4321    ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
4322    
4323    
4324      { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
4325    echo "$as_me: executing $ac_dest commands" >&6;}
4326    case $ac_dest in    case $ac_dest in
4327      default-1 )      depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
4328  test x"$AMDEP_TRUE" != x"" ||    # Strip MF so we end up with the name of the file.
4329  for mf in $CONFIG_FILES; do    mf=`echo "$mf" | sed -e 's/:.*$//'`
4330    case "$mf" in    # Check whether this is an Automake generated Makefile or not.
4331    Makefile) dirpart=.;;    # We used to match only the files named `Makefile.in', but
4332    */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;    # some people rename them; so instead we look at the file content.
4333    *) continue;;    # Grep'ing the first line is not enough: some people post-process
4334    esac    # each Makefile.in and add a new line on top of each file to say so.
4335      # So let's grep whole file.
4336      if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
4337        dirpart=`(dirname "$mf") 2>/dev/null ||
4338    $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4339             X"$mf" : 'X\(//\)[^/]' \| \
4340             X"$mf" : 'X\(//\)$' \| \
4341             X"$mf" : 'X\(/\)' \| \
4342             .     : '\(.\)' 2>/dev/null ||
4343    echo X"$mf" |
4344        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4345              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4346              /^X\(\/\/\)$/{ s//\1/; q; }
4347              /^X\(\/\).*/{ s//\1/; q; }
4348              s/.*/./; q'`
4349      else
4350        continue
4351      fi
4352    grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue    grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
4353    # Extract the definition of DEP_FILES from the Makefile without    # Extract the definition of DEP_FILES from the Makefile without
4354    # running `make'.    # running `make'.
# Line 3415  for mf in $CONFIG_FILES; do Line 4373  for mf in $CONFIG_FILES; do
4373         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4374      # Make sure the directory exists.      # Make sure the directory exists.
4375      test -f "$dirpart/$file" && continue      test -f "$dirpart/$file" && continue
4376      fdir=`echo "$file" | sed -e 's|/[^/]*$||'`      fdir=`(dirname "$file") 2>/dev/null ||
4377      $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4378             X"$file" : 'X\(//\)[^/]' \| \
4379             X"$file" : 'X\(//\)$' \| \
4380             X"$file" : 'X\(/\)' \| \
4381             .     : '\(.\)' 2>/dev/null ||
4382    echo X"$file" |
4383        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4384              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4385              /^X\(\/\/\)$/{ s//\1/; q; }
4386              /^X\(\/\).*/{ s//\1/; q; }
4387              s/.*/./; q'`
4388        { if $as_mkdir_p; then
4389        mkdir -p $dirpart/$fdir
4390      else
4391        as_dir=$dirpart/$fdir
4392        as_dirs=
4393        while test ! -d "$as_dir"; do
4394          as_dirs="$as_dir $as_dirs"
4395          as_dir=`(dirname "$as_dir") 2>/dev/null ||
4396    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4397             X"$as_dir" : 'X\(//\)[^/]' \| \
4398             X"$as_dir" : 'X\(//\)$' \| \
4399             X"$as_dir" : 'X\(/\)' \| \
4400             .     : '\(.\)' 2>/dev/null ||
4401    echo X"$as_dir" |
4402        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4403              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4404              /^X\(\/\/\)$/{ s//\1/; q; }
4405              /^X\(\/\).*/{ s//\1/; q; }
4406              s/.*/./; q'`
4407        done
4408        test ! -n "$as_dirs" || mkdir $as_dirs
4409      fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
4410    echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
4411       { (exit 1); exit 1; }; }; }
4412    
4413      # echo "creating $dirpart/$file"      # echo "creating $dirpart/$file"
4414      echo '# dummy' > "$dirpart/$file"      echo '# dummy' > "$dirpart/$file"
4415    done    done
# Line 3424  done Line 4417  done
4417   ;;   ;;
4418    esac    esac
4419  done  done
4420  EOF  _ACEOF
4421    
4422  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
4423    
4424  { (exit 0); exit 0; }  { (exit 0); exit 0; }
4425  EOF  _ACEOF
4426  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
4427  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
4428    
4429    
4430  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
4431  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
4432  # Unfortunately, on DOS this fails, as config.log is still kept open  # Unfortunately, on DOS this fails, as config.log is still kept open
# Line 3443  ac_clean_files=$ac_clean_files_save Line 4437  ac_clean_files=$ac_clean_files_save
4437  # need to make the FD available again.  # need to make the FD available again.
4438  if test "$no_create" != yes; then  if test "$no_create" != yes; then
4439    ac_cs_success=:    ac_cs_success=:
4440      ac_config_status_args=
4441      test "$silent" = yes &&
4442        ac_config_status_args="$ac_config_status_args --quiet"
4443    exec 5>/dev/null    exec 5>/dev/null
4444    $SHELL $CONFIG_STATUS || ac_cs_success=false    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4445    exec 5>>config.log    exec 5>>config.log
4446    # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4447    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
# Line 3478  if test "$no_recursion" != yes; then Line 4475  if test "$no_recursion" != yes; then
4475        ac_prev=srcdir ;;        ac_prev=srcdir ;;
4476      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4477        ;;        ;;
4478        -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4479          ac_prev=prefix ;;
4480        -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4481          ;;
4482      *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;      *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
4483      esac      esac
4484    done    done
4485    
4486    for ac_subdir in : $subdirs; do test "x$ac_subdir" = x: && continue    # Always prepend --prefix to ensure using the same prefix
4487      # in subdir configurations.
4488      ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
4489    
4490      ac_popdir=`pwd`
4491      for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
4492    
4493      # Do not complain, so a configure script can configure whichever      # Do not complain, so a configure script can configure whichever
4494      # parts of a large source tree are present.      # parts of a large source tree are present.
4495      test -d $srcdir/$ac_subdir || continue      test -d $srcdir/$ac_dir || continue
4496    
4497      { echo "$as_me:3491: configuring in $ac_subdir" >&5      { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
4498  echo "$as_me: configuring in $ac_subdir" >&6;}  echo "$as_me: configuring in $ac_dir" >&6;}
4499      case $srcdir in      { if $as_mkdir_p; then
4500      .) ;;      mkdir -p "$ac_dir"
4501      *) { case "./$ac_subdir" in    else
4502    [\\/]* | ?:[\\/]* ) as_incr_dir=;;      as_dir="$ac_dir"
4503    *)                      as_incr_dir=.;;      as_dirs=
4504        while test ! -d "$as_dir"; do
4505          as_dirs="$as_dir $as_dirs"
4506          as_dir=`(dirname "$as_dir") 2>/dev/null ||
4507    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4508             X"$as_dir" : 'X\(//\)[^/]' \| \
4509             X"$as_dir" : 'X\(//\)$' \| \
4510             X"$as_dir" : 'X\(/\)' \| \
4511             .     : '\(.\)' 2>/dev/null ||
4512    echo X"$as_dir" |
4513        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4514              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4515              /^X\(\/\/\)$/{ s//\1/; q; }
4516              /^X\(\/\).*/{ s//\1/; q; }
4517              s/.*/./; q'`
4518        done
4519        test ! -n "$as_dirs" || mkdir $as_dirs
4520      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4521    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4522       { (exit 1); exit 1; }; }; }
4523    
4524        ac_builddir=.
4525    
4526    if test "$ac_dir" != .; then
4527      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4528      # A "../" for each directory in $ac_dir_suffix.
4529      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4530    else
4531      ac_dir_suffix= ac_top_builddir=
4532    fi
4533    
4534    case $srcdir in
4535      .)  # No --srcdir option.  We are building in place.
4536        ac_srcdir=.
4537        if test -z "$ac_top_builddir"; then
4538           ac_top_srcdir=.
4539        else
4540           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4541        fi ;;
4542      [\\/]* | ?:[\\/]* )  # Absolute path.
4543        ac_srcdir=$srcdir$ac_dir_suffix;
4544        ac_top_srcdir=$srcdir ;;
4545      *) # Relative path.
4546        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4547        ac_top_srcdir=$ac_top_builddir$srcdir ;;
4548  esac  esac
4549  as_dummy="./$ac_subdir"  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
4550  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do  # absolute.
4551    case $as_mkdir_dir in  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
4552      # Skip DOS drivespec  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
4553      ?:) as_incr_dir=$as_mkdir_dir ;;  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
4554      *)  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
       as_incr_dir=$as_incr_dir/$as_mkdir_dir  
       test -d "$as_incr_dir" || mkdir "$as_incr_dir"  
     ;;  
   esac  
 done; }  
4555    
        if test -d ./$ac_subdir; then :;  
        else  
          { { echo "$as_me:3513: error: cannot create \`pwd\`/$ac_subdir" >&5  
 echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}  
    { (exit 1); exit 1; }; }  
        fi  
        ;;  
     esac  
4556    
4557      ac_popdir=`pwd`      cd $ac_dir
     cd $ac_subdir  
   
     # A "../" for each directory in /$ac_subdir.  
     ac_dots=`echo $ac_subdir |  
              sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`  
   
     case $srcdir in  
     .) # No --srcdir option.  We are building in place.  
       ac_sub_srcdir=$srcdir ;;  
     [\\/]* | ?:[\\/]* ) # Absolute path.  
       ac_sub_srcdir=$srcdir/$ac_subdir ;;  
     *) # Relative path.  
       ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;  
     esac  
4558    
4559      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
4560      if test -f $ac_sub_srcdir/configure.gnu; then      if test -f $ac_srcdir/configure.gnu; then
4561        ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'"        ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
4562      elif test -f $ac_sub_srcdir/configure; then      elif test -f $ac_srcdir/configure; then
4563        ac_sub_configure="$SHELL '$ac_sub_srcdir/configure'"        ac_sub_configure="$SHELL '$ac_srcdir/configure'"
4564      elif test -f $ac_sub_srcdir/configure.in; then      elif test -f $ac_srcdir/configure.in; then
4565        ac_sub_configure=$ac_configure        ac_sub_configure=$ac_configure
4566      else      else
4567        { echo "$as_me:3544: WARNING: no configuration information is in $ac_subdir" >&5        { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
4568  echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}  echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
4569        ac_sub_configure=        ac_sub_configure=
4570      fi      fi
4571    
# Line 3552  echo "$as_me: WARNING: no configuration Line 4575  echo "$as_me: WARNING: no configuration
4575        case $cache_file in        case $cache_file in
4576        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4577        *) # Relative path.        *) # Relative path.
4578          ac_sub_cache_file=$ac_dots$cache_file ;;          ac_sub_cache_file=$ac_top_builddir$cache_file ;;
4579        esac        esac
4580    
4581        { echo "$as_me:3558: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5        { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
4582  echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}  echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4583        # The eval makes quoting arguments work.        # The eval makes quoting arguments work.
4584        eval $ac_sub_configure $ac_sub_configure_args \        eval $ac_sub_configure $ac_sub_configure_args \
4585             --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||             --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
4586          { { echo "$as_me:3563: error: $ac_sub_configure failed for $ac_subdir" >&5          { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
4587  echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}  echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
4588     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4589      fi      fi
4590    
# Line 3569  echo "$as_me: error: $ac_sub_configure f Line 4592  echo "$as_me: error: $ac_sub_configure f
4592    done    done
4593  fi  fi
4594    
4595    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26