dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1931,1.1932 configure.in,1.9


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1931,1.1932 configure.in,1.93,1.94 acconfig.h,1.8,NONE
Date: Tue, 03 Dec 2002 19:48:36 -0500

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv15009

Modified Files:
        ChangeLog configure.in 
Removed Files:
        acconfig.h 
Log Message:


Remove the need for acconfig.h so that newer autoconf's don't complain about it
(patch modified by Rhys for interoperability with older autoconf's).


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.1931
retrieving revision 1.1932
diff -C2 -r1.1931 -r1.1932
*** ChangeLog   2 Dec 2002 19:08:32 -0000       1.1931
--- ChangeLog   4 Dec 2002 00:48:33 -0000       1.1932
***************
*** 1,3 ****
--- 1,10 ----
  
+ 2002-12-04  Dawkins, David  <address@hidden>
+ 
+       * acconfig.h, configure.in, cscc/c/Makefile.am,
+       cscc/csharp/Makefile.am, ilasm/Makefile.am: remove the need for
+       acconfig.h so that newer autoconf's don't complain about it
+       (patch modified by Rhys for interoperability with older autoconf's).
+ 
  2002-12-03  Gopal.V  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -r1.93 -r1.94
*** configure.in        1 Dec 2002 22:51:36 -0000       1.93
--- configure.in        4 Dec 2002 00:48:33 -0000       1.94
***************
*** 120,161 ****
      case "$host" in
       x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*)
!       AC_DEFINE(GC_LINUX_THREADS)
!       AC_DEFINE(_REENTRANT)
          if test "${enable_parallel_mark}"; then
!         AC_DEFINE(PARALLEL_MARK)
        fi
!       AC_DEFINE(THREAD_LOCAL_ALLOC)
        ;;
       *-*-linux*)
!       AC_DEFINE(GC_LINUX_THREADS)
!       AC_DEFINE(_REENTRANT)
        ;;
       *-*-hpux*)
        AC_MSG_WARN("Only HP/UX 11 threads are supported.")
!       AC_DEFINE(GC_HPUX_THREADS)
!       AC_DEFINE(_POSIX_C_SOURCE,199506L)
        if test "${enable_parallel_mark}" = yes; then
!         AC_DEFINE(PARALLEL_MARK)
        fi
!       AC_DEFINE(THREAD_LOCAL_ALLOC)
        THREADLIBS="-lpthread -lrt"
        ;;
       *-*-freebsd*)
        AC_MSG_WARN("FreeBSD does not yet fully support threads with Boehm GC.")
!       AC_DEFINE(GC_FREEBSD_THREADS)
        INCLUDES="$INCLUDES -pthread"
        THREADLIBS=-pthread
                ;;
       *-*-solaris*)
!       AC_DEFINE(GC_SOLARIS_THREADS)
!       AC_DEFINE(GC_SOLARIS_PTHREADS)
        ;;
       *-*-irix*)
!       AC_DEFINE(GC_IRIX_THREADS)
        ;;
      esac
      ;;
   win32)
!     AC_DEFINE(GC_WIN32_THREADS)
      ;;
   dgux386)
--- 120,161 ----
      case "$host" in
       x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*)
!       AC_DEFINE(GC_LINUX_THREADS, 1, [Define to use libgc linux thread 
support])
!       AC_DEFINE(_REENTRANT, 1, [Define for re-entrant thread support])
          if test "${enable_parallel_mark}"; then
!         AC_DEFINE(PARALLEL_MARK, 1, [Define for parallel marking])
        fi
!       AC_DEFINE(THREAD_LOCAL_ALLOC, 1, [Define for thread local allocation])
        ;;
       *-*-linux*)
!       AC_DEFINE(GC_LINUX_THREADS, 1, [Define to use libgc linux thread 
support])
!       AC_DEFINE(_REENTRANT, 1, [Define for re-entrant thread support])
        ;;
       *-*-hpux*)
        AC_MSG_WARN("Only HP/UX 11 threads are supported.")
!       AC_DEFINE(GC_HPUX_THREADS, 1, [Define to use libgc hpux thread support])
!       AC_DEFINE(_POSIX_C_SOURCE,199506L, [Define to the level of POSIX 
support desired])
        if test "${enable_parallel_mark}" = yes; then
!         AC_DEFINE(PARALLEL_MARK, 1, [Define for parallel marking])
        fi
!       AC_DEFINE(THREAD_LOCAL_ALLOC, 1, [Define for thread local allocation])
        THREADLIBS="-lpthread -lrt"
        ;;
       *-*-freebsd*)
        AC_MSG_WARN("FreeBSD does not yet fully support threads with Boehm GC.")
!       AC_DEFINE(GC_FREEBSD_THREADS, 1, [Define to use libgc freebsd thread 
support])
        INCLUDES="$INCLUDES -pthread"
        THREADLIBS=-pthread
                ;;
       *-*-solaris*)
!       AC_DEFINE(GC_SOLARIS_THREADS, 1, [Define to use libgc solaris thread 
support])
!       AC_DEFINE(GC_SOLARIS_PTHREADS, 1, [Define to use libgc solaris pthread 
support])
        ;;
       *-*-irix*)
!       AC_DEFINE(GC_IRIX_THREADS, 1, [Define to use libgc irix thread support])
        ;;
      esac
      ;;
   win32)
