From dd1b4e9d405413fbaebae1dac16b012391136924 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 12 Sep 2010 10:56:03 +0200 Subject: build: use simpler autoreconf in autogen Note: the use of -i seems required, otherwise autoreconf barfs about missing tools (depcomp, etc.). Since they are provided in the tarballs as files anyway rather than like previously as symlinks, I do not see a problem using -i. Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- autogen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 07bd67f..4989ed9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -34,8 +34,4 @@ run () } [ "x$1" = "xdistrib" ] && include -run aclocal -run libtoolize -f -#run autoheader -run automake -a -run autoconf +autoreconf -fi -- cgit v1.2.3