paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui autogen.sh,1.1.1.1.6.2,1.1.1.1.6.3 configure.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui autogen.sh,1.1.1.1.6.2,1.1.1.1.6.3 configure.in,1.3.6.6,1.3.6.7
Date: Sun, 23 Jun 2002 05:11:50 -0400

Update of /cvsroot/paragui/paragui
In directory subversions:/tmp/cvs-serv26101

Modified Files:
      Tag: devel-1-0
        autogen.sh configure.in 
Log Message:
final PhysFS update



Index: autogen.sh
===================================================================
RCS file: /cvsroot/paragui/paragui/autogen.sh,v
retrieving revision 1.1.1.1.6.2
retrieving revision 1.1.1.1.6.3
diff -C2 -r1.1.1.1.6.2 -r1.1.1.1.6.3
*** autogen.sh  21 Jun 2002 22:10:02 -0000      1.1.1.1.6.2
--- autogen.sh  23 Jun 2002 09:11:48 -0000      1.1.1.1.6.3
***************
*** 1,2 ****
--- 1,5 ----
+ echo "Bootstrapping physfs ..."
+ src/physfs/bootstrap
+ 
  echo "Generating build information ..."
  cd `dirname $0`
***************
*** 25,31 ****
  echo "Running autoconf ..."
  autoconf || ( echo "***ERROR*** autoconf failed." ; exit 1 )
- 
- echo "Bootstrapping physfs ..."
- src/physfs/bootstrap
  
  echo "Running autogen.sh in the \"test\" directory ..."
--- 28,31 ----

Index: configure.in
===================================================================
RCS file: /cvsroot/paragui/paragui/configure.in,v
retrieving revision 1.3.6.6
retrieving revision 1.3.6.7
diff -C2 -r1.3.6.6 -r1.3.6.7
*** configure.in        21 Jun 2002 21:13:39 -0000      1.3.6.6
--- configure.in        23 Jun 2002 09:11:48 -0000      1.3.6.7
***************
*** 1,3 ****
! fidnl Process this file with autoconf to produce a configure script.
  AC_INIT(Makefile.am)
  AM_CONFIG_HEADER(include/paraconfig_gnu.h:include/paraconfig_gnu.h.in)
--- 1,4 ----
! dnl Process this file with autoconf to produce a configure script.
! 
  AC_INIT(Makefile.am)
  AM_CONFIG_HEADER(include/paraconfig_gnu.h:include/paraconfig_gnu.h.in)
***************
*** 7,10 ****
--- 8,13 ----
  AC_SUBST(TOP_BUILDDIR)
  
+ AC_CONFIG_SUBDIRS(src/physfs)
+ 
  dnl The minimum SDL version required
  SDL_VERSION=1.2.0
***************
*** 131,135 ****
            
  CROSSCOMPILE=NO
- PHYSFS_PLATFORMFILE=platform/unix.c
  
  dnl The alpha architecture needs special flags for binary portability
--- 134,137 ----
***************
*** 146,162 ****
          fi
        CROSSCOMPILE=YES
-       PHYSFS_PLATFORMFILE=platform/win32.c
-       ;;
-     *-*-darwin*)
-       PHYSFS_PLATFORMFILE=platform/unix.c
-       ;;
-     *-*-freebsd*)
-       PHYSFS_PLATFORMFILE=platform/unix_nocdrom.c
-       ;;
-     *-*-irix*)
-       PHYSFS_PLATFORMFILE=platform/unix_nocdrom.c
-       ;;
-     *-*-solaris*)
-       PHYSFS_PLATFORMFILE=platform/unix_nocdrom.c
        ;;
      alpha*-*-linux*)
--- 148,151 ----
***************
*** 166,175 ****
        ac_default_prefix=/boot/develop/tools/gnupro
        LIBSTDCPP="-lstdc++.r4"
-       PHYSFS_PLATFORMFILE=platform/beos.c
          ;;
  esac  
  
- AC_SUBST(PHYSFS_PLATFORMFILE)
- 
  AC_MSG_CHECKING(for the STL library to use)
  if test "$STLPORTPREFIX" != "no"; then
--- 155,161 ----
***************
*** 549,555 ****
  
  AC_SUBST(RPM_ROOT)
- 
- echo "Running configure for PhysFS ..."
- AC_CONFIG_SUBDIRS(src/physfs)
  
  # Finally create all the generated files
--- 535,538 ----




reply via email to

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