]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: configure --with-python when running distcheck
authorFilipe Brandenburger <filbranden@google.com>
Tue, 17 Jun 2014 03:54:52 +0000 (20:54 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Jun 2014 22:44:40 +0000 (18:44 -0400)
commitb9d5b4c30d8f301451c6abe111d636a9b9522527
treeb8b95ea3a3980971540994bf843d848159b39456
parentbe8737ae386166d2f279767ac87b226204c0de7e
build-sys: configure --with-python when running distcheck

Python support is pretty much essential to create man pages, so we should make
sure that distcheck will request it during configure.

Tested: Successfully ran "make distcheck" and confirmed --with-python was
present in the ./configure run inside the unpacked distribution directory.
Makefile.am