mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
6 lines
109 B
Bash
6 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
aclocal-1.11 -I ../../../ -I ../../../../
|
||
|
/usr/local/bin/autoconf
|
||
|
automake-1.11 --cygnus Makefile
|