adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell NEWBIE,1.18,1.19 NEWS,1.7,1.8 config.


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell NEWBIE,1.18,1.19 NEWS,1.7,1.8 config.rpath,1.3,1.4 configure.in,1.74,1.75 install-sh,1.3,NONE mkinstalldirs,1.4,NONE stamp-h.in,1.5,NONE
Date: Sat, 28 Sep 2002 06:14:49 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv1951

Modified Files:
        NEWBIE NEWS config.rpath configure.in 
Removed Files:
        install-sh mkinstalldirs stamp-h.in 
Log Message:
REMOVED autogen-generated files
slight changes to text files for 0.4 - Please read the logs and correct
any English mistake! :)
DISABLED automake macro that seems to build an incorrect configure on
some system (that is, mines! ;p)
----------------------------------------------------------------------


Index: NEWBIE
===================================================================
RCS file: /cvsroot/adonthell/adonthell/NEWBIE,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** NEWBIE      19 Sep 2002 14:00:55 -0000      1.18
--- NEWBIE      28 Sep 2002 10:14:47 -0000      1.19
***************
*** 286,290 ****
  A: Full sound effect support is in the code, and some sound effects
  are even loaded into memory when the game is executed. Currently, no
! events trigger sound effects, so you won't hear any.
  
  
--- 286,291 ----
  A: Full sound effect support is in the code, and some sound effects
  are even loaded into memory when the game is executed. Currently, no
! events trigger sound effects, so you won't hear any (excepted those
! related to GUI events).
  
  

Index: NEWS
===================================================================
RCS file: /cvsroot/adonthell/adonthell/NEWS,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** NEWS        24 Apr 2002 14:15:36 -0000      1.7
--- NEWS        28 Sep 2002 10:14:47 -0000      1.8
***************
*** 1,2 ****
--- 1,9 ----
+ version 0.3.3
+ - Huge speed improvment with Python schedules
+ - Double screen mode
+ - Many bugfixes
+ - NLS support
+ - Support for many new architectures
+ 
  version 0.3
  - Added Python scripting

Index: config.rpath
===================================================================
RCS file: /cvsroot/adonthell/adonthell/config.rpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** config.rpath        15 Apr 2002 13:02:35 -0000      1.3
--- config.rpath        28 Sep 2002 10:14:47 -0000      1.4
***************
*** 51,55 ****
    case "$host_os" in
      aix3* | aix4* | aix5*)
!       wl='-Wl,'
        ;;
      hpux9* | hpux10* | hpux11*)
--- 51,57 ----
    case "$host_os" in
      aix3* | aix4* | aix5*)
!       if test "$host_cpu" = ia64; then
!         wl='-Wl,'
!       fi
        ;;
      hpux9* | hpux10* | hpux11*)
***************
*** 94,98 ****
  
  case "$host_os" in
!   cygwin* | mingw* | pw32*)
      # FIXME: the MSVC++ port hasn't been tested in a loooong time
      # When not using gcc, we currently assume that we are using
--- 96,100 ----
  
  case "$host_os" in
!   cygwin* | mingw* | pw32* )
      # FIXME: the MSVC++ port hasn't been tested in a loooong time
      # When not using gcc, we currently assume that we are using
***************
*** 102,108 ****
      fi
      ;;
-   openbsd*)
-     with_gnu_ld=no
-     ;;
  esac
  
--- 104,107 ----
***************
*** 173,176 ****
--- 172,193 ----
        ;;
      aix4* | aix5*)
+       hardcode_libdir_separator=':'
+       if test "$GCC" = yes; then
+         collect2name=`${CC} -print-prog-name=collect2`
+         if test -f "$collect2name" && \
+           strings "$collect2name" | grep resolve_lib_name >/dev/null
+         then
+           # We have reworked collect2
+           hardcode_direct=yes
+         else
+           # We have old collect2
+           hardcode_direct=unsupported
+           hardcode_minus_L=yes
+           hardcode_libdir_flag_spec='-L$libdir'
+           hardcode_libdir_separator=
+         fi
+       else
+         hardcode_direct=yes
+       fi
        if test "$host_cpu" = ia64; then
          # On IA64, the linker does run time linking by default, so we don't
***************
*** 178,212 ****
          aix_use_runtimelinking=no
        else
          aix_use_runtimelinking=no
!         # Test if we are trying to use run time linking or normal
!         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
!         # need to do runtime linking.
!         case $host_os in aix4.[23]|aix4.[23].*|aix5*)
!           for ld_flag in $LDFLAGS; do
!             if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
!               aix_use_runtimelinking=yes
!               break
!             fi
!           done
!         esac
!       fi
!       hardcode_direct=yes
!       hardcode_libdir_separator=':'
!       if test "$GCC" = yes; then
!         case $host_os in aix4.[012]|aix4.[012].*)
!           collect2name=`${CC} -print-prog-name=collect2`
!           if test -f "$collect2name" && \
!             strings "$collect2name" | grep resolve_lib_name >/dev/null
!           then
!             # We have reworked collect2
!             hardcode_direct=yes
!           else
!             # We have old collect2
!             hardcode_direct=unsupported
!             hardcode_minus_L=yes
!             hardcode_libdir_flag_spec='-L$libdir'
!             hardcode_libdir_separator=
            fi
!         esac
        fi
        if test "$aix_use_runtimelinking" = yes; then
--- 195,207 ----
          aix_use_runtimelinking=no
        else
+         # Test if we are trying to use run time linking, or normal AIX style 
linking.
+         # If -brtl is somewhere in LDFLAGS, we need to do run time linking.
          aix_use_runtimelinking=no
!         for ld_flag in $LDFLAGS; do
!           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
!             aix_use_runtimelinking=yes
!             break
            fi
!         done
        fi
        if test "$aix_use_runtimelinking" = yes; then
***************
*** 273,289 ****
        ;;
      openbsd*)
        hardcode_direct=yes
-       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-       else
-         case "$host_os" in
-           openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
-             hardcode_libdir_flag_spec='-R$libdir'
-             ;;
-           *)
-             hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-             ;;
-         esac
-       fi
        ;;
      os2*)
--- 268,273 ----
        ;;
      openbsd*)
+       hardcode_libdir_flag_spec='-R$libdir'
        hardcode_direct=yes
        ;;
      os2*)

Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** configure.in        19 Sep 2002 15:05:20 -0000      1.74
--- configure.in        28 Sep 2002 10:14:47 -0000      1.75
***************
*** 5,9 ****
  AC_PREREQ(2.50)
  AC_INIT(adonthell, 0.3.3, address@hidden, adonthell)
! AC_PREFIX_PROGRAM(adonthell)
  
  dnl Detect the canonical host and target build environment
--- 5,9 ----
  AC_PREREQ(2.50)
  AC_INIT(adonthell, 0.3.3, address@hidden, adonthell)
! dnl AC_PREFIX_PROGRAM(adonthell)
  
  dnl Detect the canonical host and target build environment

--- install-sh DELETED ---

--- mkinstalldirs DELETED ---

--- stamp-h.in DELETED ---





reply via email to

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