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

9 lines
128 B
Text
Executable file

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