summaryrefslogtreecommitdiffstats
path: root/configure.ac.in
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-06-19 15:28:22 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-06-24 13:07:58 +0800
commit56294d02a1422a3e83d2507c462ce53091135fa1 (patch)
treefc31fa62f2f80fc1058c63b6276b39c8be613709 /configure.ac.in
parentc11bcba9a99e858e618f4d872a5be7d52dcaaa5a (diff)
downloadtalos-petitboot-56294d02a1422a3e83d2507c462ce53091135fa1.tar.gz
talos-petitboot-56294d02a1422a3e83d2507c462ce53091135fa1.zip
Add pkgsysconfdir
We'll need a sysconf dir to store the boot hooks. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 1d6703b..51cfdb8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -219,6 +219,7 @@ AS_IF(
AC_SUBST([LIBTOOL_DEPS])
AC_SUBST([DESTDIR])
+AC_SUBST([pkgsysconfdir], ["${sysconfdir}/${package}"])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
OpenPOWER on IntegriCloud