mirror of
https://github.com/RPCS3/libusb.git
synced 2024-11-23 10:09:41 +00:00
64d583f4dc
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if ! test -d m4 ; then
|
|
mkdir m4
|
|
fi
|
|
autoreconf -ivf || exit 1
|