use autoreconf instead of calling separate tools

this has been the correct way since a long time.

Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Oswald Buddenhagen 2013-11-06 08:37:10 +01:00
parent 32def5dc0a
commit 945e05cfdd

View File

@ -1,7 +1,4 @@
#! /bin/sh
set -e -v
make -f Makefile.am log
aclocal
autoheader
automake --add-missing
autoconf
autoreconf -f -i