From 8c4a3079a7f358c179430d1aec59de8b670b5f6e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jun 2010 00:35:58 +0200 Subject: build-sys: install stuff intended for / into ${rootdir} which is configurable with --with-rootdir= --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ffdedeedff..dd3f152f90 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,12 @@ AC_ARG_WITH([udevrulesdir], [with_udevrulesdir=/lib/udev/rules.d]) AC_SUBST([udevrulesdir], [$with_udevrulesdir]) +AC_ARG_WITH([rootdir], + AS_HELP_STRING([--with-rootdir=DIR], [Root directory for files necessary for boot]), + [], + [with_rootdir=/]) +AC_SUBST([rootdir], [$with_rootdir]) + AC_OUTPUT([Makefile]) echo " @@ -280,5 +286,7 @@ echo " Syslog service: ${SPECIAL_SYSLOG_SERVICE} D-Bus service: ${SPECIAL_DBUS_SERVICE} Gtk: ${have_gtk} + prefix: ${prefix} + root dir: ${with_rootdir} udev rules dir: ${with_udevrulesdir} " -- cgit v1.2.3-54-g00ecf