summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-25 08:47:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-25 08:47:17 -0400
commite7d1fd9965b42ea8b17a38821140daeac1373d9a (patch)
treef9937355433349542f87ef92e6160eee1c8cc120 /configure
parentfix netfilter problem (diff)
downloadfirejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.tar.gz
firejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.tar.zst
firejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.zip
added firecfg utility
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 937ab8445..703df1b7d 100755
--- a/configure
+++ b/configure
@@ -3640,7 +3640,7 @@ if test "$prefix" = /usr; then
3640 sysconfdir="/etc" 3640 sysconfdir="/etc"
3641fi 3641fi
3642 3642
3643ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/ftee/Makefile" 3643ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile"
3644 3644
3645cat >confcache <<\_ACEOF 3645cat >confcache <<\_ACEOF
3646# This file is a shell script that caches the results of configure 3646# This file is a shell script that caches the results of configure
@@ -4355,6 +4355,7 @@ do
4355 "src/firemon/Makefile") CONFIG_FILES="$CONFIG_FILES src/firemon/Makefile" ;; 4355 "src/firemon/Makefile") CONFIG_FILES="$CONFIG_FILES src/firemon/Makefile" ;;
4356 "src/libtrace/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtrace/Makefile" ;; 4356 "src/libtrace/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtrace/Makefile" ;;
4357 "src/libtracelog/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtracelog/Makefile" ;; 4357 "src/libtracelog/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtracelog/Makefile" ;;
4358 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;;
4358 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;; 4359 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;;
4359 4360
4360 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4361 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;