m2.enlarge-your-data/autogen
2005-10-29 10:01:25 +00:00

12 lines
160 B
Plaintext
Executable file

echo "libtoolize..."
libtoolize
echo "aclocal..."
aclocal
echo "autoheader..."
autoheader
echo "autoconf..."
autoconf
echo "automake..."
automake -a
echo "ok."