/[bison]/bison/configure
ViewVC logotype

Diff of /bison/configure

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

revision 1.7.2.47 by akim, Wed Jan 23 13:27:45 2002 UTC revision 1.7.2.48 by akim, Fri Jan 25 11:29:29 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.32.  # Generated by GNU Autoconf 2.52g for GNU Bison 1.32a.
4  #  #
5  # Report bugs to <bug-bison@gnu.org>.  # Report bugs to <bug-bison@gnu.org>.
6  #  #
# 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.32'  PACKAGE_VERSION='1.32a'
260  PACKAGE_STRING='GNU Bison 1.32'  PACKAGE_STRING='GNU Bison 1.32a'
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 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.32 to adapt to many kinds of systems.  \`configure' configures GNU Bison 1.32a 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.32:";;       short | recursive ) echo "Configuration of GNU Bison 1.32a:";;
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.32  GNU Bison configure 1.32a
925  generated by GNU Autoconf 2.52g  generated by GNU Autoconf 2.52g
926    
927  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# 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.32, which was  It was created by GNU Bison $as_me 1.32a, which was
940  generated by GNU Autoconf 2.52g.  Invocation command line was  generated by GNU Autoconf 2.52g.  Invocation command line was
941    
942    $ $0 $@    $ $0 $@
# Line 1459  echo "${ECHO_T}no" >&6 Line 1459  echo "${ECHO_T}no" >&6
1459    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
1460  fi  fi
1461    
 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.  
 if test "${enable_dependency_tracking+set}" = set; then  
   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  
   
   
1462   # test to see if srcdir already configured   # test to see if srcdir already configured
1463  if test "`cd $srcdir && pwd`" != "`pwd`" &&  if test "`cd $srcdir && pwd`" != "`pwd`" &&
1464     test -f $srcdir/config.status; then     test -f $srcdir/config.status; then
# Line 1501  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.32   VERSION=1.32a
1473    
1474    
1475  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 1534  AMTAR=${AMTAR-"${am_missing_run}tar"} Line 1502  AMTAR=${AMTAR-"${am_missing_run}tar"}
1502    
1503  install_sh=${install_sh-"$am_aux_dir/install-sh"}  install_sh=${install_sh-"$am_aux_dir/install-sh"}
1504    
1505    # Installed binaries are usually stripped using `strip' when the user
1506    # run `make install-strip'.  However `strip' might not be the right
1507    # tool to use in cross-compilation environments, therefore Automake
1508    # will honor the `STRIP' environment variable to overrule this program.
1509    if test "$cross_compiling" != no; then
1510      if test -n "$ac_tool_prefix"; then
1511      # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1512    set dummy ${ac_tool_prefix}strip; ac_word=$2
1513    echo "$as_me:$LINENO: checking for $ac_word" >&5
1514    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1515    if test "${ac_cv_prog_STRIP+set}" = set; then
1516      echo $ECHO_N "(cached) $ECHO_C" >&6
1517    else
1518      if test -n "$STRIP"; then
1519      ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1520    else
1521    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1522    for as_dir in $PATH
1523    do
1524      IFS=$as_save_IFS
1525      test -z "$as_dir" && as_dir=.
1526      for ac_exec_ext in '' $ac_executable_extensions; do
1527      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1528        ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1529        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1530        break 2
1531      fi
1532    done
1533    done
1534    
1535    fi
1536    fi
1537    STRIP=$ac_cv_prog_STRIP
1538    if test -n "$STRIP"; then
1539      echo "$as_me:$LINENO: result: $STRIP" >&5
1540    echo "${ECHO_T}$STRIP" >&6
1541    else
1542      echo "$as_me:$LINENO: result: no" >&5
1543    echo "${ECHO_T}no" >&6
1544    fi
1545    
1546    fi
1547    if test -z "$ac_cv_prog_STRIP"; then
1548      ac_ct_STRIP=$STRIP
1549      # Extract the first word of "strip", so it can be a program name with args.
1550    set dummy strip; ac_word=$2
1551    echo "$as_me:$LINENO: checking for $ac_word" >&5
1552    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1553    if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1554      echo $ECHO_N "(cached) $ECHO_C" >&6
1555    else
1556      if test -n "$ac_ct_STRIP"; then
1557      ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1558    else
1559    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1560    for as_dir in $PATH
1561    do
1562      IFS=$as_save_IFS
1563      test -z "$as_dir" && as_dir=.
1564      for ac_exec_ext in '' $ac_executable_extensions; do
1565      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1566        ac_cv_prog_ac_ct_STRIP="strip"
1567        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1568        break 2
1569      fi
1570    done
1571    done
1572    
1573      test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1574    fi
1575    fi
1576    ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1577    if test -n "$ac_ct_STRIP"; then
1578      echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1579    echo "${ECHO_T}$ac_ct_STRIP" >&6
1580    else
1581      echo "$as_me:$LINENO: result: no" >&5
1582    echo "${ECHO_T}no" >&6
1583    fi
1584    
1585      STRIP=$ac_ct_STRIP
1586    else
1587      STRIP="$ac_cv_prog_STRIP"
1588    fi
1589    
1590    fi
1591  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1592    
1593  # 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
1594  # some platforms.  # some platforms.
1595    
1596    
1597    
1598  # Add the stamp file to the list of files AC keeps track of,  # Add the stamp file to the list of files AC keeps track of,
1599  # along with our hook.  # along with our hook.
1600  ac_config_headers="$ac_config_headers config.h:config.hin"  ac_config_headers="$ac_config_headers config.h:config.hin"
# Line 2315  ac_cpp='$CPP $CPPFLAGS' Line 2371  ac_cpp='$CPP $CPPFLAGS'
2371  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2372  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'
2373  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
2374    rm -f .deps 2>/dev/null
2375    mkdir .deps 2>/dev/null
2376    if test -d .deps; then
2377      DEPDIR=.deps
2378    else
2379      # MS-DOS does not allow filenames that begin with a dot.
2380      DEPDIR=_deps
2381    fi
2382    rmdir .deps 2>/dev/null
2383    
2384    
2385  ac_config_commands="$ac_config_commands depfiles"  ac_config_commands="$ac_config_commands depfiles"
2386    
2387    
# Line 2356  echo "$as_me:$LINENO: result: $_am_resul Line 2423  echo "$as_me:$LINENO: result: $_am_resul
2423  echo "${ECHO_T}$_am_result" >&6  echo "${ECHO_T}$_am_result" >&6
2424  rm -f confinc confmf  rm -f confinc confmf
2425    
2426    # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2427    if test "${enable_dependency_tracking+set}" = set; then
2428      enableval="$enable_dependency_tracking"
2429    
2430    fi;
2431    if test "x$enable_dependency_tracking" != xno; then
2432      am_depcomp="$ac_aux_dir/depcomp"
2433      AMDEPBACKSLASH='\'
2434    fi
2435    
2436    
2437    if test "x$enable_dependency_tracking" != xno; then
2438      AMDEP_TRUE=
2439      AMDEP_FALSE='#'
2440    else
2441      AMDEP_TRUE='#'
2442      AMDEP_FALSE=
2443    fi
2444    
2445    
2446    
2447    
2448  depcc="$CC"   am_compiler_list=  depcc="$CC"   am_compiler_list=
2449    
# Line 9384  _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.32, which was  This file was extended by GNU Bison $as_me 1.32a, which was
9476  generated by GNU Autoconf 2.52g.  Invocation command line was  generated by GNU Autoconf 2.52g.  Invocation command line was
9477    
9478    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 9446  _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.32  GNU Bison config.status 1.32a
9538  configured by $0, generated by GNU Autoconf 2.52g,  configured by $0, generated by GNU Autoconf 2.52g,
9539    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9540    
# Line 9650  s,@AUTOHEADER@,$AUTOHEADER,;t t Line 9738  s,@AUTOHEADER@,$AUTOHEADER,;t t
9738  s,@MAKEINFO@,$MAKEINFO,;t t  s,@MAKEINFO@,$MAKEINFO,;t t
9739  s,@AMTAR@,$AMTAR,;t t  s,@AMTAR@,$AMTAR,;t t
9740  s,@install_sh@,$install_sh,;t t  s,@install_sh@,$install_sh,;t t
9741    s,@STRIP@,$STRIP,;t t
9742    s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
9743  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
9744  s,@AWK@,$AWK,;t t  s,@AWK@,$AWK,;t t
9745  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  
9746  s,@GCC@,$GCC,;t t  s,@GCC@,$GCC,;t t
9747  s,@CC@,$CC,;t t  s,@CC@,$CC,;t t
9748  s,@CFLAGS@,$CFLAGS,;t t  s,@CFLAGS@,$CFLAGS,;t t
# Line 9665  s,@CPPFLAGS@,$CPPFLAGS,;t t Line 9751  s,@CPPFLAGS@,$CPPFLAGS,;t t
9751  s,@ac_ct_CC@,$ac_ct_CC,;t t  s,@ac_ct_CC@,$ac_ct_CC,;t t
9752  s,@EXEEXT@,$EXEEXT,;t t  s,@EXEEXT@,$EXEEXT,;t t
9753  s,@OBJEXT@,$OBJEXT,;t t  s,@OBJEXT@,$OBJEXT,;t t
9754    s,@DEPDIR@,$DEPDIR,;t t
9755  s,@am__include@,$am__include,;t t  s,@am__include@,$am__include,;t t
9756  s,@am__quote@,$am__quote,;t t  s,@am__quote@,$am__quote,;t t
9757    s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
9758    s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
9759    s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
9760  s,@CCDEPMODE@,$CCDEPMODE,;t t  s,@CCDEPMODE@,$CCDEPMODE,;t t
9761  s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
9762  s,@RANLIB@,$RANLIB,;t t  s,@RANLIB@,$RANLIB,;t t

Legend:
Removed from v.1.7.2.47  
changed lines
  Added in v.1.7.2.48

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