From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../index.html | 33 ++++++++++++++++++++++ .../x-cvsweb-markup&sortby=log/index.html | 33 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=demo_0_1/index.html create mode 100644 cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log/index.html (limited to 'cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text') diff --git a/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=demo_0_1/index.html b/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=demo_0_1/index.html new file mode 100644 index 00000000..47a48a3b --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=demo_0_1/index.html @@ -0,0 +1,33 @@ + + + +code/nel/bootstrap - view - 1.3 + +
[BACK] Return to bootstrap + CVS log [TXT][DIR] Up to Nevrax / code / nel

File: Nevrax / code / nel / bootstrap (download)
+Revision 1.3, Fri Jun 29 14:40:58 2001 UTC (12 months, 4 weeks ago) by valignat +
Branch: MAIN +
CVS Tags: nel_0_4, demo_0_1
Changes since 1.2: +7 -0 + lines
+# Set bootstrap to "touch ChangeLog", if it doesn't exist, to avoid any warning from automake
+
+

#! /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
+
+aclocal \
+&& libtoolize --force --copy \
+&& autoheader \
+&& automake --gnu --add-missing --copy \
+&& autoconf
+
+
\ No newline at end of file diff --git a/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log/index.html b/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log/index.html new file mode 100644 index 00000000..381d2658 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/bootstrap?rev=1.3&content-type=text/x-cvsweb-markup&sortby=log/index.html @@ -0,0 +1,33 @@ + + + +code/nel/bootstrap - view - 1.3 + +
[BACK] Return to bootstrap + CVS log [TXT][DIR] Up to Nevrax / code / nel

File: Nevrax / code / nel / bootstrap (download)
+Revision 1.3, Fri Jun 29 14:40:58 2001 UTC (12 months, 2 weeks ago) by valignat +
Branch: MAIN +
CVS Tags: nel_0_4, demo_0_1
Changes since 1.2: +7 -0 + lines
+# Set bootstrap to "touch ChangeLog", if it doesn't exist, to avoid any warning from automake
+
+

#! /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
+
+aclocal \
+&& libtoolize --force --copy \
+&& autoheader \
+&& automake --gnu --add-missing --copy \
+&& autoconf
+
+
\ No newline at end of file -- cgit v1.2.1