diff options
author | Karel Zak | 2012-08-15 01:53:40 +0200 |
---|---|---|
committer | Karel Zak | 2012-08-15 02:06:53 +0200 |
commit | d4baf92e50da3545f80c87d12e4e3827febcc4fa (patch) | |
tree | 2997b77f723a39977c671913654405a3afa06239 /libuuid | |
parent | column: --separator segfaults (diff) | |
download | kernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.tar.gz kernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.tar.xz kernel-qcow2-util-linux-d4baf92e50da3545f80c87d12e4e3827febcc4fa.zip |
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>
Diffstat (limited to 'libuuid')
-rw-r--r-- | libuuid/Makemodule.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libuuid/Makemodule.am b/libuuid/Makemodule.am index 5ccb5080b..166be5c26 100644 --- a/libuuid/Makemodule.am +++ b/libuuid/Makemodule.am @@ -4,6 +4,7 @@ include libuuid/man/Makemodule.am include libuuid/src/Makemodule.am pkgconfig_DATA += libuuid/uuid.pc -EXTRA_DIST += libuuid/uuid.pc.in libuuid/COPYING +PATHFILES += libuuid/uuid.pc +EXTRA_DIST += libuuid/COPYING endif # BUILD_LIBUUID |