mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-16 16:14:29 -04:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
aclocal || exit 1
|
|
#autoheader || exit 1
|
|
automake -a -c || exit 1
|
|
autoconf || exit 1
|
|
rm -rf autom4te.cache
|