reorder bootstrap commands to fulfill dependencies

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@168 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-18 20:45:30 +00:00
parent 1b0ccf45da
commit 1b8da9a63b

View File

@ -1,8 +1,8 @@
#!/bin/sh
touch README AUTHORS NEWS ChangeLog
aclocal
autoheader
automake -a
touch README AUTHORS NEWS ChangeLog
autoconf
libtoolize --copy --force
automake -a