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

11 lines
160 B
Text
Executable file

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