/[emacs]/emacs/gc/configure
ViewVC logotype

Diff of /emacs/gc/configure

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

revision 1.2.2.1 by fx, Thu Jun 5 18:23:03 2003 UTC revision 1.2.2.1.2.1 by fx, Mon Jun 16 15:19:52 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # From configure.in Revision: 1.2 .  # From configure.in Revision: 1.2 .
3  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
4  # Generated by GNU Autoconf 2.53 for gc 6.2alpha4.  # Generated by GNU Autoconf 2.53 for gc 6.2alpha6.
5  #  #
6  # Report bugs to <Hans.Boehm@hp.com>.  # Report bugs to <Hans.Boehm@hp.com>.
7  #  #
# Line 416  SHELL=${CONFIG_SHELL-/bin/sh} Line 416  SHELL=${CONFIG_SHELL-/bin/sh}
416  # Identity of this package.  # Identity of this package.
417  PACKAGE_NAME='gc'  PACKAGE_NAME='gc'
418  PACKAGE_TARNAME='gc'  PACKAGE_TARNAME='gc'
419  PACKAGE_VERSION='6.2alpha4'  PACKAGE_VERSION='6.2alpha6'
420  PACKAGE_STRING='gc 6.2alpha4'  PACKAGE_STRING='gc 6.2alpha6'
421  PACKAGE_BUGREPORT='Hans.Boehm@hp.com'  PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
422    
423  ac_unique_file="gcj_mlc.c"  ac_unique_file="gcj_mlc.c"
# Line 930  if test "$ac_init_help" = "long"; then Line 930  if test "$ac_init_help" = "long"; then
930    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
931    # 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.
932    cat <<_ACEOF    cat <<_ACEOF
933  \`configure' configures gc 6.2alpha4 to adapt to many kinds of systems.  \`configure' configures gc 6.2alpha6 to adapt to many kinds of systems.
934    
935  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
936    
# Line 997  fi Line 997  fi
997    
998  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
999    case $ac_init_help in    case $ac_init_help in
1000       short | recursive ) echo "Configuration of gc 6.2alpha4:";;       short | recursive ) echo "Configuration of gc 6.2alpha6:";;
1001     esac     esac
1002    cat <<\_ACEOF    cat <<\_ACEOF
1003    
# Line 1010  Optional Features: Line 1010  Optional Features:
1010                            (and sometimes confusing) to the casual installer                            (and sometimes confusing) to the casual installer
1011    --enable-threads=TYPE   choose threading package    --enable-threads=TYPE   choose threading package
1012    --enable-parallel-mark        parallelize marking and free list construction    --enable-parallel-mark        parallelize marking and free list construction
1013    --enable-cplusplus            include C++ support in GC library and include directory    --enable-cplusplus            install C++ support
1014    --enable-shared=PKGS  build shared libraries default=yes    --enable-shared=PKGS  build shared libraries default=yes
1015    --enable-static=PKGS  build static libraries default=yes    --enable-static=PKGS  build static libraries default=yes
1016    --enable-fast-install=PKGS  optimize for fast installation default=yes    --enable-fast-install=PKGS  optimize for fast installation default=yes
# Line 1106  fi Line 1106  fi
1106  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
1107  if $ac_init_version; then  if $ac_init_version; then
1108    cat <<\_ACEOF    cat <<\_ACEOF
1109  gc configure 6.2alpha4  gc configure 6.2alpha6
1110  generated by GNU Autoconf 2.53  generated by GNU Autoconf 2.53
1111    
1112  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Line 1121  cat >&5 <<_ACEOF Line 1121  cat >&5 <<_ACEOF
1121  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
1122  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1123    
1124  It was created by gc $as_me 6.2alpha4, which was  It was created by gc $as_me 6.2alpha6, which was
1125  generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
1126    
1127    $ $0 $@    $ $0 $@
# Line 1782  fi Line 1782  fi
1782    
1783  # Define the identity of the package.  # Define the identity of the package.
1784   PACKAGE=gc   PACKAGE=gc
1785   VERSION=6.2alpha4   VERSION=6.2alpha6
1786    
1787    
1788  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 3555  _ACEOF Line 3555  _ACEOF
3555  _ACEOF  _ACEOF
3556    
3557          ;;          ;;
3558         *-*-aix*)
3559            cat >>confdefs.h <<\_ACEOF
3560    #define GC_AIX_THREADS 1
3561    _ACEOF
3562    
3563            cat >>confdefs.h <<\_ACEOF
3564    #define _REENTRANT 1
3565    _ACEOF
3566    
3567            ;;
3568       *-*-hpux*)       *-*-hpux*)
3569          { echo "$as_me:$LINENO: WARNING: \"Only HP/UX 11 threads are supported.\"" >&5          { echo "$as_me:$LINENO: WARNING: \"Only HP/UX 11 threads are supported.\"" >&5
3570  echo "$as_me: WARNING: \"Only HP/UX 11 threads are supported.\"" >&2;}  echo "$as_me: WARNING: \"Only HP/UX 11 threads are supported.\"" >&2;}
# Line 3612  _ACEOF Line 3622  _ACEOF
3622          ;;          ;;
3623       *-*-darwin*)       *-*-darwin*)
3624          cat >>confdefs.h <<\_ACEOF          cat >>confdefs.h <<\_ACEOF
3625  #define GC_MACOSX_THREADS 1  #define GC_DARWIN_THREADS 1
3626    _ACEOF
3627    
3628            cat >>confdefs.h <<\_ACEOF
3629    #define THREAD_LOCAL_ALLOC 1
3630  _ACEOF  _ACEOF
3631    
3632            if test "${enable_parallel_mark}" = yes; then
3633              cat >>confdefs.h <<\_ACEOF
3634    #define PARALLEL_MARK 1
3635    _ACEOF
3636    
3637            fi
3638          ;;          ;;
3639       *-*-osf*)       *-*-osf*)
3640          cat >>confdefs.h <<\_ACEOF          cat >>confdefs.h <<\_ACEOF
# Line 3688  echo "$as_me: error: $THREADS is an unkn Line 3708  echo "$as_me: error: $THREADS is an unkn
3708  esac  esac
3709    
3710    
3711    case "$host" in
3712       powerpc-*-darwin*)
3713          powerpc_darwin=true
3714          ;;
3715    esac
3716    
3717    
3718    if test x$powerpc_darwin = xtrue; then
3719      POWERPC_DARWIN_TRUE=
3720      POWERPC_DARWIN_FALSE='#'
3721    else
3722      POWERPC_DARWIN_TRUE='#'
3723      POWERPC_DARWIN_FALSE=
3724    fi
3725    
3726    
3727    # We never want libdl on darwin. It is a fake libdl that just ends up making
3728    # dyld calls anyway
3729    case "$host" in
3730      *-*-darwin*) ;;
3731      *)
3732    
3733  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
3734  echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6  echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
# Line 3748  if test $ac_cv_lib_dl_dlopen = yes; then Line 3789  if test $ac_cv_lib_dl_dlopen = yes; then
3789    EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl"    EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl"
3790  fi  fi
3791    
3792        ;;
3793    esac
3794    
3795    
3796    
3797  target_all=libgc.la  target_all=libgc.la
# Line 3763  if test "${with_ecos+set}" = set; then Line 3807  if test "${with_ecos+set}" = set; then
3807  fi;  fi;
3808    
3809  addobjs=  addobjs=
3810    addlibs=
3811  addincludes=  addincludes=
3812  addtests=  addtests=
3813  CXXINCLUDES=  CXXINCLUDES=
# Line 3780  _ACEOF Line 3825  _ACEOF
3825  esac  esac
3826    
3827  if test "${enable_cplusplus}" = yes; then  if test "${enable_cplusplus}" = yes; then
       addobjs="$addobjs gc_cpp.lo"  
3828        addincludes="$addincludes include/gc_cpp.h include/gc_allocator.h"        addincludes="$addincludes include/gc_cpp.h include/gc_allocator.h"
3829        addtests="$addtests test_cpp"        addtests="$addtests test_cpp"
3830  fi  fi
3831    
3832    
3833    
3834    if test "${enable_cplusplus}" = yes; then
3835      CPLUSPLUS_TRUE=
3836      CPLUSPLUS_FALSE='#'
3837    else
3838      CPLUSPLUS_TRUE='#'
3839      CPLUSPLUS_FALSE=
3840    fi
3841    
3842    
3843    
3844    
3845    
3846    
3847    
# Line 3903  addobjs="$addobjs $machdep" Line 3958  addobjs="$addobjs $machdep"
3958    
3959    
3960    
3961    
3962  # Check whether --enable-static or --disable-static was given.  # Check whether --enable-static or --disable-static was given.
3963  if test "${enable_static+set}" = set; then  if test "${enable_static+set}" = set; then
3964    enableval="$enable_static"    enableval="$enable_static"
# Line 5335  test "x$enable_libtool_lock" != xno && e Line 5391  test "x$enable_libtool_lock" != xno && e
5391  case $host in  case $host in
5392  *-*-irix6*)  *-*-irix6*)
5393    # Find out which ABI we are using.    # Find out which ABI we are using.
5394    echo '#line 5338 "configure"' > conftest.$ac_ext    echo '#line 5394 "configure"' > conftest.$ac_ext
5395    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5396    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5397    ac_status=$?    ac_status=$?
# Line 5871  chmod -w . Line 5927  chmod -w .
5927  save_CFLAGS="$CFLAGS"  save_CFLAGS="$CFLAGS"
5928  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5929  compiler_c_o=no  compiler_c_o=no
5930  if { (eval echo configure:5874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then  if { (eval echo configure:5930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5931    # The compiler can only warn and ignore the option if not recognized    # The compiler can only warn and ignore the option if not recognized
5932    # So say no if there are warnings    # So say no if there are warnings
5933    if test -s out/conftest.err; then    if test -s out/conftest.err; then
# Line 7664  else Line 7720  else
7720      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7721    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
7722    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
7723  #line 7667 "configure"  #line 7723 "configure"
7724  #include "confdefs.h"  #include "confdefs.h"
7725    
7726  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 7762  else Line 7818  else
7818      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7819    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
7820    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
7821  #line 7765 "configure"  #line 7821 "configure"
7822  #include "confdefs.h"  #include "confdefs.h"
7823    
7824  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 8935  echo "$as_me: error: conditional \"MAINT Line 8991  echo "$as_me: error: conditional \"MAINT
8991  Usually this means the macro was only invoked conditionally." >&2;}  Usually this means the macro was only invoked conditionally." >&2;}
8992     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
8993  fi  fi
8994    if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
8995      { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
8996    Usually this means the macro was only invoked conditionally." >&5
8997    echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
8998    Usually this means the macro was only invoked conditionally." >&2;}
8999       { (exit 1); exit 1; }; }
9000    fi
9001    if test -z "${CPLUSPLUS_TRUE}" && test -z "${CPLUSPLUS_FALSE}"; then
9002      { { echo "$as_me:$LINENO: error: conditional \"CPLUSPLUS\" was never defined.
9003    Usually this means the macro was only invoked conditionally." >&5
9004    echo "$as_me: error: conditional \"CPLUSPLUS\" was never defined.
9005    Usually this means the macro was only invoked conditionally." >&2;}
9006       { (exit 1); exit 1; }; }
9007    fi
9008  if test -z "${USE_LIBDIR_TRUE}" && test -z "${USE_LIBDIR_FALSE}"; then  if test -z "${USE_LIBDIR_TRUE}" && test -z "${USE_LIBDIR_FALSE}"; then
9009    { { echo "$as_me:$LINENO: error: conditional \"USE_LIBDIR\" was never defined.    { { echo "$as_me:$LINENO: error: conditional \"USE_LIBDIR\" was never defined.
9010  Usually this means the macro was only invoked conditionally." >&5  Usually this means the macro was only invoked conditionally." >&5
# Line 9191  _ASBOX Line 9261  _ASBOX
9261  } >&5  } >&5
9262  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
9263    
9264  This file was extended by gc $as_me 6.2alpha4, which was  This file was extended by gc $as_me 6.2alpha6, which was
9265  generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
9266    
9267    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 9248  _ACEOF Line 9318  _ACEOF
9318    
9319  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
9320  ac_cs_version="\\  ac_cs_version="\\
9321  gc config.status 6.2alpha4  gc config.status 6.2alpha6
9322  configured by $0, generated by GNU Autoconf 2.53,  configured by $0, generated by GNU Autoconf 2.53,
9323    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9324    
# Line 9493  s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MO Line 9563  s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MO
9563  s,@MAINT@,$MAINT,;t t  s,@MAINT@,$MAINT,;t t
9564  s,@GC_CFLAGS@,$GC_CFLAGS,;t t  s,@GC_CFLAGS@,$GC_CFLAGS,;t t
9565  s,@THREADLIBS@,$THREADLIBS,;t t  s,@THREADLIBS@,$THREADLIBS,;t t
9566    s,@POWERPC_DARWIN_TRUE@,$POWERPC_DARWIN_TRUE,;t t
9567    s,@POWERPC_DARWIN_FALSE@,$POWERPC_DARWIN_FALSE,;t t
9568  s,@EXTRA_TEST_LIBS@,$EXTRA_TEST_LIBS,;t t  s,@EXTRA_TEST_LIBS@,$EXTRA_TEST_LIBS,;t t
9569  s,@target_all@,$target_all,;t t  s,@target_all@,$target_all,;t t
9570    s,@CPLUSPLUS_TRUE@,$CPLUSPLUS_TRUE,;t t
9571    s,@CPLUSPLUS_FALSE@,$CPLUSPLUS_FALSE,;t t
9572  s,@INCLUDES@,$INCLUDES,;t t  s,@INCLUDES@,$INCLUDES,;t t
9573  s,@CXXINCLUDES@,$CXXINCLUDES,;t t  s,@CXXINCLUDES@,$CXXINCLUDES,;t t
9574  s,@addobjs@,$addobjs,;t t  s,@addobjs@,$addobjs,;t t
9575  s,@addincludes@,$addincludes,;t t  s,@addincludes@,$addincludes,;t t
9576    s,@addlibs@,$addlibs,;t t
9577  s,@addtests@,$addtests,;t t  s,@addtests@,$addtests,;t t
9578  s,@LN_S@,$LN_S,;t t  s,@LN_S@,$LN_S,;t t
9579  s,@ECHO@,$ECHO,;t t  s,@ECHO@,$ECHO,;t t

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.1.2.1

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