tags 11762 notabug
close 11762
thanks
On 06/22/2012 03:28 AM, Robert Collins wrote:
> 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) --destd
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