build: stop using the --disable-wrapping-as-root configure option

This commit is contained in:
Benno Schulenberg 2019-03-24 12:21:22 +01:00
parent 3e4edb2a5a
commit a5498feea6
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
VERSION="4.0"
./configure -C --enable-tiny && make &&
./configure -C --disable-wrapping-as-root &&
./configure -C --enable-tiny && make && ./configure -C &&
echo "Running autogen..." && ./autogen.sh &&
rm -v -f m4/*.m4~ *.asc *.sig *.gz *.xz &&