aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 09:09:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 09:09:09 -0400
commit528e3a6916e753f34d63d13234dc9f3d3a1a3ebb (patch)
tree50e8db575e588733655e329bcc046a6d75c461b3 /configure.ac
parentbug: preserve config.status during make dist (diff)
downloadfirejail-528e3a6916e753f34d63d13234dc9f3d3a1a3ebb.tar.gz
firejail-528e3a6916e753f34d63d13234dc9f3d3a1a3ebb.tar.zst
firejail-528e3a6916e753f34d63d13234dc9f3d3a1a3ebb.zip
moved uids.h processing from configure to Makefile.in
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f4deff7b5..10534c9ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,9 +152,6 @@ if test "$prefix" = /usr; then
152 sysconfdir="/etc" 152 sysconfdir="/etc"
153fi 153fi
154 154
155# extract UID_MIN and GID_MIN from login.def
156./mkuid.sh
157
158AC_OUTPUT(Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile) 155AC_OUTPUT(Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile)
159 156
160echo 157echo
@@ -176,8 +173,6 @@ echo " file transfer support: $HAVE_FILE_TRANSFER"
176echo " overlayfs support: $HAVE_OVERLAYFS" 173echo " overlayfs support: $HAVE_OVERLAYFS"
177echo " fatal warnings: $HAVE_FATAL_WARNINGS" 174echo " fatal warnings: $HAVE_FATAL_WARNINGS"
178echo " busybox workaround: $BUSYBOX_WORKAROUND" 175echo " busybox workaround: $BUSYBOX_WORKAROUND"
179printf " uid_min: "; grep UID_MIN uids.h
180printf " gid_min: "; grep GID_MIN uids.h
181printf " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" 176printf " EXTRA_LDFLAGS: $EXTRA_LDFLAGS"
182echo 177echo
183 178