[Bug 997456] [NEW] AM_PATH_PYTHON regression
Launchpad Bug Tracker
997456 at bugs.launchpad.net
Thu May 17 22:20:45 UTC 2012
You have been subscribed to a public bug by Brian Murray (brian-murray):
AM_PATH_PYTHON used to generate install logic like:
if test -z "$(DESTDIR)"; then \
PYTHON=$(PYTHON) $(py_compile) --basedir "$(demodir)" $$dlist; \
else \
PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(demodir)" $$dlist; \
fi; \
Now however, it generates it without the test -z guard, which makes regular 'make install', and 'make distcheck' fail:
make distcheck
....
../py-compile: Missing argument to --destdir.
** Affects: automake1.11 (Ubuntu)
Importance: Undecided
Status: New
** Tags: patch
--
AM_PATH_PYTHON regression
https://bugs.launchpad.net/bugs/997456
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list