From 0e03940802cebefdf6b0597a154bd9395e1af4d2 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 18 Jun 2014 15:45:45 +0200 Subject: Add the vanilla version of the project This version can still be found here: http://www.roland-riegel.de/nload/index.html --- run_autotools | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 run_autotools (limited to 'run_autotools') diff --git a/run_autotools b/run_autotools new file mode 100755 index 0000000..ce72b35 --- /dev/null +++ b/run_autotools @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "Running aclocal..." +aclocal || exit 1 +echo "Running autoheader..." +autoheader || exit 1 +echo "Running autoconf..." +autoconf || exit 1 +echo "Running automake..." +automake --add-missing --copy || exit 1 +echo "Finished." -- cgit v1.2.3