Changeset 488

Show
Ignore:
Timestamp:
11/21/04 17:00:01 (7 years ago)
Author:
jimmyo
Message:

Add configurable location of python.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.26 to 1.27
    r468 r488  
    132132                    -e 's|@@PERL@@|$(PERL)|g'                           \ 
    133133                    -e 's|@@PERLLIB@@|$(PERLLIB)|g'                     \ 
     134                    -e 's|@@PYTHON@@|$(PYTHON)|g'                               \ 
    134135                    -e 's|@@OSTYPE@@|$(OSTYPE)|g'                               \ 
    135136                    -e 's|@@HOSTNAME@@|$(HOSTNAME)|g'                   \ 
  • trunk/Makefile.config

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r453 r488  
    4949PERL       = $(shell which perl) 
    5050 
     51# The python interpreter to use (used by some plugins) 
     52PYTHON     = $(shell which python) 
     53 
    5154# Server only - Where to install the perl libraries 
    5255PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g")