scsh-yp/autogen.sh

12 lines
178 B
Bash
Raw Normal View History

2003-11-08 07:44:30 -05:00
#!/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