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

Diff for /code/nelns/configure.in between version 1.7 and 1.8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.7, 2001/08/16 12:42:26version 1.8, 2001/10/29 14:00:28
Line 6 
Line 6 
  
 dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
  
 AC_INIT(log_service/log_service.h) AC_INIT(admin_service/admin_service.cpp)
  
 MAJOR_VERSION=0 MAJOR_VERSION=0
 MINOR_VERSION=3 MINOR_VERSION=3
 PICO_VERSION=0 PICO_VERSION=0
  
 AM_INIT_AUTOMAKE(netns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION) AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
  
 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
  
Line 246 
Line 246 
  
 AC_OUTPUT( Makefile                        \ AC_OUTPUT( Makefile                        \
            login_service/Makefile          \            login_service/Makefile          \
            log_service/Makefile            \ 
            naming_service/Makefile         \            naming_service/Makefile         \
            time_service/Makefile           \ 
            admin_executor_service/Makefile \            admin_executor_service/Makefile \
            admin_service/Makefile          \            admin_service/Makefile          \
            welcome_service/Makefile        \            welcome_service/Makefile        \


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