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