mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-27 16:10:48 +01:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
# audacious-vgmstream script - automake/autoconf init
|
|
|
|
touch README AUTHORS NEWS ChangeLog
|
|
aclocal
|
|
autoheader
|
|
autoconf
|
|
libtoolize --copy --force
|
|
automake -a
|