From 945e05cfdd8006f25b7d33f10421b515c381b277 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 6 Nov 2013 08:37:10 +0100 Subject: [PATCH] use autoreconf instead of calling separate tools this has been the correct way since a long time. Pointed-out-by: Felipe Contreras --- autogen.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 9480c36..bd877a4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,4 @@ #! /bin/sh set -e -v make -f Makefile.am log -aclocal -autoheader -automake --add-missing -autoconf +autoreconf -f -i