m2.enlarge-your-data/autogen
2005-10-29 09:52:35 +00:00

10 lines
128 B
Plaintext
Executable file

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