chiark / gitweb /
server/tripe-admin.5: Describe the quoting convention.
[tripe] / configure.ac
index 674116e37da66c091beb09518223100b608c387f..61ed4a8fd1c1c25119d33bcd6989b15b9cc64d09 100644 (file)
@@ -95,6 +95,15 @@ TRIPE_DEFINE_PATH(
 TRIPE_DEFINE_PATH(
   [logfile], [FILE], [logging output [[./tripe.log]]], [tripe.log])
 
+dnl--------------------------------------------------------------------------
+dnl Privilege-separation helper.
+
+mdw_DEFINE_PATHS([
+  AC_DEFINE_UNQUOTED([PRIVSEP_HELPER],
+    ["mdw_PATH([$libexecdir])/mdw_PROG([tripe-privhelper])"],
+    [Pathname of privilege-separation helper.])
+])
+
 dnl--------------------------------------------------------------------------
 dnl Other options.
 
@@ -305,6 +314,7 @@ AC_CONFIG_FILES(
   [uslip/Makefile]
   [pathmtu/Makefile]
   [client/Makefile]
+  [priv/Makefile]
   [server/Makefile]
   [proxy/Makefile]
   [pkstream/Makefile]