autogen some stuff
This commit is contained in:
parent
f948bb96ab
commit
22a2dba742
|
@ -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
|
Loading…
Reference in New Issue