mirror of
https://github.com/10h30/lookbusy.git
synced 2026-05-12 15:21:20 +09:00
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
aclocal
|
|
autoheader
|
|
automake --include-deps --add-missing --copy
|
|
autoconf
|