]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: expand paths at make time
authorKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2012 23:53:40 +0000 (01:53 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 15 Aug 2012 00:06:53 +0000 (02:06 +0200)
commitd4baf92e50da3545f80c87d12e4e3827febcc4fa
tree2997b77f723a39977c671913654405a3afa06239
parent43f8915c51f1b36c3d1d79d06d58ea5fb27a6cca
build-sys: expand paths at make time

autoconf docs about *dir variables (e.g bindir):

 ... A corollary is that you should not use these variables except in
 makefiles...

 ...you should not rely on AC_CONFIG_FILES to replace bindir and friends
 in your shell scripts and other files; instead, let make manage their
 replacement.

Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am
configure.ac
libblkid/Makemodule.am
libmount/Makemodule.am
libuuid/Makemodule.am
misc-utils/Makemodule.am