From: Nick Bowler Date: Fri, 4 Mar 2011 00:37:08 +0000 (-0500) Subject: build: Use autoreconf for bootstrapping. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/92844905397be3ae3999c8cdbdecb130b0e41756 build: Use autoreconf for bootstrapping. There is no need to re-invent autoreconf, badly. --- 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