From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nelns/bootstrap.diff?r1=1.1&r2=1.3 | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/bootstrap.diff?r1=1.1&r2=1.3 (limited to 'cvs/cvsweb.cgi/code/nelns/bootstrap.diff?r1=1.1&r2=1.3') diff --git a/cvs/cvsweb.cgi/code/nelns/bootstrap.diff?r1=1.1&r2=1.3 b/cvs/cvsweb.cgi/code/nelns/bootstrap.diff?r1=1.1&r2=1.3 new file mode 100644 index 00000000..2c425c4d --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/bootstrap.diff?r1=1.1&r2=1.3 @@ -0,0 +1,40 @@ + + + +code/nelns/bootstrap - diff - 1.3 + +
[BACK] Return to bootstrap + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/bootstrap between version 1.1 and 1.3

+ + + + + + + + + + + + + + + + + + + + + + + +
version 1.1, 2001/04/18 13:54:25version 1.3, 2002/03/26 14:37:46
Line 4 
Line 4 
  
 rm -f config.cache rm -f config.cache
  
  # This is to avoid atomake to complain about the fact that there is no
  # ChangeLog or README file at the moment
  if test ! -f ChangeLog
  then
          touch ChangeLog
  fi
  
  if test ! -f README
  then
          touch README
  fi
  
 aclocal \ aclocal \
 && autoheader \ && autoheader \
 && automake --gnu --add-missing --copy \ && automake --gnu --add-missing --copy \


+
Legend:
+
Removed from v.1.1 
changed lines
 Added in v.1.3
+
+ + + +
+
\ No newline at end of file -- cgit v1.2.1