autogen some stuff

This commit is contained in:
eknauel 2003-11-08 12:44:30 +00:00
parent f948bb96ab
commit 22a2dba742
1 changed files with 11 additions and 0 deletions

11
autogen.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
rm -f config.cache ltconfig ltmain.sh
rm -rf libtdl
aclocal -I .
libtoolize --copy --automake --ltdl
autoheader
touch ltconfig
automake --copy --add-missing
autoconf