blob: 431e35a38b92c14f110415948c95a90308032c4c [file] [log] [blame]
#!/bin/sh
./cleanup.sh
autoscan
autoheader
aclocal -I ./aclocal
if glibtoolize --version 1 >/dev/null 2>/dev/null; then
libtoolize --automake
elif glibtoolize --version 1 >/dev/null 2>/dev/null; then
glibtoolize --automake
fi
touch NEWS README AUTHORS ChangeLog
autoconf
automake -ac