Script to regenerated autotools files.

This commit is contained in:
evilynux 2007-01-08 20:59:57 +00:00
parent e7c4734cff
commit 0df506db73
1 changed files with 4 additions and 0 deletions

4
desmume/autogen.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
aclocal
automake -a -c --gnu
autoconf