mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake -a
|
||
|
touch README AUTHORS NEWS ChangeLog
|
||
|
autoconf
|
||
|
libtoolize --copy --force
|