summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-08-15 01:53:40 +0200
committerKarel Zak2012-08-15 02:06:53 +0200
commitd4baf92e50da3545f80c87d12e4e3827febcc4fa (patch)
tree2997b77f723a39977c671913654405a3afa06239 /configure.ac
parentcolumn: --separator segfaults (diff)
downloadkernel-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 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 4 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index edb2d7851..1a1967204 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1324,22 +1324,18 @@ LIBS=""
AC_CONFIG_HEADERS(config.h)
-
+#
+# Don't use configure.ac to replace install paths! See Makefile PATHFILES for
+# more details.
+#
AC_CONFIG_FILES([
Makefile
-libblkid/blkid.pc
libblkid/docs/Makefile
libblkid/docs/version.xml
libblkid/src/blkid.h
libmount/docs/Makefile
libmount/docs/version.xml
-libmount/mount.pc
libmount/src/libmount.h
-libuuid/uuid.pc
-misc-utils/uuidd.8
-misc-utils/uuidd.rc
-misc-utils/uuidd.service
-misc-utils/uuidd.socket
po/Makefile.in
])