/[bison]/bison/configure
ViewVC logotype

Diff of /bison/configure

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

revision 1.7.2.48 by akim, Fri Jan 25 11:29:29 2002 UTC revision 1.7.2.49 by akim, Thu Feb 7 17:39:55 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.52g for GNU Bison 1.32a.  # Generated by GNU Autoconf 2.52h for GNU Bison 1.33.
4  #  #
5  # Report bugs to <bug-bison@gnu.org>.  # Report bugs to <bug-bison@gnu.org>.
6  #  #
7  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
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.
# Line 84  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 84  as_cr_alnum=$as_cr_Letters$as_cr_digits
84    
85  # The user is always right.  # The user is always right.
86  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
87    echo "#! $SHELL" >conftest.sh    echo "#! /bin/sh" >conftest.sh
88    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conftest.sh
89    chmod +x conftest.sh    chmod +x conftest.sh
90    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
# Line 127  done Line 127  done
127    case $CONFIG_SHELL in    case $CONFIG_SHELL in
128    '')    '')
129      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
130  for as_dir in /bin:/usr/bin:$PATH  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
131  do  do
132    IFS=$as_save_IFS    IFS=$as_save_IFS
133    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
# 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.32a'  PACKAGE_VERSION='1.33'
260  PACKAGE_STRING='GNU Bison 1.32a'  PACKAGE_STRING='GNU Bison 1.33'
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 468  do Line 468  do
468      with_fp=no ;;      with_fp=no ;;
469    
470    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
471    | --no-cr | --no-c)    | --no-cr | --no-c | -n)
472      no_create=yes ;;      no_create=yes ;;
473    
474    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 760  if test "$ac_init_help" = "long"; then Line 760  if test "$ac_init_help" = "long"; then
760    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
761    # 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.
762    cat <<_ACEOF    cat <<_ACEOF
763  \`configure' configures GNU Bison 1.32a to adapt to many kinds of systems.  \`configure' configures GNU Bison 1.33 to adapt to many kinds of systems.
764    
765  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
766    
# Line 826  fi Line 826  fi
826    
827  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
828    case $ac_init_help in    case $ac_init_help in
829       short | recursive ) echo "Configuration of GNU Bison 1.32a:";;       short | recursive ) echo "Configuration of GNU Bison 1.33:";;
830     esac     esac
831    cat <<\_ACEOF    cat <<\_ACEOF
832    
# Line 921  fi Line 921  fi
921  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
922  if $ac_init_version; then  if $ac_init_version; then
923    cat <<\_ACEOF    cat <<\_ACEOF
924  GNU Bison configure 1.32a  GNU Bison configure 1.33
925  generated by GNU Autoconf 2.52g  generated by GNU Autoconf 2.52h
926    
927  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
928  Free Software Foundation, Inc.  Free Software Foundation, Inc.
929  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
930  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
# Line 936  cat >&5 <<_ACEOF Line 936  cat >&5 <<_ACEOF
936  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
937  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
938    
939  It was created by GNU Bison $as_me 1.32a, which was  It was created by GNU Bison $as_me 1.33, which was
940  generated by GNU Autoconf 2.52g.  Invocation command line was  generated by GNU Autoconf 2.52h.  Invocation command line was
941    
942    $ $0 $@    $ $0 $@
943    
# Line 996  for ac_arg Line 996  for ac_arg
996  do  do
997    case $ac_arg in    case $ac_arg in
998    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
999    | --no-cr | --no-c) continue ;;    | --no-cr | --no-c | -n ) continue ;;
1000    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1001    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1002      continue ;;      continue ;;
# Line 1469  fi Line 1469  fi
1469    
1470  # Define the identity of the package.  # Define the identity of the package.
1471   PACKAGE=bison   PACKAGE=bison
1472   VERSION=1.32a   VERSION=1.33
1473    
1474    
1475  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 9310  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 9310  as_cr_alnum=$as_cr_Letters$as_cr_digits
9310    
9311  # The user is always right.  # The user is always right.
9312  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
9313    echo "#! $SHELL" >conftest.sh    echo "#! /bin/sh" >conftest.sh
9314    echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conftest.sh
9315    chmod +x conftest.sh    chmod +x conftest.sh
9316    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
# Line 9354  echo "$as_me: error: cannot find myself; Line 9354  echo "$as_me: error: cannot find myself;
9354    case $CONFIG_SHELL in    case $CONFIG_SHELL in
9355    '')    '')
9356      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9357  for as_dir in /bin:/usr/bin:$PATH  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9358  do  do
9359    IFS=$as_save_IFS    IFS=$as_save_IFS
9360    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
# Line 9472  _ASBOX Line 9472  _ASBOX
9472  } >&5  } >&5
9473  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
9474    
9475  This file was extended by GNU Bison $as_me 1.32a, which was  This file was extended by GNU Bison $as_me 1.33, which was
9476  generated by GNU Autoconf 2.52g.  Invocation command line was  generated by GNU Autoconf 2.52h.  Invocation command line was
9477    
9478    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
9479    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 9534  _ACEOF Line 9534  _ACEOF
9534    
9535  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
9536  ac_cs_version="\\  ac_cs_version="\\
9537  GNU Bison config.status 1.32a  GNU Bison config.status 1.33
9538  configured by $0, generated by GNU Autoconf 2.52g,  configured by $0, generated by GNU Autoconf 2.52h,
9539    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9540    
9541  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.48  
changed lines
  Added in v.1.7.2.49

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