From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nel/bootstrap?rev=1.5&sortby=author | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author (limited to 'cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author') diff --git a/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author b/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author new file mode 100644 index 00000000..cceb64ef --- /dev/null +++ b/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author @@ -0,0 +1,18 @@ +#! /bin/sh + +set -x + +rm -f config.cache + +# This is to avoid atomake to complain about the fact that there is no +# ChangeLog File at the moment +if test ! -f ChangeLog +then + touch ChangeLog +fi + +libtoolize --force --copy \ +&& aclocal \ +&& autoheader \ +&& automake --gnu --add-missing --copy \ +&& autoconf -- cgit v1.2.1