1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-07-31 07:56:05 +00:00
rufus/bootstrap.sh
Pete Batard e72d6546d1 [misc] update MinGW build chain for msys2
* Use autoconf and automake 1.14
* reinstate parallel build flags
* Also fix MinGW warnings and errors
2014-12-15 18:42:21 +00:00

8 lines
115 B
Bash

#!/bin/sh
mkdir -p m4
aclocal || exit 1
automake -a -c || exit 1
autoconf || exit 1
rm -rf autom4te.cache
rm -d m4