[Bf-committers] CVS commit: blender configure.ac blender/intern/python/freeze Makefile.am

Unprivileged User bf-committers@blender.org
Sat, 21 Dec 2002 11:12:18 +0100 (CET)


nobody      2002/12/21 11:12:18 CET

  Modified files:
    .                    configure.ac 
    blender/intern/python/freeze Makefile.am 
  
  Log:
  Changes submitted to bf-committers from Guillermo S. Romero
  
  I updated the minimum version of python in configure.ac to 2.0
  (The check he gave worked with 2.0 I haven't actually build it with
  this version but its better and 1.5 didn't work)
  
  Also in Makefile.am changed:
  -       @PYTHON@@PYTHON_VERSION@ -S -O \
  +       @PYTHON@ -S -O \
  
  Looking at aclocal.m4 it puts the binary in @PYTHON@ so no need to add
  the PYTHON_VERSION.
  
  Kent
  --
  mein@cs.umn.edu
  
  Revision  Changes    Path
  1.21      +1 -1      blender/configure.ac
  1.8       +1 -2      blender/intern/python/freeze/Makefile.am