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

Diff for /code/nel/configure.in between version 1.65 and 1.68

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.65, 2002/04/15 12:04:16version 1.68, 2002/04/16 16:00:31
Line 31 
Line 31 
 LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION
  
 AC_CANONICAL_HOST AC_CANONICAL_HOST
  if test "$host_cpu" = "i386" -o "$host_cpu" = "i486" \
          -o "$host_cpu" = "i586" -o "$host_cpu" = "i686" \
          -o "$host_cpu" = "i786" ; then
  AC_DEFINE(HAVE_X86)
  fi
  AC_C_BIGENDIAN
  
 AC_SUBST(VERSION) AC_SUBST(VERSION)
 AC_SUBST(LIBTOOL_VERSION) AC_SUBST(LIBTOOL_VERSION)
  
Line 147 
Line 154 
  
 AC_PROG_INSTALL AC_PROG_INSTALL
  
 AC_PATH_PROG(CCACHE, ccache) AM_PATH_CCACHE
 if test "$CCACHE" 
 then 
  CXX="ccache $CXX" 
 fi 
  
 dnl ==================================================================== dnl ====================================================================
 dnl Configure Settings dnl Configure Settings


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