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

File: Nevrax / code / nelns / bootstrap (download)
+Revision 1.1, Wed Apr 18 13:54:25 2001 UTC (15 months ago) by valignat +
Branch: MAIN +
+RENAMED code/server to code/nelns.
+
+

#! /bin/sh
+
+set -x
+
+rm -f config.cache
+
+aclocal \
+&& autoheader \
+&& automake --gnu --add-missing --copy \
+&& autoconf
+
+
\ No newline at end of file diff --git a/cvs/cvsweb.cgi/code/nelns/bootstrap?content-type=text/x-cvsweb-markup&rev=1.2 b/cvs/cvsweb.cgi/code/nelns/bootstrap?content-type=text/x-cvsweb-markup&rev=1.2 new file mode 100644 index 00000000..47075e62 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/bootstrap?content-type=text/x-cvsweb-markup&rev=1.2 @@ -0,0 +1,32 @@ + + + +code/nelns/bootstrap - view - 1.2 + +
[BACK] Return to bootstrap + CVS log [TXT][DIR] Up to Nevrax / code / nelns

File: Nevrax / code / nelns / bootstrap (download)
+Revision 1.2, Fri Jun 29 16:22:30 2001 UTC (11 months, 3 weeks ago) by valignat +
Branch: MAIN +
Changes since 1.1: +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 \
+&& autoheader \
+&& automake --gnu --add-missing --copy \
+&& autoconf
+
+
\ No newline at end of file -- cgit v1.2.1