aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.1
diff options
context:
space:
mode:
Diffstat (limited to 'cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.1')
-rw-r--r--cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.111
1 files changed, 11 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.1 b/cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.1
new file mode 100644
index 00000000..666c7d38
--- /dev/null
+++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs/bootstrap?content-type=text/plain&rev=1.1
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -x
+
+rm -f config.cache
+
+aclocal \
+&& autoheader \
+&& automake --gnu --add-missing --copy \
+&& autoconf
+