Changeset 270


Ignore:
Timestamp:
06/02/09 08:06:34 (15 years ago)
Author:
bas
Message:

configure, aclocal.m4:

  • updated python version check, added version 2.4, 2.5 and 2.6 , see #137
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r21 r270  
    882882  dnl in 1.5.
    883883  m4_define([_AM_PYTHON_INTERPRETER_LIST],
    884             [python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5])
     884            [python python2 python2.6 python2.5 python.2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5])
    885885
    886886  m4_if([$1],[],[
  • trunk/configure

    r261 r270  
    17051705else
    17061706
    1707         for am_cv_pathless_PYTHON in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 : ; do
     1707        for am_cv_pathless_PYTHON in python python2 python2.6 python2.5 python.2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 : ; do
    17081708          if test "$am_cv_pathless_PYTHON" = : ; then
    17091709            { { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
  • trunk/email2trac.py.in

    r268 r270  
    474474                Set all the right fields for a new ticket
    475475                """
    476                 ticket['reporter'] = self.email_from
     476
     477                ## Only use name or email adress
     478                #ticket['reporter'] = self.email_from
     479                ticket['reporter'] = self.author
     480
    477481
    478482                # Put all CC-addresses in ticket CC field
     
    14601464
    14611465        else:
    1462                 # use some trac internales to get the defaults
     1466                # use some trac internals to get the defaults
    14631467                #
    14641468                project = config.parser.defaults()
Note: See TracChangeset for help on using the changeset viewer.