configure (mrouted-4.3) | : | configure (mrouted-4.4) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. | |||
# Generated by GNU Autoconf 2.69 for mrouted 4.3. | # Generated by GNU Autoconf 2.69 for mrouted 4.4. | |||
# | # | |||
# Report bugs to <https://github.com/troglobit/mrouted/issues>. | # Report bugs to <https://github.com/troglobit/mrouted/issues>. | |||
# | # | |||
# | # | |||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | |||
# | # | |||
# | # | |||
# This configure script is free software; the Free Software Foundation | # This configure script is free software; the Free Software Foundation | |||
# gives unlimited permission to copy, distribute and modify it. | # gives unlimited permission to copy, distribute and modify it. | |||
## -------------------- ## | ## -------------------- ## | |||
skipping to change at line 576 | skipping to change at line 576 | |||
ac_config_libobj_dir=. | ac_config_libobj_dir=. | |||
LIBOBJS= | LIBOBJS= | |||
cross_compiling=no | cross_compiling=no | |||
subdirs= | subdirs= | |||
MFLAGS= | MFLAGS= | |||
MAKEFLAGS= | MAKEFLAGS= | |||
# Identity of this package. | # Identity of this package. | |||
PACKAGE_NAME='mrouted' | PACKAGE_NAME='mrouted' | |||
PACKAGE_TARNAME='mrouted' | PACKAGE_TARNAME='mrouted' | |||
PACKAGE_VERSION='4.3' | PACKAGE_VERSION='4.4' | |||
PACKAGE_STRING='mrouted 4.3' | PACKAGE_STRING='mrouted 4.4' | |||
PACKAGE_BUGREPORT='https://github.com/troglobit/mrouted/issues' | PACKAGE_BUGREPORT='https://github.com/troglobit/mrouted/issues' | |||
PACKAGE_URL='https://troglobit.com/projects/mrouted/' | PACKAGE_URL='https://troglobit.com/projects/mrouted/' | |||
ac_unique_file="src/main.c" | ac_unique_file="src/main.c" | |||
# Factoring default headers for most tests. | # Factoring default headers for most tests. | |||
ac_includes_default="\ | ac_includes_default="\ | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef HAVE_SYS_TYPES_H | #ifdef HAVE_SYS_TYPES_H | |||
# include <sys/types.h> | # include <sys/types.h> | |||
#endif | #endif | |||
skipping to change at line 629 | skipping to change at line 629 | |||
ac_subst_vars='am__EXEEXT_FALSE | ac_subst_vars='am__EXEEXT_FALSE | |||
am__EXEEXT_TRUE | am__EXEEXT_TRUE | |||
LTLIBOBJS | LTLIBOBJS | |||
SBINDIR | SBINDIR | |||
SYSCONFDIR | SYSCONFDIR | |||
DOCDIR | DOCDIR | |||
ENABLE_TEST_FALSE | ENABLE_TEST_FALSE | |||
ENABLE_TEST_TRUE | ENABLE_TEST_TRUE | |||
SYSTEMD_FALSE | SYSTEMD_FALSE | |||
SYSTEMD_TRUE | SYSTEMD_TRUE | |||
RSRR_FALSE | ||||
RSRR_TRUE | ||||
LINUX_FALSE | LINUX_FALSE | |||
LINUX_TRUE | LINUX_TRUE | |||
BSD_FALSE | BSD_FALSE | |||
BSD_TRUE | BSD_TRUE | |||
systemddir | systemddir | |||
LIBOBJS | LIBOBJS | |||
EGREP | EGREP | |||
GREP | GREP | |||
CPP | CPP | |||
PKG_CONFIG_LIBDIR | PKG_CONFIG_LIBDIR | |||
skipping to change at line 733 | skipping to change at line 731 | |||
PACKAGE_TARNAME | PACKAGE_TARNAME | |||
PACKAGE_NAME | PACKAGE_NAME | |||
PATH_SEPARATOR | PATH_SEPARATOR | |||
SHELL | SHELL | |||
am__quote' | am__quote' | |||
ac_subst_files='' | ac_subst_files='' | |||
ac_user_opts=' | ac_user_opts=' | |||
enable_option_checking | enable_option_checking | |||
enable_silent_rules | enable_silent_rules | |||
enable_dependency_tracking | enable_dependency_tracking | |||
enable_rsrr | ||||
enable_test | enable_test | |||
with_systemd | with_systemd | |||
' | ' | |||
ac_precious_vars='build_alias | ac_precious_vars='build_alias | |||
host_alias | host_alias | |||
target_alias | target_alias | |||
CC | CC | |||
CFLAGS | CFLAGS | |||
LDFLAGS | LDFLAGS | |||
LIBS | LIBS | |||
skipping to change at line 1298 | skipping to change at line 1295 | |||
eval ac_cv_env_${ac_var}_value=\$${ac_var} | eval ac_cv_env_${ac_var}_value=\$${ac_var} | |||
done | done | |||
# | # | |||
# Report the --help message. | # Report the --help message. | |||
# | # | |||
if test "$ac_init_help" = "long"; then | if test "$ac_init_help" = "long"; then | |||
# Omit some internal or obsolete options to make the list less imposing. | # Omit some internal or obsolete options to make the list less imposing. | |||
# This message is too long to be a string in the A/UX 3.1 sh. | # This message is too long to be a string in the A/UX 3.1 sh. | |||
cat <<_ACEOF | cat <<_ACEOF | |||
\`configure' configures mrouted 4.3 to adapt to many kinds of systems. | \`configure' configures mrouted 4.4 to adapt to many kinds of systems. | |||
Usage: $0 [OPTION]... [VAR=VALUE]... | Usage: $0 [OPTION]... [VAR=VALUE]... | |||
To assign environment variables (e.g., CC, CFLAGS...), specify them as | To assign environment variables (e.g., CC, CFLAGS...), specify them as | |||
VAR=VALUE. See below for descriptions of some of the useful variables. | VAR=VALUE. See below for descriptions of some of the useful variables. | |||
Defaults for the options are specified in brackets. | Defaults for the options are specified in brackets. | |||
Configuration: | Configuration: | |||
-h, --help display this help and exit | -h, --help display this help and exit | |||
skipping to change at line 1365 | skipping to change at line 1362 | |||
Program names: | Program names: | |||
--program-prefix=PREFIX prepend PREFIX to installed program names | --program-prefix=PREFIX prepend PREFIX to installed program names | |||
--program-suffix=SUFFIX append SUFFIX to installed program names | --program-suffix=SUFFIX append SUFFIX to installed program names | |||
--program-transform-name=PROGRAM run sed PROGRAM on installed program names | --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |||
_ACEOF | _ACEOF | |||
fi | fi | |||
if test -n "$ac_init_help"; then | if test -n "$ac_init_help"; then | |||
case $ac_init_help in | case $ac_init_help in | |||
short | recursive ) echo "Configuration of mrouted 4.3:";; | short | recursive ) echo "Configuration of mrouted 4.4:";; | |||
esac | esac | |||
cat <<\_ACEOF | cat <<\_ACEOF | |||
Optional Features: | Optional Features: | |||
--disable-option-checking ignore unrecognized --enable/--with options | --disable-option-checking ignore unrecognized --enable/--with options | |||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |||
--enable-silent-rules less verbose build output (undo: "make V=1") | --enable-silent-rules less verbose build output (undo: "make V=1") | |||
--disable-silent-rules verbose build output (undo: "make V=0") | --disable-silent-rules verbose build output (undo: "make V=0") | |||
--enable-dependency-tracking | --enable-dependency-tracking | |||
do not reject slow dependency extractors | do not reject slow dependency extractors | |||
--disable-dependency-tracking | --disable-dependency-tracking | |||
speeds up one-time build | speeds up one-time build | |||
--enable-rsrr Routing Support for Resource Reservation currently | ||||
used by RSVP (EXPERIMENTAL). For details, see | ||||
http://tools.ietf.org/html/draft-ietf-rsvp-routing-02 | ||||
--enable-test enable tests, requries unshare, tshark, etc. | --enable-test enable tests, requries unshare, tshark, etc. | |||
Optional Packages: | Optional Packages: | |||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |||
--with-systemd=DIR Directory for systemd service files | --with-systemd=DIR Directory for systemd service files | |||
Some influential environment variables: | Some influential environment variables: | |||
CC C compiler command | CC C compiler command | |||
CFLAGS C compiler flags | CFLAGS C compiler flags | |||
skipping to change at line 1477 | skipping to change at line 1471 | |||
else | else | |||
$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |||
fi || ac_status=$? | fi || ac_status=$? | |||
cd "$ac_pwd" || { ac_status=$?; break; } | cd "$ac_pwd" || { ac_status=$?; break; } | |||
done | done | |||
fi | fi | |||
test -n "$ac_init_help" && exit $ac_status | test -n "$ac_init_help" && exit $ac_status | |||
if $ac_init_version; then | if $ac_init_version; then | |||
cat <<\_ACEOF | cat <<\_ACEOF | |||
mrouted configure 4.3 | mrouted configure 4.4 | |||
generated by GNU Autoconf 2.69 | generated by GNU Autoconf 2.69 | |||
Copyright (C) 2012 Free Software Foundation, Inc. | Copyright (C) 2012 Free Software Foundation, Inc. | |||
This configure script is free software; the Free Software Foundation | This configure script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it. | gives unlimited permission to copy, distribute and modify it. | |||
_ACEOF | _ACEOF | |||
exit | exit | |||
fi | fi | |||
## ------------------------ ## | ## ------------------------ ## | |||
skipping to change at line 1846 | skipping to change at line 1840 | |||
eval ac_res=\$$3 | eval ac_res=\$$3 | |||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |||
$as_echo "$ac_res" >&6; } | $as_echo "$ac_res" >&6; } | |||
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |||
} # ac_fn_c_check_func | } # ac_fn_c_check_func | |||
cat >config.log <<_ACEOF | cat >config.log <<_ACEOF | |||
This file contains any messages produced by compilers while | This file contains any messages produced by compilers while | |||
running configure, to aid debugging if configure makes a mistake. | running configure, to aid debugging if configure makes a mistake. | |||
It was created by mrouted $as_me 4.3, which was | It was created by mrouted $as_me 4.4, which was | |||
generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was | |||
$ $0 $@ | $ $0 $@ | |||
_ACEOF | _ACEOF | |||
exec 5>>config.log | exec 5>>config.log | |||
{ | { | |||
cat <<_ASUNAME | cat <<_ASUNAME | |||
## --------- ## | ## --------- ## | |||
## Platform. ## | ## Platform. ## | |||
skipping to change at line 2701 | skipping to change at line 2695 | |||
if test -z "$CYGPATH_W"; then | if test -z "$CYGPATH_W"; then | |||
if (cygpath --version) >/dev/null 2>/dev/null; then | if (cygpath --version) >/dev/null 2>/dev/null; then | |||
CYGPATH_W='cygpath -w' | CYGPATH_W='cygpath -w' | |||
else | else | |||
CYGPATH_W=echo | CYGPATH_W=echo | |||
fi | fi | |||
fi | fi | |||
# Define the identity of the package. | # Define the identity of the package. | |||
PACKAGE='mrouted' | PACKAGE='mrouted' | |||
VERSION='4.3' | VERSION='4.4' | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define PACKAGE "$PACKAGE" | #define PACKAGE "$PACKAGE" | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define VERSION "$VERSION" | #define VERSION "$VERSION" | |||
_ACEOF | _ACEOF | |||
# Some tools Automake needs. | # Some tools Automake needs. | |||
skipping to change at line 4574 | skipping to change at line 4568 | |||
else | else | |||
case " $LIBOBJS " in | case " $LIBOBJS " in | |||
*" utimensat.$ac_objext "* ) ;; | *" utimensat.$ac_objext "* ) ;; | |||
*) LIBOBJS="$LIBOBJS utimensat.$ac_objext" | *) LIBOBJS="$LIBOBJS utimensat.$ac_objext" | |||
;; | ;; | |||
esac | esac | |||
fi | fi | |||
# Check whether --enable-rsrr was given. | ||||
if test "${enable_rsrr+set}" = set; then : | ||||
enableval=$enable_rsrr; | ||||
else | ||||
enable_rsrr=no | ||||
fi | ||||
# Check whether --enable-test was given. | # Check whether --enable-test was given. | |||
if test "${enable_test+set}" = set; then : | if test "${enable_test+set}" = set; then : | |||
enableval=$enable_test; enable_test="$enableval" | enableval=$enable_test; enable_test="$enableval" | |||
else | else | |||
enable_test="no" | enable_test="no" | |||
fi | fi | |||
# Check whether --with-systemd was given. | # Check whether --with-systemd was given. | |||
if test "${with_systemd+set}" = set; then : | if test "${with_systemd+set}" = set; then : | |||
withval=$with_systemd; | withval=$with_systemd; | |||
else | else | |||
with_systemd=auto | with_systemd=auto | |||
fi | fi | |||
# Create config.h from selected features and fallback defautls | # Create config.h from selected features and fallback defautls | |||
if test "x$enable_rsrr" = "xyes"; then : | ||||
$as_echo "#define RSRR 1" >>confdefs.h | ||||
fi | ||||
if test "x$with_systemd" = "xyes" -o "x$with_systemd" = "xauto"; then : | if test "x$with_systemd" = "xyes" -o "x$with_systemd" = "xauto"; then : | |||
def_systemd=$($PKG_CONFIG --variable=systemdsystemunitdir systemd) | def_systemd=$($PKG_CONFIG --variable=systemdsystemunitdir systemd) | |||
if test "x$def_systemd" = "x"; then : | if test "x$def_systemd" = "x"; then : | |||
if test "x$with_systemd" = "xyes"; then : | if test "x$with_systemd" = "xyes"; then : | |||
as_fn_error $? "systemd support requested but pkg-config unable to query syste md package" "$LINENO" 5 | as_fn_error $? "systemd support requested but pkg-config unable to query syste md package" "$LINENO" 5 | |||
fi | fi | |||
with_systemd=no | with_systemd=no | |||
else | else | |||
with_systemd="$def_systemd" | with_systemd="$def_systemd" | |||
skipping to change at line 4635 | skipping to change at line 4616 | |||
fi | fi | |||
if test "x$ac_cv_header_linux_netlink_h" = "xyes"; then | if test "x$ac_cv_header_linux_netlink_h" = "xyes"; then | |||
LINUX_TRUE= | LINUX_TRUE= | |||
LINUX_FALSE='#' | LINUX_FALSE='#' | |||
else | else | |||
LINUX_TRUE='#' | LINUX_TRUE='#' | |||
LINUX_FALSE= | LINUX_FALSE= | |||
fi | fi | |||
if test "x$enable_rsrr" = "xyes"; then | ||||
RSRR_TRUE= | ||||
RSRR_FALSE='#' | ||||
else | ||||
RSRR_TRUE='#' | ||||
RSRR_FALSE= | ||||
fi | ||||
if test "x$with_systemd" != "xno"; then | if test "x$with_systemd" != "xno"; then | |||
SYSTEMD_TRUE= | SYSTEMD_TRUE= | |||
SYSTEMD_FALSE='#' | SYSTEMD_FALSE='#' | |||
else | else | |||
SYSTEMD_TRUE='#' | SYSTEMD_TRUE='#' | |||
SYSTEMD_FALSE= | SYSTEMD_FALSE= | |||
fi | fi | |||
if test "x$enable_test" != "xno"; then | if test "x$enable_test" != "xno"; then | |||
ENABLE_TEST_TRUE= | ENABLE_TEST_TRUE= | |||
skipping to change at line 4820 | skipping to change at line 4793 | |||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |||
fi | fi | |||
if test -z "${BSD_TRUE}" && test -z "${BSD_FALSE}"; then | if test -z "${BSD_TRUE}" && test -z "${BSD_FALSE}"; then | |||
as_fn_error $? "conditional \"BSD\" was never defined. | as_fn_error $? "conditional \"BSD\" was never defined. | |||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |||
fi | fi | |||
if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then | if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then | |||
as_fn_error $? "conditional \"LINUX\" was never defined. | as_fn_error $? "conditional \"LINUX\" was never defined. | |||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |||
fi | fi | |||
if test -z "${RSRR_TRUE}" && test -z "${RSRR_FALSE}"; then | ||||
as_fn_error $? "conditional \"RSRR\" was never defined. | ||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||||
fi | ||||
if test -z "${SYSTEMD_TRUE}" && test -z "${SYSTEMD_FALSE}"; then | if test -z "${SYSTEMD_TRUE}" && test -z "${SYSTEMD_FALSE}"; then | |||
as_fn_error $? "conditional \"SYSTEMD\" was never defined. | as_fn_error $? "conditional \"SYSTEMD\" was never defined. | |||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |||
fi | fi | |||
if test -z "${ENABLE_TEST_TRUE}" && test -z "${ENABLE_TEST_FALSE}"; then | if test -z "${ENABLE_TEST_TRUE}" && test -z "${ENABLE_TEST_FALSE}"; then | |||
as_fn_error $? "conditional \"ENABLE_TEST\" was never defined. | as_fn_error $? "conditional \"ENABLE_TEST\" was never defined. | |||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | |||
fi | fi | |||
: "${CONFIG_STATUS=./config.status}" | : "${CONFIG_STATUS=./config.status}" | |||
skipping to change at line 5220 | skipping to change at line 5189 | |||
## Main body of $CONFIG_STATUS script. ## | ## Main body of $CONFIG_STATUS script. ## | |||
## ----------------------------------- ## | ## ----------------------------------- ## | |||
_ASEOF | _ASEOF | |||
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |||
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
# Save the log message, to keep $0 and so on meaningful, and to | # Save the log message, to keep $0 and so on meaningful, and to | |||
# report actual input values of CONFIG_FILES etc. instead of their | # report actual input values of CONFIG_FILES etc. instead of their | |||
# values after options handling. | # values after options handling. | |||
ac_log=" | ac_log=" | |||
This file was extended by mrouted $as_me 4.3, which was | This file was extended by mrouted $as_me 4.4, which was | |||
generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was | |||
CONFIG_FILES = $CONFIG_FILES | CONFIG_FILES = $CONFIG_FILES | |||
CONFIG_HEADERS = $CONFIG_HEADERS | CONFIG_HEADERS = $CONFIG_HEADERS | |||
CONFIG_LINKS = $CONFIG_LINKS | CONFIG_LINKS = $CONFIG_LINKS | |||
CONFIG_COMMANDS = $CONFIG_COMMANDS | CONFIG_COMMANDS = $CONFIG_COMMANDS | |||
$ $0 $@ | $ $0 $@ | |||
on `(hostname || uname -n) 2>/dev/null | sed 1q` | on `(hostname || uname -n) 2>/dev/null | sed 1q` | |||
" | " | |||
skipping to change at line 5286 | skipping to change at line 5255 | |||
Configuration commands: | Configuration commands: | |||
$config_commands | $config_commands | |||
Report bugs to <https://github.com/troglobit/mrouted/issues>. | Report bugs to <https://github.com/troglobit/mrouted/issues>. | |||
mrouted home page: <https://troglobit.com/projects/mrouted/>." | mrouted home page: <https://troglobit.com/projects/mrouted/>." | |||
_ACEOF | _ACEOF | |||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" | |||
ac_cs_version="\\ | ac_cs_version="\\ | |||
mrouted config.status 4.3 | mrouted config.status 4.4 | |||
configured by $0, generated by GNU Autoconf 2.69, | configured by $0, generated by GNU Autoconf 2.69, | |||
with options \\"\$ac_cs_config\\" | with options \\"\$ac_cs_config\\" | |||
Copyright (C) 2012 Free Software Foundation, Inc. | Copyright (C) 2012 Free Software Foundation, Inc. | |||
This config.status script is free software; the Free Software Foundation | This config.status script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it." | gives unlimited permission to copy, distribute and modify it." | |||
ac_pwd='$ac_pwd' | ac_pwd='$ac_pwd' | |||
srcdir='$srcdir' | srcdir='$srcdir' | |||
INSTALL='$INSTALL' | INSTALL='$INSTALL' | |||
skipping to change at line 6151 | skipping to change at line 6120 | |||
cat <<EOF | cat <<EOF | |||
------------------ Summary ------------------ | ------------------ Summary ------------------ | |||
$PACKAGE_NAME version $PACKAGE_VERSION | $PACKAGE_NAME version $PACKAGE_VERSION | |||
Install prefix........: $prefix | Install prefix........: $prefix | |||
Configuration file....: `eval echo $sysconfdir`/mrouted.conf | Configuration file....: `eval echo $sysconfdir`/mrouted.conf | |||
PID and .sock files...: `eval echo $runstatedir`/ | PID and .sock files...: `eval echo $runstatedir`/ | |||
C Compiler............: $CC $CFLAGS $CPPFLAGS $LDFLAGS $LIBS | C Compiler............: $CC $CFLAGS $CPPFLAGS $LDFLAGS $LIBS | |||
Optional features: | Optional features: | |||
RSRR (experimental)...: $enable_rsrr | ||||
systemd...............: $with_systemd | systemd...............: $with_systemd | |||
Unit tests............: $enable_test | Unit tests............: $enable_test | |||
------------- Compiler version -------------- | ------------- Compiler version -------------- | |||
$($CC --version || true) | $($CC --version || true) | |||
--------------------------------------------- | --------------------------------------------- | |||
Check the above options and compile with: | Check the above options and compile with: | |||
${MAKE-make} | ${MAKE-make} | |||
End of changes. 17 change blocks. | ||||
42 lines changed or deleted | 10 lines changed or added |