doubango/autogen.sh

22 lines
330 B
Bash
Raw Permalink Normal View History

2012-11-22 00:09:46 +00:00
echo libtoolize
2012-12-03 03:11:21 +00:00
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
then
glibtoolize --copy --force
else
libtoolize --copy --force
fi
2012-11-22 00:09:46 +00:00
echo "aclocal"
aclocal
echo "autoheader"
autoheader
echo "create NEWS, README, AUTHORS and ChangeLog"
touch NEWS README AUTHORS ChangeLog
echo "autoreconf"
autoreconf -i
echo "automake"
automake -a