From 92844905397be3ae3999c8cdbdecb130b0e41756 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 3 Mar 2011 19:37:08 -0500 Subject: [PATCH] build: Use autoreconf for bootstrapping. There is no need to re-invent autoreconf, badly. --- autogen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 3418206..abdb256 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,8 +16,4 @@ else die "Gnulib sources are not properly installed in gnulib/" fi -aclocal -I m4 || die "Failed to run aclocal." -autoheader || die "Failed to run autoheader." -libtoolize --copy --ltdl || die "Failed to run libtoolize." -automake --add-missing || die "Failed to run automake." -autoconf || die "Failed to run autoconf." +autoreconf -fis -- 2.43.0