From b20aaca28596bad592b9e8a9ea6a4a1696b9cd0c Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Sat, 26 Mar 2011 09:50:31 -0700 Subject: [PATCH] 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 --- autogen.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index c7e9e534..8ef9babb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,2 @@ #! /bin/sh -e -aclocal -automake -autoconf -./configure "$@" +exec autoreconf -fi