blob: 4c59d14f7ebbefd3b6b458dcc22ae3b642a16c4d [file] [log] [blame]
#!/bin/sh
./cleanup.sh
autoscan
autoheader
aclocal -I ./aclocal
if libtoolize --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