mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-10 21:05:17 +01:00
10 lines
108 B
Bash
Executable File
10 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I m4 \
|
|
&& automake --foreign --add-missing \
|
|
&& autoconf
|
|
|
|
cd src/tools
|
|
aclocal
|
|
autoconf
|