mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
1b8da9a63b
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@168 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
touch README AUTHORS NEWS ChangeLog
|
|
aclocal
|
|
autoheader
|
|
autoconf
|
|
libtoolize --copy --force
|
|
automake -a
|