[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:26 version 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