!     AC_DEFINE(GC_WIN32_THREADS, 1, [Define to use libgc win32 thread support])
      ;;
   dgux386)
***************
*** 164,172 ****
      THREADLIBS=-pthread
      if test "${enable_parallel_mark}"; then
!         AC_DEFINE(PARALLEL_MARK)
      fi
!     AC_DEFINE(THREAD_LOCAL_ALLOC)
!     AC_DEFINE(GC_DGUX386_THREADS)
!     AC_DEFINE(DGUX_THREADS)
      # Enable _POSIX4A_DRAFT10_SOURCE with flag -pthread
      INCLUDES="-pthread $INCLUDES"
--- 164,172 ----
      THREADLIBS=-pthread
      if test "${enable_parallel_mark}"; then
!       AC_DEFINE(PARALLEL_MARK, 1, [Define for parallel marking])
      fi
!     AC_DEFINE(THREAD_LOCAL_ALLOC, 1, [Define for thread local allocation])
!     AC_DEFINE(GC_DGUX386_THREADS, 1, [Define to use libgc dgux386 thread 
support])
!     AC_DEFINE(DGUX_THREADS, 1, [Define to use libgc dgux thread support])
      # Enable _POSIX4A_DRAFT10_SOURCE with flag -pthread
      INCLUDES="-pthread $INCLUDES"
***************
*** 194,200 ****
  READLINELIBS=""
  AC_CHECK_LIB(termcap, tgoto, [READLINELIBS="$READLINELIBS -ltermcap"], [])
! AC_CHECK_LIB(readline, readline, [AC_DEFINE(HAVE_LIBREADLINE)
  READLINELIBS="-lreadline $READLINELIBS"], [], $READLINELIBS)
! AC_CHECK_LIB(history, add_history, [AC_DEFINE(HAVE_LIBHISTORY)
  READLINELIBS="-lhistory $READLINELIBS"], [])
  
--- 194,200 ----
  READLINELIBS=""
  AC_CHECK_LIB(termcap, tgoto, [READLINELIBS="$READLINELIBS -ltermcap"], [])
! AC_CHECK_LIB(readline, readline, [AC_DEFINE(HAVE_LIBREADLINE, 1, [Define if 
you have the readline library])
  READLINELIBS="-lreadline $READLINELIBS"], [], $READLINELIBS)
! AC_CHECK_LIB(history, add_history, [AC_DEFINE(HAVE_LIBHISTORY, 1, [Define if 
you have the history library])
  READLINELIBS="-lhistory $READLINELIBS"], [])
  
***************
*** 230,234 ****
        label1: ;
        label2: ;
! ], AC_DEFINE(HAVE_COMPUTED_GOTO) compgoto=yes, compgoto=no)
  AC_MSG_RESULT($compgoto)
  AC_MSG_CHECKING(for pic computed goto support)
--- 230,234 ----
        label1: ;
        label2: ;
! ], AC_DEFINE(HAVE_COMPUTED_GOTO, 1, [Define if you have support for computed 
gotos]) compgoto=yes, compgoto=no)
  AC_MSG_RESULT($compgoto)
  AC_MSG_CHECKING(for pic computed goto support)
***************
*** 241,245 ****
        label1: ;
        label2: ;
! ], AC_DEFINE(HAVE_PIC_COMPUTED_GOTO) piccompgoto=yes, piccompgoto=no)
  AC_MSG_RESULT($piccompgoto)
  
--- 241,245 ----
        label1: ;
        label2: ;
! ], AC_DEFINE(HAVE_PIC_COMPUTED_GOTO, 1, [Define if you have PIC support for 
computed gotos]) piccompgoto=yes, piccompgoto=no)
  AC_MSG_RESULT($piccompgoto)
  
***************
*** 261,265 ****
  if test $ac_cv_prog_cc_precomp = yes ; then
        CFLAGS="$CFLAGS -no-cpp-precomp"
!       AC_DEFINE(HAVE_CPP_PRECOMP)
  fi
  
--- 261,265 ----
  if test $ac_cv_prog_cc_precomp = yes ; then
        CFLAGS="$CFLAGS -no-cpp-precomp"
!       AC_DEFINE(HAVE_CPP_PRECOMP, 1, [Define if pre-compiling cpp is present])
  fi
  
***************
*** 304,308 ****
  if test x$withffi = xyes ; then
        FFILIBS='$(top_builddir)/libffi/.libs/libffi.a'
!       AC_DEFINE(HAVE_LIBFFI)
  else
        FFILIBS=""
--- 304,308 ----
  if test x$withffi = xyes ; then
        FFILIBS='$(top_builddir)/libffi/.libs/libffi.a'
!       AC_DEFINE(HAVE_LIBFFI, 1, [Define if you are using libffi])
  else
        FFILIBS=""
***************
*** 314,318 ****
  if test x$withgc = xyes ; then
        GCLIBS='$(top_builddir)/libgc/.libs/libgc.a'
!       AC_DEFINE(HAVE_LIBGC)
  else
        GCLIBS=""
--- 314,318 ----
  if test x$withgc = xyes ; then
        GCLIBS='$(top_builddir)/libgc/.libs/libgc.a'
!       AC_DEFINE(HAVE_LIBGC, 1, [Define if you are using libgc])
  else
        GCLIBS=""

--- acconfig.h DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]