Remove printf
[libmpd.git] / autogen.sh
blob80026916c5c3c792e61de02642cadd1573c343be
1 echo "running aclocal"
2 aclocal || exit 1
3 echo "running autoheader"
4 autoheader || exit 1
5 echo "running libtoolize"
6 libtoolize --force || exit 1
7 echo "running automake"
8 automake -a -c || exit 1
9 echo "running autoconf"
10 autoconf || exit 1
11 echo "running configure"
12 if test x$NOCONFIGURE = x; then
13 ./configure "$@" || exit 1