aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text')
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8270
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.12145
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.13&sortby=date165
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log167
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.3302
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.6272
-rw-r--r--cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.8270
7 files changed, 1591 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8 b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8
new file mode 100644
index 00000000..2e3d5729
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8
@@ -0,0 +1,270 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.8</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in?only_with_tag=MAIN"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in?only_with_tag=MAIN">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?only_with_tag=MAIN">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?only_with_tag=MAIN">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?only_with_tag=MAIN">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?only_with_tag=MAIN">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in?only_with_tag=MAIN">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.8&amp;only_with_tag=MAIN" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.8','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.8</B>, <i>Mon Oct 29 14:00:28 2001 UTC</i> (8 months, 3 weeks ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.7: +3 -5
+ lines</b><PRE>
+REMOVED references to the Log service and the Time service.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl
+dnl Configuration script for NeLNS
+dnl
+dnl $Id: configure.in,v 1.8 2001/10/29 14:00:28 valignat Exp $
+dnl
+
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(admin_service/admin_service.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ====================================================================
+dnl Configure Settings
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+
+AC_C_CONST
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+dnl Ask user for path to the STLport files location
+AC_ARG_WITH( stlport,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport=&lt;path&gt; &nbsp; path to the STLPort install directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport]
+)
+
+AC_ARG_WITH( stlport-include,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-include=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort header files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/stlport]
+)
+
+AC_ARG_WITH( stlport-lib,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-lib=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort library files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/lib]
+)
+
+if test &quot;$with_stlport&quot; != &quot;no&quot;
+then
+ &nbsp; &nbsp;if test -z &quot;$with_stlport&quot; &amp;&amp; test -z &quot;$with_stlport_lib&quot; -o -z &quot;$with_stlpo
+rt_include&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options.
+This tells configure where to find the STLPort files.])
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test $with_stlport
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using STLPort files located in $with_stlport)
+
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport/stlport&quot;
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_LIB=&quot;-L$with_stlport/lib&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;no_stlport=&quot;no&quot;
+ &nbsp; &nbsp;AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***)
+fi
+
+if test -z &quot;$no_stlport&quot; -a &quot;$with_stlport_include&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort header files located in $with_stlport_include)
+ &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport_include&quot;
+fi
+
+if test -z &quot;$no_stlport&quot; -a &nbsp;&quot;$with_stlport_lib&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib)
+ &nbsp; &nbsp;STLPORT_LIB=&quot;-L$with_stlport_lib&quot;
+fi
+
+
+dnl ==========
+dnl NeL
+dnl ==========
+
+dnl Ask user for path to the NeL header files
+AC_ARG_WITH( nel,
+ &nbsp; &nbsp;[ &nbsp;--with-nel=&lt;prefix&gt; &nbsp; &nbsp; prefix to the NeL files installation.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local],
+ &nbsp; &nbsp;[ NEL_DIR=$with_nel
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using NeL files located in $with_nel)]
+)
+
+if test X&quot;$NEL_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;-I$NEL_DIR/include $CXXFLAGS&quot;
+ &nbsp; &nbsp;LIBS=&quot;-L$NEL_DIR/lib $LIBS&quot;
+fi
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS&quot;
+
+AC_MSG_CHECKING(for NeL)
+AC_EGREP_CPP( yo_nel,
+[#include &lt;nel/net.h&gt;
+#ifdef NL_NET_H
+ &nbsp; yo_nel
+#endif],
+[AC_MSG_RESULT(yes)],
+AC_MSG_ERROR([NeL is needed to compile the NeLNS (www.nevrax.org)])
+)
+
+
+dnl ==========
+dnl Debug/optimized compilation mode
+dnl ==========
+
+MAX_C_OPTIMIZE=&quot;-O6&quot;
+
+dnl Build optimized or debug version ?
+dnl First check for gcc and g++
+if test &quot;$ac_cv_prog_gcc&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O3&quot;
+else
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O&quot;
+fi
+AC_ARG_WITH(debug,
+ &nbsp; &nbsp;[ &nbsp;--with-debug[=full] &nbsp; &nbsp; Build a debug version (huge libraries)
+ &nbsp;--without-debug &nbsp; &nbsp; &nbsp; &nbsp; Build withoug debugging code (default)],
+ &nbsp; &nbsp;[with_debug=$withval],
+ &nbsp; &nbsp;[with_debug=no])
+if test &quot;$with_debug&quot; = &quot;yes&quot;
+then
+ &nbsp;dnl Medium debug.
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp;dnl Optimized version. No debug
+ &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+if test -z &quot;$no_stlport&quot;
+then
+ &nbsp;
+ &nbsp; &nbsp;if test X&quot;$STLPORT_CFLAGS&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$STLPORT_CFLAGS $CXXFLAGS&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test X&quot;$STLPORT_LIB&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$STLPORT_LIB $LIBS -lstlport_gcc&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;_CPPFLAGS=&quot;$CPPFLAGS&quot;
+ &nbsp; &nbsp;CPPFLAGS=&quot;$CXXFLAGS $STLPORT_CFLAGS&quot;
+
+ &nbsp; &nbsp;AC_MSG_CHECKING(for STLPort)
+ &nbsp; &nbsp;AC_EGREP_CPP( yo_stlport,
+ &nbsp; &nbsp;[#include &lt;algorithm&gt;
+#ifdef __SGI_STL_PORT
+ &nbsp; yo_stlport
+#endif],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(yes)],
+ &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([STLPort is needed to compile NeL (www.stlport.org).]) )
+ &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp;CPPFLAGS=&quot;$_CPPFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for library functions.
+
+
+dnl ====================================================================
+dnl Output files to generate.
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.12 b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.12
new file mode 100644
index 00000000..1540dc37
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.12
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.12</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.12" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.12','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.12</B>, <i>Thu Mar 21 10:54:37 2002 UTC</i> (3 months ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.11: +3 -3
+ lines</b><PRE>
+Add Georges in the GNU/Linux compilation proccess. It nned to be activated with the configure option --enable-georges. AM_PATH_NEL takes a nwe argument (yes/no value) for the cheking of NeL Georges.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for NeLNS
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.12 2002/03/21 10:54:37 valignat Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(admin_service/admin_service.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+AC_CHECK_LIB(crypt, crypt)
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp;pacs &nbsp;sound &nbsp;ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, &quot;no&quot;, &quot;no&quot;, &quot;no&quot;, &nbsp;&quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl nelns configuration and logs file location
+dnl ====================================================================
+
+pkgsysconfdir='${sysconfdir}/nelns'
+AC_SUBST(pkgsysconfdir)
+
+eval NELNS_STATE=\&quot;$localstatedir/games/nelns/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_STATE, &quot;$NELNS_STATE&quot;)
+
+eval NELNS_CONFIG=\&quot;$sysconfdir/nelns/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_CONFIG, &quot;$NELNS_CONFIG&quot;)
+
+eval NELNS_LOGS=\&quot;$localstatedir/log/nelns/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_LOGS, &quot;$NELNS_LOGS&quot;)
+
+dnl ====================================================================
+dnl Output files to generate.
+dnl ====================================================================
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.13&sortby=date b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.13&sortby=date
new file mode 100644
index 00000000..84803b74
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.13&sortby=date
@@ -0,0 +1,165 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.13</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in?sortby=date"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in?sortby=date">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=date">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=date">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=date">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=date">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=date">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=date">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in?sortby=date">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.13&amp;sortby=date" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.13','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.13</B>, <i>Wed Apr 10 07:33:07 2002 UTC</i> (3 months, 2 weeks ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.12: +26 -6
+ lines</b><PRE>
+CHANGED: update makefile to manage log and cfg dir (thanks to loic dachary)
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for NeLNS
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.13 2002/04/10 07:33:07 lecroart Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(admin_service/admin_service.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+AC_CHECK_LIB(crypt, crypt)
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp;pacs &nbsp;sound &nbsp;ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, &quot;no&quot;, &quot;no&quot;, &quot;no&quot;, &nbsp;&quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl nelns configuration and logs file location
+dnl ====================================================================
+
+test &quot;x$prefix&quot; = xNONE &amp;&amp; prefix=$ac_default_prefix
+
+AC_ARG_WITH(sysconfdir,
+ &nbsp; &nbsp;[ &nbsp;--with-sysconfdir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default sysconfdir/nelns],
+ &nbsp; &nbsp;[pkgsysconfdir=$withval],
+ &nbsp; &nbsp;[pkgsysconfdir='${sysconfdir}/nelns'])
+AC_SUBST(pkgsysconfdir)
+
+eval eval NELNS_CONFIG=\&quot;$pkgsysconfdir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_CONFIG, &quot;$NELNS_CONFIG&quot;)
+
+AC_ARG_WITH(localstatedir,
+ &nbsp; &nbsp;[ &nbsp;--with-localstatedir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default localstatedir/game/nelns],
+ &nbsp; &nbsp;[pkglocalstatedir=$withval],
+ &nbsp; &nbsp;[pkglocalstatedir=${localstatedir}/game/nelns])
+AC_SUBST(pkglocalstatedir)
+
+eval eval NELNS_STATE=\&quot;$pkglocalstatedir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_STATE, &quot;$NELNS_STATE&quot;)
+
+AC_ARG_WITH(logdir,
+ &nbsp; &nbsp;[ &nbsp;--with-logdir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default localstatedir/log/nelns],
+ &nbsp; &nbsp;[logdir=$withval],
+ &nbsp; &nbsp;[logdir='${localstatedir}/log/nelns'])
+AC_SUBST(logdir)
+
+eval eval NELNS_LOGS=\&quot;$logdir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_LOGS, &quot;$NELNS_LOGS&quot;)
+
+dnl ====================================================================
+dnl Output files to generate.
+dnl ====================================================================
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log
new file mode 100644
index 00000000..3bf2e0df
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log
@@ -0,0 +1,167 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.15</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in?sortby=log"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in?sortby=log">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=log">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=log">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/?sortby=log">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in?sortby=log">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.15&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.15','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.15</B>, <i>Tue Apr 16 12:01:39 2002 UTC</i> (2 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><BR>Changes since <b>1.14: +3 -6
+ lines</b><PRE>
+ADDED a configure option to explicitly activate the use of the ccache (<A HREF="http://ccache.samba.org">http://ccache.samba.org</A>) utility.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for NeLNS
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.15 2002/04/16 12:01:39 valignat Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(admin_service/admin_service.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+AM_PATH_CCACHE
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+AC_CHECK_LIB(crypt, crypt)
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp;pacs &nbsp;sound &nbsp;ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, &quot;no&quot;, &quot;no&quot;, &quot;no&quot;, &nbsp;&quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl nelns configuration and logs file location
+dnl ====================================================================
+
+test &quot;x$prefix&quot; = xNONE &amp;&amp; prefix=$ac_default_prefix
+
+AC_ARG_WITH(sysconfdir,
+ &nbsp; &nbsp;[ &nbsp;--with-sysconfdir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default sysconfdir/nelns],
+ &nbsp; &nbsp;[pkgsysconfdir=$withval],
+ &nbsp; &nbsp;[pkgsysconfdir='${sysconfdir}/nelns'])
+AC_SUBST(pkgsysconfdir)
+
+eval eval NELNS_CONFIG=\&quot;$pkgsysconfdir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_CONFIG, &quot;$NELNS_CONFIG&quot;)
+
+AC_ARG_WITH(localstatedir,
+ &nbsp; &nbsp;[ &nbsp;--with-localstatedir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default localstatedir/game/nelns],
+ &nbsp; &nbsp;[pkglocalstatedir=$withval],
+ &nbsp; &nbsp;[pkglocalstatedir=${localstatedir}/game/nelns])
+AC_SUBST(pkglocalstatedir)
+
+eval eval NELNS_STATE=\&quot;$pkglocalstatedir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_STATE, &quot;$NELNS_STATE&quot;)
+
+AC_ARG_WITH(logdir,
+ &nbsp; &nbsp;[ &nbsp;--with-logdir[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default localstatedir/log/nelns],
+ &nbsp; &nbsp;[logdir=$withval],
+ &nbsp; &nbsp;[logdir='${localstatedir}/log/nelns'])
+AC_SUBST(logdir)
+
+eval eval NELNS_LOGS=\&quot;$logdir/\&quot;
+AC_DEFINE_UNQUOTED(NELNS_LOGS, &quot;$NELNS_LOGS&quot;)
+
+dnl ====================================================================
+dnl Output files to generate.
+dnl ====================================================================
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.3 b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.3
new file mode 100644
index 00000000..61391f03
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.3
@@ -0,0 +1,302 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.3</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.3" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.3','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.3</B>, <i>Mon Jun 18 14:04:46 2001 UTC</i> (12 months ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.2: +1 -4
+ lines</b><PRE>
+REMOVED the agnet_service from NELNS compilatiom/install process.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl
+dnl Configuration script for NeLNS
+dnl
+dnl $Id: configure.in,v 1.3 2001/06/18 14:04:46 valignat Exp $
+dnl
+
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(log_service/log_service.h)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(netns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ==========
+dnl Python
+dnl ==========
+
+AC_ARG_WITH( python,
+ &nbsp; &nbsp;[ &nbsp;--with-python=&lt;path&gt; &nbsp; &nbsp;path to the Python prefix installation directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local],
+ &nbsp; &nbsp;[PYTHON_PREFIX=$withval
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using Python located in $withval.)]
+)
+
+if test ! &quot;$PYTHON_PREFIX&quot; = &quot;&quot;
+then
+ &nbsp; &nbsp;PATH=&quot;$PYTHON_PREFIX/bin:$PATH&quot;
+fi
+
+AC_ARG_WITH( python-version,
+ &nbsp; &nbsp;[ &nbsp;--with-python-version=&lt;version&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Python version to use, e.g. 1.5],
+ &nbsp; &nbsp;[PYTHON_VERSION=$withval
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using Python $withval.)]
+)
+
+if test ! &quot;$PYTHON_VERSION&quot; = &quot;&quot;
+then
+ &nbsp; &nbsp;PYTHON_EXEC=&quot;python$PYTHON_VERSION&quot;
+else
+ &nbsp; &nbsp;PYTHON_EXEC=&quot;python python2.0 python1.5&quot;
+fi
+
+AC_PATH_PROGS(PYTHON, $PYTHON_EXEC, no, $PATH)
+if test &quot;$PYTHON&quot; = &quot;no&quot;;
+then
+ &nbsp; &nbsp;AC_MSG_ERROR([Python is needed to compile NeL (www.python.org)])
+fi
+
+
+dnl ====================================================================
+dnl Configure Settings
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+
+AC_C_CONST
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+dnl Ask user for path to the STLport header files
+AC_ARG_WITH( stlport,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport=&lt;path&gt; &nbsp; path to the STLPort header files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/include/stlport],
+ &nbsp; &nbsp;[STLPORT_DIR=$with_stlport
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using STLPort header files located in $with_stlport)],
+ &nbsp; &nbsp;AC_MSG_ERROR([You must call configure with the --with-stlport option.
+ &nbsp; &nbsp;This tells configure where to find the STLPort header files.
+ &nbsp; &nbsp;e.g. --with-stlport=/usr/local/include/stlport])
+)
+
+if test X&quot;$STLPORT_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;-I$STLPORT_DIR $CXXFLAGS&quot;
+fi
+
+dnl Ask user for path to the STLPort library files
+AC_ARG_WITH( stllib,
+ &nbsp; &nbsp;[ &nbsp;--with-stllib=&lt;path&gt; &nbsp; &nbsp;path to the STLPort installation directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/lib/stlport],
+ &nbsp; &nbsp;[STLLIB_DIR=$with_stllib
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using STLPort library located in $with_stllib)]
+)
+
+if test X&quot;$STLLIB_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;LIBS=&quot;-L$STLLIB_DIR $LIBS&quot;
+fi
+
+LIBS=&quot;$LIBS -lstlport_gcc&quot;
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS&quot;
+
+AC_MSG_CHECKING(for STLPort)
+AC_EGREP_CPP( yo_stlport,
+[#include &lt;algorithm&gt;
+#ifdef __SGI_STL_PORT
+ &nbsp; yo_stlport
+#endif],
+[AC_MSG_RESULT(yes)],
+AC_MSG_ERROR([STLPort is needed to compile NeLNS (www.stlport.org)])
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+
+dnl ==========
+dnl NeL
+dnl ==========
+
+dnl Ask user for path to the NeL header files
+AC_ARG_WITH( nel,
+ &nbsp; &nbsp;[ &nbsp;--with-nel=&lt;prefix&gt; &nbsp; &nbsp; prefix to the NeL files installation.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/include],
+ &nbsp; &nbsp;[NEL_DIR=$with_nel
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using NeL header files located in $with_nel)]
+)
+
+if test X&quot;$NEL_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;-I$NEL_DIR/include $CXXFLAGS&quot;
+ &nbsp; &nbsp;LIBS=&quot;-L$NEL_DIR/lib $LIBS&quot;
+fi
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS&quot;
+
+AC_MSG_CHECKING(for NeL)
+AC_EGREP_CPP( yo_nel,
+[#include &lt;nel/net.h&gt;
+#ifdef NL_NET_H
+ &nbsp; yo_nel
+#endif],
+[AC_MSG_RESULT(yes)],
+AC_MSG_ERROR([NeL is needed to compile the NeLNS (www.nevrax.org)])
+)
+
+
+dnl ==========
+dnl Python
+dnl ==========
+
+PYTHON_PREFIX=`$PYTHON -c 'import sys; print &quot;%s&quot; % (sys.prefix)'`
+PYTHON_VERSION=`$PYTHON -c 'import sys; print &quot;%s&quot; % (sys.version[[:3]])'`
+
+PYTHON_CFLAGS=&quot;-I$PYTHON_PREFIX/include/python$PYTHON_VERSION&quot;
+PYTHON_LIBS=&quot;-L$PYTHON_PREFIX/lib/python$PYTHON_VERSION/config -lpython$PYTHON_VERSION&quot;
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${PYTHON_CFLAGS}&quot;
+
+AC_SUBST(PYTHON_CFLAGS)
+
+AC_MSG_CHECKING(for Python header files)
+AC_EGREP_CPP( yo_python,
+[#include &lt;Python.h&gt;
+ &nbsp; yo_python
+],
+[AC_MSG_RESULT(ok)],
+AC_MSG_ERROR([Python is needed to compile NeL (www.python.org).])
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+AC_SUBST(PYTHON_CFLAGS)
+AC_SUBST(PYTHON_LIBS)
+
+
+dnl ==========
+dnl Debug/optimized compilation mode
+dnl ==========
+
+MAX_C_OPTIMIZE=&quot;-O6&quot;
+
+dnl Build optimized or debug version ?
+dnl First check for gcc and g++
+if test &quot;$ac_cv_prog_gcc&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O3&quot;
+else
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O&quot;
+fi
+AC_ARG_WITH(debug,
+ &nbsp; &nbsp;[ &nbsp;--with-debug[=full] &nbsp; &nbsp; Build a debug version (huge libraries)
+ &nbsp;--without-debug &nbsp; &nbsp; &nbsp; &nbsp; Build withoug debugging code (default)],
+ &nbsp; &nbsp;[with_debug=$withval],
+ &nbsp; &nbsp;[with_debug=no])
+if test &quot;$with_debug&quot; = &quot;yes&quot;
+then
+ &nbsp;dnl Medium debug.
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp;dnl Optimized version. No debug
+ &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+
+
+dnl ====================================================================
+dnl Checks for library functions.
+
+
+dnl ====================================================================
+dnl Output files to generate.
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; log_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.6 b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.6
new file mode 100644
index 00000000..c70e6515
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.6
@@ -0,0 +1,272 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.6</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.6" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.6','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.6</B>, <i>Wed Aug 8 10:23:32 2001 UTC</i> (10 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.5: +9 -9
+ lines</b><PRE>
+Fixed a bug with the STLPort install directories.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl
+dnl Configuration script for NeLNS
+dnl
+dnl $Id: configure.in,v 1.6 2001/08/08 10:23:32 valignat Exp $
+dnl
+
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(log_service/log_service.h)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(netns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ====================================================================
+dnl Configure Settings
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+
+AC_C_CONST
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+dnl Ask user for path to the STLport files location
+AC_ARG_WITH( stlport,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport=&lt;path&gt; &nbsp; path to the STLPort install directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport]
+)
+
+AC_ARG_WITH( stlport-include,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-include=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort header files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/stlport]
+)
+
+AC_ARG_WITH( stlport-lib,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-lib=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort library files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/lib]
+)
+
+if test &quot;$with_stlport&quot; != &quot;no&quot;
+then
+ &nbsp; &nbsp;if test -z &quot;$with_stlport&quot; &amp;&amp; test -z &quot;$with_stlport_lib&quot; -o -z &quot;$with_stlpo
+rt_include&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options.
+This tells configure where to find the STLPort files.])
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test $with_stlport
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using STLPort files located in $with_stlport)
+
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport/stlport&quot;
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_LIB=&quot;-L$with_stlport/lib&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;no_stlport=&quot;no&quot;
+ &nbsp; &nbsp;AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***)
+fi
+
+if test -z &quot;$no_stlport&quot; -a &quot;$with_stlport_include&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort header files located in $with_stlport_include)
+ &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport_include&quot;
+fi
+
+if test -z &quot;$no_stlport&quot; -a &nbsp;&quot;$with_stlport_lib&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib)
+ &nbsp; &nbsp;STLPORT_LIB=&quot;i-L$with_stlport_lib&quot;
+fi
+
+
+dnl ==========
+dnl NeL
+dnl ==========
+
+dnl Ask user for path to the NeL header files
+AC_ARG_WITH( nel,
+ &nbsp; &nbsp;[ &nbsp;--with-nel=&lt;prefix&gt; &nbsp; &nbsp; prefix to the NeL files installation.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/include],
+ &nbsp; &nbsp;[NEL_DIR=$with_nel
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using NeL header files located in $with_nel)]
+)
+
+if test X&quot;$NEL_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;-I$NEL_DIR/include $CXXFLAGS&quot;
+ &nbsp; &nbsp;LIBS=&quot;-L$NEL_DIR/lib $LIBS&quot;
+fi
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS&quot;
+
+AC_MSG_CHECKING(for NeL)
+AC_EGREP_CPP( yo_nel,
+[#include &lt;nel/net.h&gt;
+#ifdef NL_NET_H
+ &nbsp; yo_nel
+#endif],
+[AC_MSG_RESULT(yes)],
+AC_MSG_ERROR([NeL is needed to compile the NeLNS (www.nevrax.org)])
+)
+
+
+dnl ==========
+dnl Debug/optimized compilation mode
+dnl ==========
+
+MAX_C_OPTIMIZE=&quot;-O6&quot;
+
+dnl Build optimized or debug version ?
+dnl First check for gcc and g++
+if test &quot;$ac_cv_prog_gcc&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O3&quot;
+else
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O&quot;
+fi
+AC_ARG_WITH(debug,
+ &nbsp; &nbsp;[ &nbsp;--with-debug[=full] &nbsp; &nbsp; Build a debug version (huge libraries)
+ &nbsp;--without-debug &nbsp; &nbsp; &nbsp; &nbsp; Build withoug debugging code (default)],
+ &nbsp; &nbsp;[with_debug=$withval],
+ &nbsp; &nbsp;[with_debug=no])
+if test &quot;$with_debug&quot; = &quot;yes&quot;
+then
+ &nbsp;dnl Medium debug.
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp;dnl Optimized version. No debug
+ &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+if test -z &quot;$no_stlport&quot;
+then
+ &nbsp;
+ &nbsp; &nbsp;if test X&quot;$STLPORT_CFLAGS&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$STLPORT_CFLAGS $CXXFLAGS&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test X&quot;$STLPORT_LIB&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$STLPORT_LIB $LIBS -lstlport_gcc&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;_CPPFLAGS=&quot;$CPPFLAGS&quot;
+ &nbsp; &nbsp;CPPFLAGS=&quot;$CXXFLAGS $STLPORT_CFLAGS&quot;
+
+ &nbsp; &nbsp;AC_MSG_CHECKING(for STLPort)
+ &nbsp; &nbsp;AC_EGREP_CPP( yo_stlport,
+ &nbsp; &nbsp;[#include &lt;algorithm&gt;
+#ifdef __SGI_STL_PORT
+ &nbsp; yo_stlport
+#endif],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(yes)],
+ &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([STLPort is needed to compile NeL (www.stlport.org).]) )
+ &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp;CPPFLAGS=&quot;$_CPPFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for library functions.
+
+
+dnl ====================================================================
+dnl Output files to generate.
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; log_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.8 b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.8
new file mode 100644
index 00000000..f2228712
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nelns/configure.in?content-type=text/x-cvsweb-markup&rev=1.8
@@ -0,0 +1,270 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nelns/configure.in - view - 1.8</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="configure.in"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="configure.in">configure.in</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/">code</a> / <a href="/cvs/cvsweb.cgi/code/nelns/">nelns</a> / <a href="/cvs/cvsweb.cgi/code/nelns/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.8" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nelns/configure.in?rev=1.8','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.8</B>, <i>Mon Oct 29 14:00:28 2001 UTC</i> (7 months, 3 weeks ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.7: +3 -5
+ lines</b><PRE>
+REMOVED references to the Log service and the Time service.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl
+dnl Configuration script for NeLNS
+dnl
+dnl $Id: configure.in,v 1.8 2001/10/29 14:00:28 valignat Exp $
+dnl
+
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(admin_service/admin_service.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(nelns, $MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION)
+
+AM_CONFIG_HEADER(config.h)
+
+
+dnl The following hack should ensure that configure doesn't add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS &quot;
+CXXFLAGS=&quot;$CXXFLAGS &quot;
+
+
+dnl ====================================================================
+dnl Checks for programs.
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ====================================================================
+dnl Configure Settings
+
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+
+AC_C_CONST
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -D_REENTRANT&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for header files.
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+dnl Ask user for path to the STLport files location
+AC_ARG_WITH( stlport,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport=&lt;path&gt; &nbsp; path to the STLPort install directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport]
+)
+
+AC_ARG_WITH( stlport-include,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-include=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort header files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/stlport]
+)
+
+AC_ARG_WITH( stlport-lib,
+ &nbsp; &nbsp;[ &nbsp;--with-stlport-lib=&lt;path&gt;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;path to the STLPort library files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport/lib]
+)
+
+if test &quot;$with_stlport&quot; != &quot;no&quot;
+then
+ &nbsp; &nbsp;if test -z &quot;$with_stlport&quot; &amp;&amp; test -z &quot;$with_stlport_lib&quot; -o -z &quot;$with_stlpo
+rt_include&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options.
+This tells configure where to find the STLPort files.])
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test $with_stlport
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using STLPort files located in $with_stlport)
+
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport/stlport&quot;
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_LIB=&quot;-L$with_stlport/lib&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;no_stlport=&quot;no&quot;
+ &nbsp; &nbsp;AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***)
+fi
+
+if test -z &quot;$no_stlport&quot; -a &quot;$with_stlport_include&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort header files located in $with_stlport_include)
+ &nbsp; &nbsp;STLPORT_CFLAGS=&quot;-I$with_stlport_include&quot;
+fi
+
+if test -z &quot;$no_stlport&quot; -a &nbsp;&quot;$with_stlport_lib&quot;
+then
+ &nbsp; &nbsp;AC_MSG_RESULT(using STLPort library files located in $with_stlport_lib)
+ &nbsp; &nbsp;STLPORT_LIB=&quot;-L$with_stlport_lib&quot;
+fi
+
+
+dnl ==========
+dnl NeL
+dnl ==========
+
+dnl Ask user for path to the NeL header files
+AC_ARG_WITH( nel,
+ &nbsp; &nbsp;[ &nbsp;--with-nel=&lt;prefix&gt; &nbsp; &nbsp; prefix to the NeL files installation.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local],
+ &nbsp; &nbsp;[ NEL_DIR=$with_nel
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(using NeL files located in $with_nel)]
+)
+
+if test X&quot;$NEL_DIR&quot; != X&quot;&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;-I$NEL_DIR/include $CXXFLAGS&quot;
+ &nbsp; &nbsp;LIBS=&quot;-L$NEL_DIR/lib $LIBS&quot;
+fi
+
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS&quot;
+
+AC_MSG_CHECKING(for NeL)
+AC_EGREP_CPP( yo_nel,
+[#include &lt;nel/net.h&gt;
+#ifdef NL_NET_H
+ &nbsp; yo_nel
+#endif],
+[AC_MSG_RESULT(yes)],
+AC_MSG_ERROR([NeL is needed to compile the NeLNS (www.nevrax.org)])
+)
+
+
+dnl ==========
+dnl Debug/optimized compilation mode
+dnl ==========
+
+MAX_C_OPTIMIZE=&quot;-O6&quot;
+
+dnl Build optimized or debug version ?
+dnl First check for gcc and g++
+if test &quot;$ac_cv_prog_gcc&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O3&quot;
+else
+ &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp;DEBUG_OPTIMIZE_CXX=&quot;&quot;
+ &nbsp;OPTIMIZE_CXXFLAGS=&quot;-O&quot;
+fi
+AC_ARG_WITH(debug,
+ &nbsp; &nbsp;[ &nbsp;--with-debug[=full] &nbsp; &nbsp; Build a debug version (huge libraries)
+ &nbsp;--without-debug &nbsp; &nbsp; &nbsp; &nbsp; Build withoug debugging code (default)],
+ &nbsp; &nbsp;[with_debug=$withval],
+ &nbsp; &nbsp;[with_debug=no])
+if test &quot;$with_debug&quot; = &quot;yes&quot;
+then
+ &nbsp;dnl Medium debug.
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp;dnl Optimized version. No debug
+ &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+
+dnl ==========
+dnl STLPort
+dnl ==========
+
+if test -z &quot;$no_stlport&quot;
+then
+ &nbsp;
+ &nbsp; &nbsp;if test X&quot;$STLPORT_CFLAGS&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$STLPORT_CFLAGS $CXXFLAGS&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;if test X&quot;$STLPORT_LIB&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$STLPORT_LIB $LIBS -lstlport_gcc&quot;
+ &nbsp; &nbsp;fi
+
+ &nbsp; &nbsp;_CPPFLAGS=&quot;$CPPFLAGS&quot;
+ &nbsp; &nbsp;CPPFLAGS=&quot;$CXXFLAGS $STLPORT_CFLAGS&quot;
+
+ &nbsp; &nbsp;AC_MSG_CHECKING(for STLPort)
+ &nbsp; &nbsp;AC_EGREP_CPP( yo_stlport,
+ &nbsp; &nbsp;[#include &lt;algorithm&gt;
+#ifdef __SGI_STL_PORT
+ &nbsp; yo_stlport
+#endif],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(yes)],
+ &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([STLPort is needed to compile NeL (www.stlport.org).]) )
+ &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp;CPPFLAGS=&quot;$_CPPFLAGS&quot;
+fi
+
+
+dnl ====================================================================
+dnl Checks for library functions.
+
+
+dnl ====================================================================
+dnl Output files to generate.
+
+AC_OUTPUT( Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; login_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; naming_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_executor_service/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; admin_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; welcome_service/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+</PRE> \ No newline at end of file