aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure35
1 files changed, 9 insertions, 26 deletions
diff --git a/configure b/configure
index 9162b6c90..9e883191a 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for firejail 0.9.66rc1. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.67.
4# 4#
5# Report bugs to <netblue30@protonmail.com>. 5# Report bugs to <netblue30@protonmail.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='firejail' 581PACKAGE_NAME='firejail'
582PACKAGE_TARNAME='firejail' 582PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.66rc1' 583PACKAGE_VERSION='0.9.67'
584PACKAGE_STRING='firejail 0.9.66rc1' 584PACKAGE_STRING='firejail 0.9.67'
585PACKAGE_BUGREPORT='netblue30@protonmail.com' 585PACKAGE_BUGREPORT='netblue30@protonmail.com'
586PACKAGE_URL='https://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
@@ -634,7 +634,6 @@ HAVE_GCOV
634BUSYBOX_WORKAROUND 634BUSYBOX_WORKAROUND
635HAVE_FATAL_WARNINGS 635HAVE_FATAL_WARNINGS
636HAVE_SUID 636HAVE_SUID
637HAVE_WHITELIST
638HAVE_FILE_TRANSFER 637HAVE_FILE_TRANSFER
639HAVE_X11 638HAVE_X11
640HAVE_USERNS 639HAVE_USERNS
@@ -726,7 +725,6 @@ enable_network
726enable_userns 725enable_userns
727enable_x11 726enable_x11
728enable_file_transfer 727enable_file_transfer
729enable_whitelist
730enable_suid 728enable_suid
731enable_fatal_warnings 729enable_fatal_warnings
732enable_busybox_workaround 730enable_busybox_workaround
@@ -1299,7 +1297,7 @@ if test "$ac_init_help" = "long"; then
1299 # Omit some internal or obsolete options to make the list less imposing. 1297 # Omit some internal or obsolete options to make the list less imposing.
1300 # This message is too long to be a string in the A/UX 3.1 sh. 1298 # This message is too long to be a string in the A/UX 3.1 sh.
1301 cat <<_ACEOF 1299 cat <<_ACEOF
1302\`configure' configures firejail 0.9.66rc1 to adapt to many kinds of systems. 1300\`configure' configures firejail 0.9.67 to adapt to many kinds of systems.
1303 1301
1304Usage: $0 [OPTION]... [VAR=VALUE]... 1302Usage: $0 [OPTION]... [VAR=VALUE]...
1305 1303
@@ -1361,7 +1359,7 @@ fi
1361 1359
1362if test -n "$ac_init_help"; then 1360if test -n "$ac_init_help"; then
1363 case $ac_init_help in 1361 case $ac_init_help in
1364 short | recursive ) echo "Configuration of firejail 0.9.66rc1:";; 1362 short | recursive ) echo "Configuration of firejail 0.9.67:";;
1365 esac 1363 esac
1366 cat <<\_ACEOF 1364 cat <<\_ACEOF
1367 1365
@@ -1385,7 +1383,6 @@ Optional Features:
1385 --disable-userns disable user namespace 1383 --disable-userns disable user namespace
1386 --disable-x11 disable X11 sandboxing support 1384 --disable-x11 disable X11 sandboxing support
1387 --disable-file-transfer disable file transfer 1385 --disable-file-transfer disable file transfer
1388 --disable-whitelist disable whitelist
1389 --disable-suid install as a non-SUID executable 1386 --disable-suid install as a non-SUID executable
1390 --enable-fatal-warnings -W -Wall -Werror 1387 --enable-fatal-warnings -W -Wall -Werror
1391 --enable-busybox-workaround 1388 --enable-busybox-workaround
@@ -1481,7 +1478,7 @@ fi
1481test -n "$ac_init_help" && exit $ac_status 1478test -n "$ac_init_help" && exit $ac_status
1482if $ac_init_version; then 1479if $ac_init_version; then
1483 cat <<\_ACEOF 1480 cat <<\_ACEOF
1484firejail configure 0.9.66rc1 1481firejail configure 0.9.67
1485generated by GNU Autoconf 2.69 1482generated by GNU Autoconf 2.69
1486 1483
1487Copyright (C) 2012 Free Software Foundation, Inc. 1484Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1783,7 +1780,7 @@ cat >config.log <<_ACEOF
1783This file contains any messages produced by compilers while 1780This file contains any messages produced by compilers while
1784running configure, to aid debugging if configure makes a mistake. 1781running configure, to aid debugging if configure makes a mistake.
1785 1782
1786It was created by firejail $as_me 0.9.66rc1, which was 1783It was created by firejail $as_me 0.9.67, which was
1787generated by GNU Autoconf 2.69. Invocation command line was 1784generated by GNU Autoconf 2.69. Invocation command line was
1788 1785
1789 $ $0 $@ 1786 $ $0 $@
@@ -3747,19 +3744,6 @@ if test "x$enable_file_transfer" != "xno"; then :
3747 3744
3748fi 3745fi
3749 3746
3750HAVE_WHITELIST=""
3751# Check whether --enable-whitelist was given.
3752if test "${enable_whitelist+set}" = set; then :
3753 enableval=$enable_whitelist;
3754fi
3755
3756if test "x$enable_whitelist" != "xno"; then :
3757
3758 HAVE_WHITELIST="-DHAVE_WHITELIST"
3759
3760
3761fi
3762
3763HAVE_SUID="" 3747HAVE_SUID=""
3764# Check whether --enable-suid was given. 3748# Check whether --enable-suid was given.
3765if test "${enable_suid+set}" = set; then : 3749if test "${enable_suid+set}" = set; then :
@@ -4910,7 +4894,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4910# report actual input values of CONFIG_FILES etc. instead of their 4894# report actual input values of CONFIG_FILES etc. instead of their
4911# values after options handling. 4895# values after options handling.
4912ac_log=" 4896ac_log="
4913This file was extended by firejail $as_me 0.9.66rc1, which was 4897This file was extended by firejail $as_me 0.9.67, which was
4914generated by GNU Autoconf 2.69. Invocation command line was 4898generated by GNU Autoconf 2.69. Invocation command line was
4915 4899
4916 CONFIG_FILES = $CONFIG_FILES 4900 CONFIG_FILES = $CONFIG_FILES
@@ -4964,7 +4948,7 @@ _ACEOF
4964cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4948cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4965ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4949ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4966ac_cs_version="\\ 4950ac_cs_version="\\
4967firejail config.status 0.9.66rc1 4951firejail config.status 0.9.67
4968configured by $0, generated by GNU Autoconf 2.69, 4952configured by $0, generated by GNU Autoconf 2.69,
4969 with options \\"\$ac_cs_config\\" 4953 with options \\"\$ac_cs_config\\"
4970 4954
@@ -5572,7 +5556,6 @@ Configuration options:
5572 network: $HAVE_NETWORK 5556 network: $HAVE_NETWORK
5573 user namespace: $HAVE_USERNS 5557 user namespace: $HAVE_USERNS
5574 X11 sandboxing support: $HAVE_X11 5558 X11 sandboxing support: $HAVE_X11
5575 whitelisting: $HAVE_WHITELIST
5576 private home support: $HAVE_PRIVATE_HOME 5559 private home support: $HAVE_PRIVATE_HOME
5577 file transfer support: $HAVE_FILE_TRANSFER 5560 file transfer support: $HAVE_FILE_TRANSFER
5578 overlayfs support: $HAVE_OVERLAYFS 5561 overlayfs support: $HAVE_OVERLAYFS