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.9&r2=1.10&sortby=rev | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.9&r2=1.10&sortby=rev (limited to 'cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.9&r2=1.10&sortby=rev') diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.9&r2=1.10&sortby=rev b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.9&r2=1.10&sortby=rev new file mode 100644 index 00000000..5e89ee65 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.9&r2=1.10&sortby=rev @@ -0,0 +1,79 @@ + + + +code/nelns/configure.in - diff - 1.10 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/configure.in between version 1.9 and 1.10

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.9, 2002/01/07 16:09:52version 1.10, 2002/01/10 14:33:20
Line 1 
Line 1 
 dnl dnl ====================================================================
 dnl Configuration script for NeLNS dnl Configuration script for NeLNS
  dnl ====================================================================
 dnl dnl
 dnl $Id$ dnl $Id$
 dnl  dnl
  
  
  dnl ====================================================================
 dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
  dnl ====================================================================
  
 AC_INIT(admin_service/admin_service.cpp) AC_INIT(admin_service/admin_service.cpp)
  
Line 68 
Line 72 
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for header files. dnl Checks for header files.
  dnl ====================================================================
  
 AC_STDC_HEADERS AC_STDC_HEADERS
 AC_CHECK_HEADERS(fcntl.h unistd.h) AC_CHECK_HEADERS(fcntl.h unistd.h)
Line 75 
Line 80 
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for libraries. dnl Checks for libraries.
  dnl ====================================================================
  
 dnl ========================================================================== dnl ====================================================================
 dnl STLPort dnl STLPort
  
 AM_PATH_STLPORT AM_PATH_STLPORT
  
  
 dnl ========================================================================== dnl ====================================================================
 dnl NeL dnl NeL
  
 AM_PATH_NEL("yes", "yes", "no", "no", "no", "no") AM_PATH_NEL("yes", "yes", "no", "no", "no", "no")
Line 93 
Line 99 
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for library functions. dnl Checks for library functions.
  dnl ====================================================================
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl Output files to generate. dnl Output files to generate.
  dnl ====================================================================
  
 AC_OUTPUT( Makefile                        \ AC_OUTPUT( Makefile                        \
            login_service/Makefile          \            login_service/Makefile          \
Line 108 
Line 116 
  
  
 dnl End of configure.in dnl End of configure.in
  


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