From: Travis Cross Date: Fri, 1 Feb 2013 08:37:29 +0000 (+0000) Subject: Add autotools bootstrap script X-Git-Tag: v0.83~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f35cc1537d8bc93ac33addd097d50c204843fc73;p=thirdparty%2Fmtr.git Add autotools bootstrap script --- diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e05d84f --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal +autoheader +automake --add-missing --copy --foreign +autoconf +