From d4baf92e50da3545f80c87d12e4e3827febcc4fa Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 15 Aug 2012 01:53:40 +0200 Subject: 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 --- libmount/Makemodule.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmount/Makemodule.am') diff --git a/libmount/Makemodule.am b/libmount/Makemodule.am index 164e2cdd9..81d550a47 100644 --- a/libmount/Makemodule.am +++ b/libmount/Makemodule.am @@ -8,7 +8,8 @@ SUBDIRS += libmount/docs endif pkgconfig_DATA += libmount/mount.pc -EXTRA_DIST += libmount/mount.pc.in libmount/COPYING +PATHFILES += libmount/mount.pc +EXTRA_DIST += libmount/COPYING endif # BUILD_LIBMOUNT -- cgit v1.2.3-55-g7522