/[bison]/bison/configure
ViewVC logotype

Diff of /bison/configure

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

revision 1.7.2.52 by akim, Tue Mar 12 15:51:39 2002 UTC revision 1.7.2.53 by akim, Tue Mar 12 16:52:19 2002 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 GNU Autoconf 2.52i for GNU Bison 1.34.  # Generated by GNU Autoconf 2.53a for GNU Bison 1.34a.
4  #  #
5  # Report bugs to <bug-bison@gnu.org>.  # Report bugs to <bug-bison@gnu.org>.
6  #  #
# Line 8  Line 8 
8  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
9  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
10  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   
11  if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
12    as_expr=expr    as_expr=expr
13  else  else
# Line 16  else Line 15  else
15  fi  fi
16    
17    
18    
19  ## --------------------- ##  ## --------------------- ##
20  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
21  ## --------------------- ##  ## --------------------- ##
# Line 256  SHELL=${CONFIG_SHELL-/bin/sh} Line 256  SHELL=${CONFIG_SHELL-/bin/sh}
256  # Identity of this package.  # Identity of this package.
257  PACKAGE_NAME='GNU Bison'  PACKAGE_NAME='GNU Bison'
258  PACKAGE_TARNAME='bison'  PACKAGE_TARNAME='bison'
259  PACKAGE_VERSION='1.34'  PACKAGE_VERSION='1.34a'
260  PACKAGE_STRING='GNU Bison 1.34'  PACKAGE_STRING='GNU Bison 1.34a'
261  PACKAGE_BUGREPORT='bug-bison@gnu.org'  PACKAGE_BUGREPORT='bug-bison@gnu.org'
262    
263  # Factoring default headers for most tests.  # Factoring default headers for most tests.
# Line 647  do Line 647  do
647    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
648    case $ac_val in    case $ac_val in
649      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
650      *)  { 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
651     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
652    esac    esac
653  done  done
# Line 659  do Line 659  do
659    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
660    case $ac_val in    case $ac_val in
661      [\\/$]* | ?:[\\/]* ) ;;      [\\/$]* | ?:[\\/]* ) ;;
662      *)  { 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
663     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
664    esac    esac
665  done  done
666    
667  # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
668  # used to hold the argument of --host etc.  # used to hold the argument of --host etc.
669    # FIXME: To remove some day.
670  build=$build_alias  build=$build_alias
671  host=$host_alias  host=$host_alias
672  target=$target_alias  target=$target_alias
673    
674  # FIXME: should be removed in autoconf 3.0.  # FIXME: To remove some day.
675  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
676    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
677      cross_compiling=maybe      cross_compiling=maybe
# Line 760  if test "$ac_init_help" = "long"; then Line 761  if test "$ac_init_help" = "long"; then
761    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
762    # 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.
763    cat <<_ACEOF    cat <<_ACEOF
764  \`configure' configures GNU Bison 1.34 to adapt to many kinds of systems.  \`configure' configures GNU Bison 1.34a to adapt to many kinds of systems.
765    
766  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
767    
# Line 820  Program names: Line 821  Program names:
821    
822  System types:  System types:
823    --build=BUILD     configure for building on BUILD [guessed]    --build=BUILD     configure for building on BUILD [guessed]
824    --host=HOST       build programs to run on HOST [BUILD]    --host=HOST       cross-compile to build programs to run on HOST [BUILD]
825  _ACEOF  _ACEOF
826  fi  fi
827    
828  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
829    case $ac_init_help in    case $ac_init_help in
830       short | recursive ) echo "Configuration of GNU Bison 1.34:";;       short | recursive ) echo "Configuration of GNU Bison 1.34a:";;
831     esac     esac
832    cat <<\_ACEOF    cat <<\_ACEOF
833    
# Line 921  fi Line 922  fi
922  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
923  if $ac_init_version; then  if $ac_init_version; then
924    cat <<\_ACEOF    cat <<\_ACEOF
925  GNU Bison configure 1.34  GNU Bison configure 1.34a
926  generated by GNU Autoconf 2.52i  generated by GNU Autoconf 2.53a
927    
928  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
929  Free Software Foundation, Inc.  Free Software Foundation, Inc.
# Line 936  cat >&5 <<_ACEOF Line 937  cat >&5 <<_ACEOF
937  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
938  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
939    
940  It was created by GNU Bison $as_me 1.34, which was  It was created by GNU Bison $as_me 1.34a, which was
941  generated by GNU Autoconf 2.52i.  Invocation command line was  generated by GNU Autoconf 2.53a.  Invocation command line was
942    
943    $ $0 $@    $ $0 $@
944    
# Line 1253  am__api_version="1.5c" Line 1254  am__api_version="1.5c"
1254  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1255  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1256  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
1257  echo "$as_me:$LINENO: checking for a BSD compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1258  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1259  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
1260  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
1261    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1469  fi Line 1470  fi
1470    
1471  # Define the identity of the package.  # Define the identity of the package.
1472   PACKAGE=bison   PACKAGE=bison
1473   VERSION=1.34   VERSION=1.34a
1474    
1475    
1476  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 1925  fi Line 1926  fi
1926  fi  fi
1927    
1928    
1929  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
1930  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}  echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
1931     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1932    
1933  # Provide some information about the compiler.  # Provide some information about the compiler.
# Line 2052  echo $ECHO_N "checking whether we are cr Line 2053  echo $ECHO_N "checking whether we are cr
2053  echo "$as_me:$LINENO: result: $cross_compiling" >&5  echo "$as_me:$LINENO: result: $cross_compiling" >&5
2054  echo "${ECHO_T}$cross_compiling" >&6  echo "${ECHO_T}$cross_compiling" >&6
2055    
2056  echo "$as_me:$LINENO: checking for executable suffix" >&5  echo "$as_me:$LINENO: checking for suffix of executables" >&5
2057  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2058  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2059    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
2060    ac_status=$?    ac_status=$?
# Line 2073  for ac_file in `(ls conftest.exe; ls con Line 2074  for ac_file in `(ls conftest.exe; ls con
2074    esac    esac
2075  done  done
2076  else  else
2077    { { echo "$as_me:$LINENO: error: cannot compute EXEEXT: cannot compile and link" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
2078  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
2079     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2080  fi  fi
2081    
# Line 2085  echo "${ECHO_T}$ac_cv_exeext" >&6 Line 2086  echo "${ECHO_T}$ac_cv_exeext" >&6
2086  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
2087  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
2088  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
2089  echo "$as_me:$LINENO: checking for object suffix" >&5  echo "$as_me:$LINENO: checking for suffix of object files" >&5
2090  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2091  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
2092    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2093  else  else
# Line 2124  done Line 2125  done
2125  else  else
2126    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2127  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
2128  { { echo "$as_me:$LINENO: error: cannot compute OBJEXT: cannot compile" >&5  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
2129  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}  echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
2130     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2131  fi  fi
2132    
# Line 2996  echo "$as_me: WARNING: minix/config.h: a Line 2997  echo "$as_me: WARNING: minix/config.h: a
2997      { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
2998  echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};;
2999    no:yes )    no:yes )
3000      { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
3001  echo "$as_me: WARNING: minix/config.h: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
3002      { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
3003  echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
3004      { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
# Line 4143  echo "$as_me: WARNING: $ac_header: accep Line 4144  echo "$as_me: WARNING: $ac_header: accep
4144      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4145  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4146    no:yes )    no:yes )
4147      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4148  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4149      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4150  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4151      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 4669  echo "$as_me: WARNING: $ac_header: accep Line 4670  echo "$as_me: WARNING: $ac_header: accep
4670      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4671  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4672    no:yes )    no:yes )
4673      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4674  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4675      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4676  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4677      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 6059  echo "$as_me: WARNING: $ac_header: accep Line 6060  echo "$as_me: WARNING: $ac_header: accep
6060      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6061  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
6062    no:yes )    no:yes )
6063      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6064  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6065      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6066  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6067      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 6374  echo "$as_me: WARNING: $ac_header: accep Line 6375  echo "$as_me: WARNING: $ac_header: accep
6375      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6376  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
6377    no:yes )    no:yes )
6378      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6379  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6380      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6381  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6382      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 6703  echo "$as_me: WARNING: $ac_header: accep Line 6704  echo "$as_me: WARNING: $ac_header: accep
6704      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6705  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
6706    no:yes )    no:yes )
6707      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6708  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6709      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6710  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6711      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 7312  test -z "$ac_cv_build_alias" && Line 7313  test -z "$ac_cv_build_alias" &&
7313  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
7314     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
7315  ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
7316    { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed." >&5    { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
7317  echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}  echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
7318     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
7319    
7320  fi  fi
# Line 7551  echo "$as_me: WARNING: $ac_header: accep Line 7552  echo "$as_me: WARNING: $ac_header: accep
7552      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7553  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7554    no:yes )    no:yes )
7555      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7556  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7557      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7558  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7559      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 7958  echo "$as_me: WARNING: $ac_header: accep Line 7959  echo "$as_me: WARNING: $ac_header: accep
7959      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7960  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7961    no:yes )    no:yes )
7962      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7963  echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7964      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7965  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7966      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
# Line 8510  echo "$as_me: WARNING: libintl.h: accept Line 8511  echo "$as_me: WARNING: libintl.h: accept
8511      { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8512  echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};;  echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};;
8513    no:yes )    no:yes )
8514      { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled." >&5      { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8515  echo "$as_me: WARNING: libintl.h: present but cannot be compiled." >&2;}  echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
8516      { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8517  echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8518      { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
# Line 9472  _ASBOX Line 9473  _ASBOX
9473  } >&5  } >&5
9474  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
9475    
9476  This file was extended by GNU Bison $as_me 1.34, which was  This file was extended by GNU Bison $as_me 1.34a, which was
9477  generated by GNU Autoconf 2.52i.  Invocation command line was  generated by GNU Autoconf 2.53a.  Invocation command line was
9478    
9479    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
9480    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 9534  _ACEOF Line 9535  _ACEOF
9535    
9536  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
9537  ac_cs_version="\\  ac_cs_version="\\
9538  GNU Bison config.status 1.34  GNU Bison config.status 1.34a
9539  configured by $0, generated by GNU Autoconf 2.52i,  configured by $0, generated by GNU Autoconf 2.53a,
9540    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9541    
9542  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001

Legend:
Removed from v.1.7.2.52  
changed lines
  Added in v.1.7.2.53

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