chiark / gitweb /
hostname: keep dots in hostname
[elogind.git] / configure.ac
index ffdedeedff94d7e1d6c37a83be0d5060a2206290..16f1bcdb6e0e0df2734b22bb285bfc7ac673c222 100644 (file)
@@ -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_default_prefix}])
+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}
 "