From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author (limited to 'cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author') diff --git a/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author b/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author new file mode 100644 index 00000000..666c7d38 --- /dev/null +++ b/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author @@ -0,0 +1,11 @@ +#! /bin/sh + +set -x + +rm -f config.cache + +aclocal \ +&& autoheader \ +&& automake --gnu --add-missing --copy \ +&& autoconf + -- cgit v1.2.1