aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author
diff options
context:
space:
mode:
Diffstat (limited to 'cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author')
-rw-r--r--cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.1&sortby=author11
1 files changed, 11 insertions, 0 deletions
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
+