]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: Work around --with-rootprefix= (empty) not producing / 55/head
authorFilipe Brandenburger <filbranden@google.com>
Wed, 3 Jun 2015 14:31:12 +0000 (07:31 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 3 Jun 2015 14:34:42 +0000 (07:34 -0700)
commite013d21b6218011c99dbbcd4c61fc73a24490a94
tree6e174d025c449a75bc352fff93f8f88505342c4b
parent759b98c5682171e6d5bf4d71f6ff038ae0115956
build-sys: Work around --with-rootprefix= (empty) not producing /

Since we introduced AX_NORMALIZE_PATH, using --with-rootprefix=/ does
produce an empty string, but using --with-rootprefix= (empty) now
produces "." instead which is wrong.

Work around it until we can find a better solution for AX_NORMALIZE_PATH
upstream at autoconf-archive.

Bug: https://github.com/systemd/systemd/issues/54
configure.ac