adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell configure.in,1.50.2.14,1.50.2.15


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell configure.in,1.50.2.14,1.50.2.15
Date: Sun, 30 Jun 2002 15:01:04 -0400

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

Modified Files:
      Tag: Branch_road_to_0-4
        configure.in 
Log Message:
Moved most files to their new module location
100% GCC 3.1 compliant
Every directory belongs to one namespace now


Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.50.2.14
retrieving revision 1.50.2.15
diff -C2 -r1.50.2.14 -r1.50.2.15
*** configure.in        28 Jun 2002 17:25:13 -0000      1.50.2.14
--- configure.in        30 Jun 2002 19:01:01 -0000      1.50.2.15
***************
*** 1,3 ****
! dnl **************************************************************
  dnl Process this file with autoconf to produce a configure script.
  dnl **************************************************************
--- 1,3 ----
! nl **************************************************************
  dnl Process this file with autoconf to produce a configure script.
  dnl **************************************************************
***************
*** 15,18 ****
--- 15,20 ----
  DEFS=""
  
+ SWIG_MINVER=1.3.10
+ 
  dnl ********************
  dnl Checks for programs.
***************
*** 251,260 ****
  if test x$haveswig = xno ; then
      if test -d "CVS"; then
!         echo "*** To compile Adonthell from CVS, you will need SWIG 1.3.10 or 
higher."
          echo "*** You can obtain the most recent version from 
http://www.swig.org.";
          exit 1;
      else
          echo "*** NOTE: If you plan to make changes to the code you will need"
!         echo "*** SWIG 1.3.10 or higher. SWIG can be found at 
http://www.swig.org.";
      fi
  fi
--- 253,262 ----
  if test x$haveswig = xno ; then
      if test -d "CVS"; then
!         echo "*** To compile Adonthell from CVS, you will need SWIG 
$SWIG_MINVER or higher."
          echo "*** You can obtain the most recent version from 
http://www.swig.org.";
          exit 1;
      else
          echo "*** NOTE: If you plan to make changes to the code you will need"
!         echo "*** SWIG $SWIG_MINVER or higher. SWIG can be found at 
http://www.swig.org.";
      fi
  fi
***************
*** 360,363 ****
--- 362,366 ----
  AC_SUBST(FT2_LIBS)
  AC_SUBST(FT2_CFLAGS)
+ AC_SUBST(SWIG_MINVER)
  
  AC_OUTPUT([
***************
*** 370,375 ****
  po/Makefile.in 
  src/Makefile
  src/tools/Makefile
- src/tools/animedit/Makefile
  src/tools/charedit/Makefile
  src/tools/combat/Makefile
--- 373,382 ----
  po/Makefile.in 
  src/Makefile
+ src/gfx/Makefile
+ src/input/Makefile
+ src/audio/Makefile
+ src/python/Makefile
+ src/map/Makefile
  src/tools/Makefile
  src/tools/charedit/Makefile
  src/tools/combat/Makefile
***************
*** 378,383 ****
  src/tools/questedit/Makefile
  src/tools/oggloop/Makefile
- src/tools/pydonthell/Makefile
- src/tools/animedit/Makefile
  ])
  
--- 385,388 ----




reply via email to

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