]> git.draconx.ca Git - upkg.git/commitdiff
build: Use autoreconf for bootstrapping.
authorNick Bowler <nbowler@draconx.ca>
Fri, 4 Mar 2011 00:37:08 +0000 (19:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 13 Mar 2011 21:38:59 +0000 (17:38 -0400)
There is no need to re-invent autoreconf, badly.

autogen.sh

index 3418206d6a688616acddfb8d700022373406870a..abdb256c82bf75716ea9274a3e724b03dad5c6d0 100755 (executable)
@@ -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