scsh-yp/autogen.sh

12 lines
178 B
Bash
Executable File

#!/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