configure.ac   configure.ac 
skipping to change at line 23 skipping to change at line 23
# WITHOUT ANY WARRANTY; without even the implied warranty of # WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>. # along with systemd; If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([systemd], AC_INIT([systemd],
[215], [216],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd], [systemd],
[http://www.freedesktop.org/wiki/Software/systemd]) [http://www.freedesktop.org/wiki/Software/systemd])
AC_CONFIG_SRCDIR([src/core/main.c]) AC_CONFIG_SRCDIR([src/core/main.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS
skipping to change at line 65 skipping to change at line 65
AS_IF([test x"$intltool_found" != xyes], AS_IF([test x"$intltool_found" != xyes],
[AS_IF([test x"$enable_nls" = xyes], [AS_IF([test x"$enable_nls" = xyes],
[AC_MSG_ERROR([--enable-nls requested but intltool not found]) ], [AC_MSG_ERROR([--enable-nls requested but intltool not found]) ],
[AS_IF([test x"$enable_nls" != xno], [AS_IF([test x"$enable_nls" != xno],
[AC_MSG_WARN([*** Disabling NLS support because intltoo l was not found]) [AC_MSG_WARN([*** Disabling NLS support because intltoo l was not found])
enable_nls=no]) enable_nls=no])
]) ])
]) ])
AM_NLS AM_NLS
AS_IF([test x"$enable_nls" != xno], [ AS_IF([test x"$enable_nls" != xno -o "x$enable_polkit" != xno], [
# intltoolize greps for '^(AC|IT)_PROG_INTLTOOL', so it needs to be on its own line # intltoolize greps for '^(AC|IT)_PROG_INTLTOOL', so it needs to be on its own line
IT_PROG_INTLTOOL([0.40.0]) IT_PROG_INTLTOOL([0.40.0])
]) ])
AS_IF([test -z "$INTLTOOL_POLICY_RULE"], [ AS_IF([test -z "$INTLTOOL_POLICY_RULE"], [
# If intltool is not available, provide a dummy rule to fail generation of %.policy files with a meaningful error message # If intltool is not available, provide a dummy rule to fail generation of %.policy files with a meaningful error message
INTLTOOL_POLICY_RULE='%.policy: %.policy.in ; @echo " ITMRG " $@ && echo "*** intltool support required to build target $@" && false' INTLTOOL_POLICY_RULE='%.policy: %.policy.in ; @echo " ITMRG " $@ && echo "*** intltool support required to build target $@" && false'
AC_SUBST(INTLTOOL_POLICY_RULE) AC_SUBST(INTLTOOL_POLICY_RULE)
]) ])
skipping to change at line 186 skipping to change at line 186
-Wmissing-noreturn \ -Wmissing-noreturn \
-Wshadow \ -Wshadow \
-Wendif-labels \ -Wendif-labels \
-Wstrict-aliasing=2 \ -Wstrict-aliasing=2 \
-Wwrite-strings \ -Wwrite-strings \
-Wno-long-long \ -Wno-long-long \
-Wno-overlength-strings \ -Wno-overlength-strings \
-Wno-unused-parameter \ -Wno-unused-parameter \
-Wno-missing-field-initializers \ -Wno-missing-field-initializers \
-Wno-unused-result \ -Wno-unused-result \
-Wno-typedef-redefinition \
-Werror=overflow \ -Werror=overflow \
-Wdate-time \ -Wdate-time \
-Wnested-externs \ -Wnested-externs \
-ffast-math \ -ffast-math \
-fno-common \ -fno-common \
-fdiagnostics-show-option \ -fdiagnostics-show-option \
-fdiagnostics-color \ -fdiagnostics-color \
-fno-strict-aliasing \ -fno-strict-aliasing \
-fvisibility=hidden \ -fvisibility=hidden \
-ffunction-sections \ -ffunction-sections \
skipping to change at line 227 skipping to change at line 228
-Wl,-z,relro \ -Wl,-z,relro \
-Wl,-z,now \ -Wl,-z,now \
-pie \ -pie \
-Wl,-fuse-ld=gold]) -Wl,-fuse-ld=gold])
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags") AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
AC_CHECK_SIZEOF(pid_t) AC_CHECK_SIZEOF(pid_t)
AC_CHECK_SIZEOF(uid_t) AC_CHECK_SIZEOF(uid_t)
AC_CHECK_SIZEOF(gid_t) AC_CHECK_SIZEOF(gid_t)
AC_CHECK_SIZEOF(time_t) AC_CHECK_SIZEOF(time_t)
AC_CHECK_SIZEOF(dev_t)
AC_CHECK_SIZEOF(rlim_t,,[ AC_CHECK_SIZEOF(rlim_t,,[
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
]) ])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
# we use python to build the man page index, and for systemd-python # we use python to build the man page index, and for systemd-python
have_python=no have_python=no
AC_ARG_WITH([python], AC_ARG_WITH([python],
[AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])]) [AS_HELP_STRING([--without-python], [Disable building the man page index and systemd-python (default: test)])])
skipping to change at line 313 skipping to change at line 315
AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, LO_FLAGS_PART SCAN], AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, LO_FLAGS_PART SCAN],
[], [], [[ [], [], [[
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include <sys/mount.h> #include <sys/mount.h>
#include <fcntl.h> #include <fcntl.h>
#include <sched.h> #include <sched.h>
#include <linux/loop.h> #include <linux/loop.h>
]]) ]])
AC_CHECK_DECLS([IFLA_PHYS_PORT_ID, AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS,
IFLA_VTI_REMOTE,
IFLA_PHYS_PORT_ID,
IFLA_BOND_AD_INFO, IFLA_BOND_AD_INFO,
IFLA_VLAN_PROTOCOL, IFLA_VLAN_PROTOCOL,
IFLA_VXLAN_LOCAL6, IFLA_VXLAN_LOCAL6,
IFLA_IPTUN_6RD_RELAY_PREFIXLEN, IFLA_IPTUN_6RD_RELAY_PREFIXLEN,
IFLA_BRIDGE_VLAN_INFO], IFLA_BRIDGE_VLAN_INFO],
[], [], [[ [], [], [[
#include <inttypes.h> #include <inttypes.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <netinet/ether.h> #include <netinet/ether.h>
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
skipping to change at line 500 skipping to change at line 504
AC_SUBST(SUSHELL) AC_SUBST(SUSHELL)
AC_ARG_WITH([debug-tty], AC_ARG_WITH([debug-tty],
AS_HELP_STRING([--with-debug-tty=PATH], AS_HELP_STRING([--with-debug-tty=PATH],
[Specify the tty device for debug shell]), [Specify the tty device for debug shell]),
[DEBUGTTY="$withval"], [DEBUGTTY="$withval"],
[DEBUGTTY=/dev/tty9]) [DEBUGTTY=/dev/tty9])
AC_SUBST(DEBUGTTY) AC_SUBST(DEBUGTTY)
AC_ARG_WITH([certificate-root],
AS_HELP_STRING([--with-certificate-root=PATH],
[Specify the prefix for TLS certificates [/etc/ssl]]),
[CERTIFICATEROOT="$withval"],
[CERTIFICATEROOT="/etc/ssl"])
AC_SUBST(CERTIFICATEROOT)
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_xz=no have_xz=no
AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ suppo rt])) AC_ARG_ENABLE(xz, AS_HELP_STRING([--disable-xz], [Disable optional XZ suppo rt]))
if test "x$enable_xz" != "xno"; then if test "x$enable_xz" != "xno"; then
PKG_CHECK_MODULES(XZ, [ liblzma ], PKG_CHECK_MODULES(XZ, [ liblzma ],
[AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz =yes], have_xz=no) [AC_DEFINE(HAVE_XZ, 1, [Define if XZ is available]) have_xz =yes])
if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then if test "x$have_xz" = xno -a "x$enable_xz" = xyes; then
AC_MSG_ERROR([*** Xz support requested but libraries not fo und]) AC_MSG_ERROR([*** XZ support requested but libraries not fo und])
fi fi
fi fi
AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"]) AM_CONDITIONAL(HAVE_XZ, [test "$have_xz" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_lz4=no
AC_ARG_ENABLE(lz4, AS_HELP_STRING([--enable-lz4], [Enable optional LZ4 supp
ort]))
AS_IF([test "x$enable_lz4" == "xyes"], [
AC_CHECK_HEADERS(lz4.h,
[AC_DEFINE(HAVE_LZ4, 1, [Define in LZ4 is available]) have_l
z4=yes],
[AC_MSG_ERROR([*** LZ4 support requested but headers not fou
nd])])
])
AM_CONDITIONAL(HAVE_LZ4, [test "$have_lz4" = "yes"])
AM_CONDITIONAL(HAVE_COMPRESSION, [test "$have_xz" = "yes" -o "$have_lz4" =
"yes"])
# -------------------------------------------------------------------------
-----
AC_ARG_ENABLE([pam], AC_ARG_ENABLE([pam],
AS_HELP_STRING([--disable-pam],[Disable optional PAM support]), AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),
[case "${enableval}" in [case "${enableval}" in
yes) have_pam=yes ;; yes) have_pam=yes ;;
no) have_pam=no ;; no) have_pam=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --disabl e-pam) ;; *) AC_MSG_ERROR(bad value ${enableval} for --disabl e-pam) ;;
esac], esac],
[have_pam=auto]) [have_pam=auto])
if test "x${have_pam}" != xno ; then if test "x${have_pam}" != xno ; then
skipping to change at line 778 skipping to change at line 802
if test "x$enable_gnutls" != "xno"; then if test "x$enable_gnutls" != "xno"; then
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4], PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.4],
[AC_DEFINE(HAVE_GNUTLS, 1, [Define if gnutls is available]) have_gnutls=yes], have_gnutls=no) [AC_DEFINE(HAVE_GNUTLS, 1, [Define if gnutls is available]) have_gnutls=yes], have_gnutls=no)
if test "x$have_gnutls" = xno -a "x$enable_gnutls" = xyes; then if test "x$have_gnutls" = xno -a "x$enable_gnutls" = xyes; then
AC_MSG_ERROR([*** gnutls support requested but libraries no t found]) AC_MSG_ERROR([*** gnutls support requested but libraries no t found])
fi fi
fi fi
AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"]) AM_CONDITIONAL(HAVE_GNUTLS, [test "$have_gnutls" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_libcurl=no
AC_ARG_ENABLE(libcurl, AS_HELP_STRING([--disable-libcurl], [disable libcurl
support]))
if test "x$enable_libcurl" != "xno"; then
PKG_CHECK_MODULES(LIBCURL, [libcurl],
[AC_DEFINE(HAVE_LIBCURL, 1, [Define if libcurl is available
]) have_libcurl=yes], have_libcurl=no)
if test "x$have_libcurl" = xno -a "x$enable_libcurl" = xyes; then
AC_MSG_ERROR([*** libcurl support requested but libraries n
ot found])
fi
fi
AM_CONDITIONAL(HAVE_LIBCURL, [test "$have_libcurl" = "yes"])
# -------------------------------------------------------------------------
-----
have_libidn=no
AC_ARG_ENABLE(libidn, AS_HELP_STRING([--disable-libidn], [Disable optional
LIBIDN support]))
if test "x$enable_libidn" != "xno"; then
PKG_CHECK_MODULES(LIBIDN, [libidn],
[AC_DEFINE(HAVE_LIBIDN, 1, [Define if libidn is available])
have_libidn=yes
M4_DEFINES="$M4_DEFINES -DHAVE_LIBIDN"],
[have_libidn=no])
if test "x$have_libidn" = "xno" -a "x$enable_libidn" = "xyes"; then
AC_MSG_ERROR([*** libidn support requested but libraries no
t found])
fi
fi
AM_CONDITIONAL(HAVE_LIBIDN, [test "$have_libidn" = "yes"])
# -------------------------------------------------------------------------
-----
have_binfmt=no have_binfmt=no
AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt to ol])) AC_ARG_ENABLE(binfmt, AS_HELP_STRING([--disable-binfmt], [disable binfmt to ol]))
if test "x$enable_binfmt" != "xno"; then if test "x$enable_binfmt" != "xno"; then
have_binfmt=yes have_binfmt=yes
fi fi
AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"]) AM_CONDITIONAL(ENABLE_BINFMT, [test "$have_binfmt" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_vconsole=no have_vconsole=no
AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vcons ole tool])) AC_ARG_ENABLE(vconsole, AS_HELP_STRING([--disable-vconsole], [disable vcons ole tool]))
skipping to change at line 834 skipping to change at line 885
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_sysusers=no have_sysusers=no
AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysus ers support])) AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysus ers support]))
if test "x$enable_sysusers" != "xno"; then if test "x$enable_sysusers" != "xno"; then
have_sysusers=yes have_sysusers=yes
fi fi
AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"]) AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_firstboot=no
AC_ARG_ENABLE(firstboot, AS_HELP_STRING([--disable-firstboot], [disable fir
stboot support]))
if test "x$enable_firstboot" != "xno"; then
have_firstboot=yes
fi
AM_CONDITIONAL(ENABLE_FIRSTBOOT, [test "$have_firstboot" = "yes"])
# -------------------------------------------------------------------------
-----
have_randomseed=no have_randomseed=no
AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable r andomseed tools])) AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable r andomseed tools]))
if test "x$enable_randomseed" != "xno"; then if test "x$enable_randomseed" != "xno"; then
have_randomseed=yes have_randomseed=yes
fi fi
AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"]) AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_backlight=no have_backlight=no
AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable bac klight tools])) AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable bac klight tools]))
skipping to change at line 1005 skipping to change at line 1064
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_multi_seat_x=no have_multi_seat_x=no
AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do no t build multi-seat-x])) AC_ARG_ENABLE(multi_seat_x, AS_HELP_STRING([--disable-multi-seat-x], [do no t build multi-seat-x]))
if test "x$enable_multi_seat_x" != "xno"; then if test "x$enable_multi_seat_x" != "xno"; then
have_multi_seat_x=yes have_multi_seat_x=yes
fi fi
AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"]) AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_terminal=no
AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable termina
l support]))
if test "x$enable_terminal" = "xyes"; then
AC_DEFINE(ENABLE_TERMINAL, 1, [Define if terminal support is to be
enabled])
have_terminal=yes
fi
AM_CONDITIONAL(ENABLE_TERMINAL, [test "x$have_terminal" = "xyes"])
# -------------------------------------------------------------------------
-----
have_kdbus=no have_kdbus=no
AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default])) AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--enable-kdbus], [do connect to kdbus by default]))
if test "x$enable_kdbus" = "xyes"; then if test "x$enable_kdbus" = "xyes"; then
AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enable d]) AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus support is to be enable d])
have_kdbus=yes have_kdbus=yes
M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS" M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
fi fi
AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"]) AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
skipping to change at line 1117 skipping to change at line 1185
AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"]) AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"])
AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define i f glib is available]) ]) AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define i f glib is available]) ])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
have_manpages=no have_manpages=no
AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpa ges])) AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpa ges]))
AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes]) AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"]) AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
# ------------------------------------------------------------------------- ----- # ------------------------------------------------------------------------- -----
AC_ARG_ENABLE(ldconfig,
[AC_HELP_STRING([--disable-ldconfig], [disable ldconfig])],
enable_ldconfig=$enableval, enable_ldconfig=yes)
AM_CONDITIONAL(ENABLE_LDCONFIG, [test x$enable_ldconfig = xyes])
# ------------------------------------------------------------------------- -----
# Location of the init scripts as mandated by LSB # Location of the init scripts as mandated by LSB
SYSTEM_SYSVINIT_PATH=/etc/init.d SYSTEM_SYSVINIT_PATH=/etc/init.d
SYSTEM_SYSVRCND_PATH=/etc/rc.d SYSTEM_SYSVRCND_PATH=/etc/rc.d
AC_ARG_WITH([sysvinit-path], AC_ARG_WITH([sysvinit-path],
[AS_HELP_STRING([--with-sysvinit-path=PATH], [AS_HELP_STRING([--with-sysvinit-path=PATH],
[Specify the path to where the SysV init scripts are locate d])], [Specify the path to where the SysV init scripts are locate d])],
[SYSTEM_SYSVINIT_PATH="$withval"], [SYSTEM_SYSVINIT_PATH="$withval"],
[]) [])
skipping to change at line 1268 skipping to change at line 1341
libcryptsetup: ${have_libcryptsetup} libcryptsetup: ${have_libcryptsetup}
PAM: ${have_pam} PAM: ${have_pam}
AUDIT: ${have_audit} AUDIT: ${have_audit}
IMA: ${have_ima} IMA: ${have_ima}
AppArmor: ${have_apparmor} AppArmor: ${have_apparmor}
SELinux: ${have_selinux} SELinux: ${have_selinux}
SECCOMP: ${have_seccomp} SECCOMP: ${have_seccomp}
SMACK: ${have_smack} SMACK: ${have_smack}
XZ: ${have_xz} XZ: ${have_xz}
LZ4: ${have_lz4}
ACL: ${have_acl} ACL: ${have_acl}
GCRYPT: ${have_gcrypt} GCRYPT: ${have_gcrypt}
QRENCODE: ${have_qrencode} QRENCODE: ${have_qrencode}
MICROHTTPD: ${have_microhttpd} MICROHTTPD: ${have_microhttpd}
CHKCONFIG: ${have_chkconfig} CHKCONFIG: ${have_chkconfig}
GNUTLS: ${have_gnutls} GNUTLS: ${have_gnutls}
libcurl: ${have_libcurl}
libidn: ${have_libidn}
ELFUTILS: ${have_elfutils} ELFUTILS: ${have_elfutils}
binfmt: ${have_binfmt} binfmt: ${have_binfmt}
vconsole: ${have_vconsole} vconsole: ${have_vconsole}
readahead: ${have_readahead} readahead: ${have_readahead}
bootchart: ${have_bootchart} bootchart: ${have_bootchart}
quotacheck: ${have_quotacheck} quotacheck: ${have_quotacheck}
tmpfiles: ${have_tmpfiles} tmpfiles: ${have_tmpfiles}
sysusers: ${have_sysusers} sysusers: ${have_sysusers}
firstboot: ${have_firstboot}
randomseed: ${have_randomseed} randomseed: ${have_randomseed}
backlight: ${have_backlight} backlight: ${have_backlight}
rfkill: ${have_rfkill} rfkill: ${have_rfkill}
logind: ${have_logind} logind: ${have_logind}
machined: ${have_machined} machined: ${have_machined}
hostnamed: ${have_hostnamed} hostnamed: ${have_hostnamed}
timedated: ${have_timedated} timedated: ${have_timedated}
timesyncd: ${have_timesyncd} timesyncd: ${have_timesyncd}
default NTP servers: ${NTP_SERVERS} default NTP servers: ${NTP_SERVERS}
time epoch: ${TIME_EPOCH} time epoch: ${TIME_EPOCH}
skipping to change at line 1306 skipping to change at line 1383
coredump: ${have_coredump} coredump: ${have_coredump}
polkit: ${have_polkit} polkit: ${have_polkit}
efi: ${have_efi} efi: ${have_efi}
kmod: ${have_kmod} kmod: ${have_kmod}
blkid: ${have_blkid} blkid: ${have_blkid}
dbus: ${have_dbus} dbus: ${have_dbus}
nss-myhostname: ${have_myhostname} nss-myhostname: ${have_myhostname}
gudev: ${enable_gudev} gudev: ${enable_gudev}
gintrospection: ${enable_introspection} gintrospection: ${enable_introspection}
multi-seat-x: ${have_multi_seat_x} multi-seat-x: ${have_multi_seat_x}
terminal: ${have_terminal}
kdbus: ${have_kdbus} kdbus: ${have_kdbus}
Python: ${have_python} Python: ${have_python}
Python Headers: ${have_python_devel} Python Headers: ${have_python_devel}
man pages: ${have_manpages} man pages: ${have_manpages}
gtk-doc: ${enable_gtk_doc} gtk-doc: ${enable_gtk_doc}
test coverage: ${have_coverage} test coverage: ${have_coverage}
Split /usr: ${enable_split_usr} Split /usr: ${enable_split_usr}
SysV compatibility: ${SYSTEM_SYSV_COMPAT} SysV compatibility: ${SYSTEM_SYSV_COMPAT}
compatibility libraries: ${have_compat_libs} compatibility libraries: ${have_compat_libs}
skipping to change at line 1344 skipping to change at line 1422
D-Bus system dir: ${with_dbussystemservicedir} D-Bus system dir: ${with_dbussystemservicedir}
D-Bus interfaces dir: ${with_dbusinterfacedir} D-Bus interfaces dir: ${with_dbusinterfacedir}
Bash completions dir: ${with_bashcompletiondir} Bash completions dir: ${with_bashcompletiondir}
Zsh completions dir: ${with_zshcompletiondir} Zsh completions dir: ${with_zshcompletiondir}
Extra start script: ${RC_LOCAL_SCRIPT_PATH_START} Extra start script: ${RC_LOCAL_SCRIPT_PATH_START}
Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP} Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP}
Debug shell: ${SUSHELL} @ ${DEBUGTTY} Debug shell: ${SUSHELL} @ ${DEBUGTTY}
TTY GID: ${TTY_GID} TTY GID: ${TTY_GID}
Maximum System UID: ${SYSTEM_UID_MAX} Maximum System UID: ${SYSTEM_UID_MAX}
Maximum System GID: ${SYSTEM_GID_MAX} Maximum System GID: ${SYSTEM_GID_MAX}
Certificate root: ${CERTIFICATEROOT}
CFLAGS: ${OUR_CFLAGS} ${CFLAGS} CFLAGS: ${OUR_CFLAGS} ${CFLAGS}
CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS} CPPFLAGS: ${OUR_CPPFLAGS} ${CPPFLAGS}
LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS} LDFLAGS: ${OUR_LDFLAGS} ${LDFLAGS}
PYTHON_CFLAGS: ${PYTHON_DEVEL_CFLAGS} PYTHON_CFLAGS: ${PYTHON_DEVEL_CFLAGS}
PYTHON_LIBS: ${PYTHON_DEVEL_LIBS} PYTHON_LIBS: ${PYTHON_DEVEL_LIBS}
]) ])
 End of changes. 19 change blocks. 
5 lines changed or deleted 101 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/