aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html')
-rw-r--r--cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html b/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html
new file mode 100644
index 00000000..a868ad3e
--- /dev/null
+++ b/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html
@@ -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