1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-01 08:26:06 +00:00
rufus/bootstrap.sh
Adrian Perez de Castro 03e01f2a19 [misc] Linux cross compilation fixes
* Closes #850
2016-11-11 11:58:05 +00:00

8 lines
115 B
Bash
Executable file

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