build: stop using the --disable-wrapping-as-root configure option
parent
3e4edb2a5a
commit
a5498feea6
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
VERSION="4.0"
|
VERSION="4.0"
|
||||||
|
|
||||||
./configure -C --enable-tiny && make &&
|
./configure -C --enable-tiny && make && ./configure -C &&
|
||||||
./configure -C --disable-wrapping-as-root &&
|
|
||||||
|
|
||||||
echo "Running autogen..." && ./autogen.sh &&
|
echo "Running autogen..." && ./autogen.sh &&
|
||||||
rm -v -f m4/*.m4~ *.asc *.sig *.gz *.xz &&
|
rm -v -f m4/*.m4~ *.asc *.sig *.gz *.xz &&
|
||||||
|
|
Loading…
Reference in New Issue