diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #!/bin/bash mkdir build +# this need for some outdated os +mkdir m4 autoreconf -i cd build ../configure --enable-sanitize |