11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.69 for firejail 0.9.64.2 .
3+ # Generated by GNU Autoconf 2.69 for firejail 0.9.64.4 .
44#
55# Report bugs to <netblue30@protonmail.com>.
66#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580# Identity of this package.
581581PACKAGE_NAME=' firejail'
582582PACKAGE_TARNAME=' firejail'
583- PACKAGE_VERSION=' 0.9.64.2 '
584- PACKAGE_STRING=' firejail 0.9.64.2 '
583+ PACKAGE_VERSION=' 0.9.64.4 '
584+ PACKAGE_STRING=' firejail 0.9.64.4 '
585585PACKAGE_BUGREPORT=' netblue30@protonmail.com'
586586PACKAGE_URL=' https://firejail.wordpress.com'
587587
@@ -711,7 +711,6 @@ enable_option_checking
711711enable_analyzer
712712enable_apparmor
713713enable_dbusproxy
714- enable_overlayfs
715714enable_usertmpfs
716715enable_man
717716enable_firetunnel
@@ -1294,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
12941293 # Omit some internal or obsolete options to make the list less imposing.
12951294 # This message is too long to be a string in the A/UX 3.1 sh.
12961295 cat << _ACEOF
1297- \` configure' configures firejail 0.9.64.2 to adapt to many kinds of systems.
1296+ \` configure' configures firejail 0.9.64.4 to adapt to many kinds of systems.
12981297
12991298Usage: $0 [OPTION]... [VAR=VALUE]...
13001299
13561355
13571356if test -n " $ac_init_help " ; then
13581357 case $ac_init_help in
1359- short | recursive ) echo " Configuration of firejail 0.9.64.2 :" ;;
1358+ short | recursive ) echo " Configuration of firejail 0.9.64.4 :" ;;
13601359 esac
13611360 cat << \_ACEOF
13621361
@@ -1367,7 +1366,6 @@ Optional Features:
13671366 --enable-analyzer enable GCC 10 static analyzer
13681367 --enable-apparmor enable apparmor
13691368 --disable-dbusproxy disable dbus proxy
1370- --disable-overlayfs disable overlayfs
13711369 --disable-usertmpfs disable tmpfs as regular user
13721370 --disable-man disable man pages
13731371 --disable-firetunnel disable firetunnel
14731471test -n "$ac_init_help" && exit $ac_status
14741472if $ac_init_version; then
14751473 cat <<\_ACEOF
1476- firejail configure 0.9.64.2
1474+ firejail configure 0.9.64.4
14771475generated by GNU Autoconf 2.69
14781476
14791477Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1775,7 +1773,7 @@ cat >config.log <<_ACEOF
17751773This file contains any messages produced by compilers while
17761774running configure, to aid debugging if configure makes a mistake.
17771775
1778- It was created by firejail $as_me 0.9.64.2 , which was
1776+ It was created by firejail $as_me 0.9.64.4 , which was
17791777generated by GNU Autoconf 2.69. Invocation command line was
17801778
17811779 $ $0 $@
@@ -3530,18 +3528,16 @@ if test "x$enable_dbusproxy" != "xno"; then :
35303528
35313529fi
35323530
3531+ # overlayfs features temporarely disabled pending fixes
35333532HAVE_OVERLAYFS=" "
3534- # Check whether --enable-overlayfs was given.
3535- if test " ${enable_overlayfs+set} " = set ; then :
3536- enableval=$enable_overlayfs ;
3537- fi
3538-
3539- if test " x$enable_overlayfs " ! = " xno" ; then :
3540-
3541- HAVE_OVERLAYFS=" -DHAVE_OVERLAYFS"
35423533
3543-
3544- fi
3534+ #
3535+ # AC_ARG_ENABLE([overlayfs],
3536+ # AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
3537+ # AS_IF([test "x$enable_overlayfs" != "xno"], [
3538+ # HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
3539+ # AC_SUBST(HAVE_OVERLAYFS)
3540+ # ])
35453541
35463542HAVE_USERTMPS=" "
35473543# Check whether --enable-usertmpfs was given.
@@ -4817,7 +4813,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
48174813# report actual input values of CONFIG_FILES etc. instead of their
48184814# values after options handling.
48194815ac_log="
4820- This file was extended by firejail $as_me 0.9.64.2 , which was
4816+ This file was extended by firejail $as_me 0.9.64.4 , which was
48214817generated by GNU Autoconf 2.69. Invocation command line was
48224818
48234819 CONFIG_FILES = $CONFIG_FILES
@@ -4871,7 +4867,7 @@ _ACEOF
48714867cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
48724868ac_cs_config=" ` $as_echo " $ac_configure_args " | sed 's/^ //; s/[\\ " " \`\$ ]/\\\\ &/g'` "
48734869ac_cs_version=" \\
4874- firejail config.status 0.9.64.2
4870+ firejail config.status 0.9.64.4
48754871configured by $0 , generated by GNU Autoconf 2.69,
48764872 with options \\ " \$ ac_cs_config\\ "
48774873
0 commit comments