]> err.no Git - util-linux/commit
fsck/mkfs/mount: unify default search paths for helpers
authorMike Frysinger <vapier@gentoo.org>
Mon, 25 Jan 2010 03:36:55 +0000 (22:36 -0500)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Feb 2010 13:37:32 +0000 (14:37 +0100)
commitbb4cb69df2a7fba3098f073aa4b758a8011d826f
tree59f3976ed9d135af9e016f4682643e7ecac41c55
parent49361dc4dca0a9079ee57a2a0d8833aabd93277b
fsck/mkfs/mount: unify default search paths for helpers

Rather than each fs util having its own search policy, unify the paths in
configure and allow them to be tweaked by downstream.  In the process,
drop the /etc paths as no one has ever really used these.

[kzak@redhat.com: - backport to autoconf < 2.64
                    (remove AS_{SET,IF,CASE,APPEND} macros)]

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
disk-utils/mkfs.c
fsck/fsck.c
mount/mount.c