blob: a55a2467d3cc829fd0962c8ea2431d006e8572e2 [file] [log] [blame]
#!/bin/sh
# autogen processing
function do_autogen()
{
autoreconf -vfi
#aclocal
#libtoolize --force
#autoheader
#automake -a
#autoconf
}
do_autogen
#autoreconf