py-compile: the '--destdir' option now accepts a blank argument
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 8 Jun 2011 12:55:01 +0000 (14:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 Jun 2011 13:57:58 +0000 (15:57 +0200)
commitdd8b570a6a55cb20690cdc2c312309338d2495d3
tree0689887266bc2fb90d30b1a8af2c5e47717edf55
parentb46debf534a9adab1b7c8e8b96c3c11de5dc9ae4
py-compile: the '--destdir' option now accepts a blank argument

* lib/py-compile (Option parsing): Do not count an empty argument
to `--destdir' or `--basedir' as a missing argument.
* lib/python.am: Simplify accordingly, passing the `--destdir'
option to py-compile unconditionally, even if `$(DESTDIR)' is
empty.
* NEWS: Update.
ChangeLog
NEWS
lib/am/python.am
lib/py-compile