]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: fix ${prefix} usage, be more verbose about py paths
authorKarel Zak <kzak@redhat.com>
Thu, 26 Sep 2013 11:15:10 +0000 (13:15 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Sep 2013 11:15:10 +0000 (13:15 +0200)
commit3745d4a94d23edb22f4792d8c2cb2064e1116834
tree05eaef8ee51c6385d68343e9a0b324eef774c858
parent808c876512187d146b3d54e1ee2b74a6520b5216
build-sys: fix ${prefix} usage, be more verbose about py paths

 - incorrect ${prefix} and ${exec_prefix} usage in AC_CASE
   (bug introduced by commit 9f57e6e8)

 - disable python by default (you have to use --with-python)

 - add python paths to the finale ./configure info message

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac