mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
7 lines
76 B
Bash
7 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
if ! test -d m4 ; then
|
||
|
mkdir m4
|
||
|
fi
|
||
|
autoreconf -ivf || exit 1
|