]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Add autotools bootstrap script
authorTravis Cross <tc@traviscross.com>
Fri, 1 Feb 2013 08:37:29 +0000 (08:37 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 3 Feb 2013 20:50:16 +0000 (20:50 +0000)
bootstrap.sh [new file with mode: 0755]

diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755 (executable)
index 0000000..e05d84f
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal
+autoheader
+automake --add-missing --copy --foreign
+autoconf
+