Morten Ludvigsen <morten@2ps.dk> (morten)


Patch
r843570, r843554

r843554 | cmpilato | 2002-10-24 13:49:17 +0000 (Thu, 24 Oct 2002)

Fixed configuration so that SWIG python bindings can be built outside
the source tree.

Patch by: Morten Ludvigsen <morten@2ps.dk>

* Makefile.in
  (SWIG_SRC_DIR, SWIG_BUILD_DIR, SWIG_DIRS): New variables.
  (mkdir-init): Make the directories in SWIG_DIRS.
  (swig-py-ext): Use symbolic directory references using SWIG_SRC_DIR.
    Also specify the source dir for swig.
  (install-swig-py-ext): Use symbolic directory references using
    SWIG_SRC_DIR.  Also specify the source dir for swig.

* subversion/bindings/swig/python/setup.py
  Added command line argument (-S) to specify the source directory.


r843570 | morten | 2002-10-25 16:06:09 +0000 (Fri, 25 Oct 2002)

* (COMMITTERS): Added myself (Morten Ludvigsen) as a committer for the
  bindings area.