build: just use autoreconf, avoid calling tools manually

patch by Jan Engelhardt (jengelh at medozas dot de)

fixes http://code.google.com/p/webp/issues/detail?id=59

Change-Id: I3fbb9124ce0b430b6340b3df5496e75cc5a9fedc
This commit is contained in:
Pascal Massimino 2011-03-26 09:50:31 -07:00
parent 4b0b0d66cc
commit b20aaca285

View File

@ -1,5 +1,2 @@
#! /bin/sh -e
aclocal
automake
autoconf
./configure "$@"
exec autoreconf -fi