aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/snowballs2/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/snowballs2/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/snowballs2/configure.in?content-type=text')
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.14221
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log218
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=rev218
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.2297
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.4348
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.6354
-rw-r--r--cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.8177
7 files changed, 1833 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.14 b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.14
new file mode 100644
index 00000000..38343be5
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.14
@@ -0,0 +1,221 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/configure.in - view - 1.14</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/snowballs2/">snowballs2</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/snowballs2/">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.14" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.14','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.14</B>, <i>Mon Apr 15 12:04:25 2002 UTC</i> (2 months, 2 weeks ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.13: +6 -1
+ lines</b><PRE>
+ADDED: ccache detection
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for Snowballs 2
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.14 2002/04/15 12:04:25 lecroart Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+dnl ====================================================================
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=&quot;yes&quot; ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=&quot;yes&quot; ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+AC_PATH_PROG(CCACHE, ccache)
+if test &quot;$CCACHE&quot;
+then
+ CXX=&quot;ccache $CXX&quot;
+fi
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl OpenAL
+
+AM_PATH_OPENAL($enable_client)
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pacs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sound &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, $enable_client, $enable_client, $enable_client, &quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_client)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl Snowballs data, configuration and logs file location
+dnl ====================================================================
+
+test &quot;x$prefix&quot; = xNONE &amp;&amp; prefix=$ac_default_prefix
+
+AC_ARG_WITH(database,
+ &nbsp; &nbsp;[ &nbsp;--with-database[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default datadir/games/snowballs],
+ &nbsp; &nbsp;[database=$withval],
+ &nbsp; &nbsp;[database='${datadir}/games/snowballs'])
+eval eval SNOWBALLS_DATABASE=\&quot;$database/\&quot;
+AC_SUBST(SNOWBALLS_DATABASE)
+
+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/snowballs],
+ &nbsp; &nbsp;[pkgsysconfdir=$withval],
+ &nbsp; &nbsp;[pkgsysconfdir='${sysconfdir}/snowballs'])
+AC_SUBST(pkgsysconfdir)
+
+eval eval SNOWBALLS_CONFIG=\&quot;$pkgsysconfdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_CONFIG, &quot;$SNOWBALLS_CONFIG&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/snowballs],
+ &nbsp; &nbsp;[logdir=$withval],
+ &nbsp; &nbsp;[logdir='${localstatedir}/log/snowballs'])
+AC_SUBST(logdir)
+
+eval eval SNOWBALLS_LOGS=\&quot;$logdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_LOGS, &quot;$SNOWBALLS_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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/client.cfg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log
new file mode 100644
index 00000000..7f03b9bd
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=log
@@ -0,0 +1,218 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/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/snowballs2/?sortby=log">snowballs2</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/snowballs2/?sortby=log">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in?sortby=log">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.15&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/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, 2 weeks 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 Snowballs 2
+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(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+dnl ====================================================================
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=&quot;yes&quot; ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=&quot;yes&quot; ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+AM_PATH_CCACHE
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl OpenAL
+
+AM_PATH_OPENAL($enable_client)
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pacs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sound &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, $enable_client, $enable_client, $enable_client, &quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_client)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl Snowballs data, configuration and logs file location
+dnl ====================================================================
+
+test &quot;x$prefix&quot; = xNONE &amp;&amp; prefix=$ac_default_prefix
+
+AC_ARG_WITH(database,
+ &nbsp; &nbsp;[ &nbsp;--with-database[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default datadir/games/snowballs],
+ &nbsp; &nbsp;[database=$withval],
+ &nbsp; &nbsp;[database='${datadir}/games/snowballs'])
+eval eval SNOWBALLS_DATABASE=\&quot;$database/\&quot;
+AC_SUBST(SNOWBALLS_DATABASE)
+
+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/snowballs],
+ &nbsp; &nbsp;[pkgsysconfdir=$withval],
+ &nbsp; &nbsp;[pkgsysconfdir='${sysconfdir}/snowballs'])
+AC_SUBST(pkgsysconfdir)
+
+eval eval SNOWBALLS_CONFIG=\&quot;$pkgsysconfdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_CONFIG, &quot;$SNOWBALLS_CONFIG&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/snowballs],
+ &nbsp; &nbsp;[logdir=$withval],
+ &nbsp; &nbsp;[logdir='${localstatedir}/log/snowballs'])
+AC_SUBST(logdir)
+
+eval eval SNOWBALLS_LOGS=\&quot;$logdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_LOGS, &quot;$SNOWBALLS_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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/client.cfg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=rev b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=rev
new file mode 100644
index 00000000..d809a2a0
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.15&sortby=rev
@@ -0,0 +1,218 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/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=rev"><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=rev">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=rev">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=rev">code</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/?sortby=rev">snowballs2</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=rev">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=rev">code</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/?sortby=rev">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in?sortby=rev">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.15&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/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, 2 weeks 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 Snowballs 2
+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(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+dnl ====================================================================
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=&quot;yes&quot; ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=&quot;yes&quot; ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+AM_PATH_CCACHE
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+
+dnl ====================================================================
+dnl Checks for header files.
+dnl ====================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ====================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl OpenAL
+
+AM_PATH_OPENAL($enable_client)
+
+
+dnl ====================================================================
+dnl NeL
+
+dnl &nbsp; &nbsp; &nbsp; &nbsp; misc &nbsp; net &nbsp; &nbsp;3d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pacs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sound &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ai &nbsp; &nbsp;georges
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, $enable_client, $enable_client, $enable_client, &quot;no&quot;, &quot;no&quot;)
+
+dnl ====================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_client)
+
+dnl ====================================================================
+dnl Checks for library functions.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl Snowballs data, configuration and logs file location
+dnl ====================================================================
+
+test &quot;x$prefix&quot; = xNONE &amp;&amp; prefix=$ac_default_prefix
+
+AC_ARG_WITH(database,
+ &nbsp; &nbsp;[ &nbsp;--with-database[=DIR]
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;use DIR instead of the default datadir/games/snowballs],
+ &nbsp; &nbsp;[database=$withval],
+ &nbsp; &nbsp;[database='${datadir}/games/snowballs'])
+eval eval SNOWBALLS_DATABASE=\&quot;$database/\&quot;
+AC_SUBST(SNOWBALLS_DATABASE)
+
+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/snowballs],
+ &nbsp; &nbsp;[pkgsysconfdir=$withval],
+ &nbsp; &nbsp;[pkgsysconfdir='${sysconfdir}/snowballs'])
+AC_SUBST(pkgsysconfdir)
+
+eval eval SNOWBALLS_CONFIG=\&quot;$pkgsysconfdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_CONFIG, &quot;$SNOWBALLS_CONFIG&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/snowballs],
+ &nbsp; &nbsp;[logdir=$withval],
+ &nbsp; &nbsp;[logdir='${localstatedir}/log/snowballs'])
+AC_SUBST(logdir)
+
+eval eval SNOWBALLS_LOGS=\&quot;$logdir/\&quot;
+AC_DEFINE_UNQUOTED(SNOWBALLS_LOGS, &quot;$SNOWBALLS_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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/client.cfg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.2 b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.2
new file mode 100644
index 00000000..51a5bb55
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.2
@@ -0,0 +1,297 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/configure.in - view - 1.2</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/snowballs2/">snowballs2</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/snowballs2/">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.2" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.2','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.2</B>, <i>Thu Jul 19 15:26:41 2001 UTC</i> (11 months, 1 week ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.1: +101 -82
+ lines</b><PRE>
+ADDED the Frontend and the Chat services. Make possible the compilation of the Client or the server code independently.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ==========================================================================
+dnl Configuration script for Snowballs
+dnl ==========================================================================
+dnl
+dnl $Id: configure.in,v 1.2 2001/07/19 15:26:41 valignat Exp $
+dnl
+
+
+dnl ==========================================================================
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=1
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot; ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot; ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ==========================================================================
+dnl Checks for programs.
+dnl ==========================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ==========================================================================
+dnl Configure Settings
+dnl ==========================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ==========================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ==========================================================================
+
+
+dnl ==========================================================================
+dnl Checks for header files.
+dnl ==========================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+fi
+
+
+dnl ==========================================================================
+dnl STLPort
+
+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; &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)],
+ &nbsp;AC_MSG_ERROR([STLPort is needed to compile the client (www.stlport.org)])
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+
+dnl ==========================================================================
+dnl NeL
+
+dnl Check for NeL library files
+AC_PATH_PROG(NEL_CONFIG, nel-config, no)
+
+if test &quot;$NEL_CONFIG&quot; = &quot;no&quot;; then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find nel-config: check your path.
+ &nbsp; &nbsp;NeL library is needed to compile Snowballs (www.nevrax.org).])
+else
+ &nbsp; &nbsp;NEL_CFLAGS=`nel-config --cflags`
+ &nbsp; &nbsp;NEL_LIBS=`nel-config --libs`
+fi
+
+AC_SUBST(NEL_CFLAGS)
+AC_SUBST(NEL_LIBS)
+
+dnl Checking NeL instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${NEL_CFLAGS}&quot;
+
+
+dnl ==========================================================================
+dnl FreeType 2
+
+dnl Check for the FreeType 2 library files
+AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+
+if test &quot;$FREETYPE_CONFIG&quot; = &quot;no&quot;; then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find freetype-config: check your path.
+ &nbsp; &nbsp;FreeType 2 library is needed to compile NeL (freetype.sourceforge.net).])
+else
+ &nbsp; &nbsp;FREETYPE_CFLAGS=`freetype-config --cflags`
+ &nbsp; &nbsp;FREETYPE_LIBS=`freetype-config --libs`
+fi
+
+AC_SUBST(FREETYPE_CFLAGS)
+AC_SUBST(FREETYPE_LIBS)
+
+dnl Checking the FreeType 2 instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${FREETYPE_CFLAGS}&quot;
+
+AC_MSG_CHECKING(for FreeType 2 installation)
+AC_EGREP_CPP( yo_freetype2,
+[#include &lt;freetype/freetype.h&gt;
+#if FREETYPE_MAJOR == 2
+ &nbsp; yo_freetype2
+#endif],
+[ AC_MSG_RESULT(yes)],
+ &nbsp;AC_MSG_ERROR([Freetype 2 library is needed to compile NeL (freetype.sourceforge.net).])
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+
+dnl ==========================================================================
+dnl Debug/optimized compilation mode
+
+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; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp; &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp; &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; &nbsp;dnl Medium debug.
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp; &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp; &nbsp;dnl Optimized version. No debug
+ &nbsp; &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp; &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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.4 b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.4
new file mode 100644
index 00000000..1f013e40
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.4
@@ -0,0 +1,348 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/configure.in - view - 1.4</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/snowballs2/">snowballs2</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/snowballs2/">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.4" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.4','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.4</B>, <i>Tue Aug 7 14:19:53 2001 UTC</i> (10 months, 3 weeks ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.3: +95 -46
+ lines</b><PRE>
+IMPROVED Snowballs 2 configure.in file (better dependency checking).
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ==========================================================================
+dnl Configuration script for Snowballs
+dnl ==========================================================================
+dnl
+dnl $Id: configure.in,v 1.4 2001/08/07 14:19:53 valignat Exp $
+dnl
+
+
+dnl ==========================================================================
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=yes ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=yes ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ==========================================================================
+dnl Checks for programs.
+dnl ==========================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ==========================================================================
+dnl Configure Settings
+dnl ==========================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ==========================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ==========================================================================
+
+
+dnl ==========================================================================
+dnl Checks for header files.
+dnl ==========================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ==========================================================================
+dnl STLPort
+
+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 files directory.
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.g. /usr/local/stlport]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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/include]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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_stlport_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;$with_stlport/include&quot;
+ &nbsp; &nbsp; &nbsp; &nbsp;STLPORT_LIB=&quot;$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;$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;$with_stlport_lib&quot;
+fi
+
+
+dnl ==========================================================================
+dnl NeL
+
+dnl Check for NeL library files
+AC_PATH_PROG(NEL_CONFIG, nel-config, no)
+
+if test &quot;$NEL_CONFIG&quot; = &quot;no&quot;; then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find nel-config: check your path.
+ &nbsp; &nbsp;NeL library is needed to compile Snowballs (www.nevrax.org).])
+else
+ &nbsp; &nbsp;NEL_CFLAGS=`nel-config --cflags`
+ &nbsp; &nbsp;NEL_LIBS=`nel-config --libs`
+fi
+
+AC_SUBST(NEL_CFLAGS)
+AC_SUBST(NEL_LIBS)
+
+dnl Checking NeL instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${NEL_CFLAGS}&quot;
+
+
+dnl ==========================================================================
+dnl FreeType 2
+
+dnl Check for the FreeType 2 library files
+AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+
+if test &quot;$FREETYPE_CONFIG&quot; = &quot;no&quot; -a &quot;$enable_client&quot; = &quot;yes&quot;
+then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find freetype-config: check your path.
+ &nbsp; &nbsp;FreeType 2 library is needed to compile Snowballs (freetype.sourceforge.net).])
+else
+ &nbsp; &nbsp;FREETYPE_CFLAGS=`freetype-config --cflags`
+ &nbsp; &nbsp;FREETYPE_LIBS=`freetype-config --libs`
+fi
+
+AC_SUBST(FREETYPE_CFLAGS)
+AC_SUBST(FREETYPE_LIBS)
+
+dnl Checking the FreeType 2 instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${FREETYPE_CFLAGS}&quot;
+
+AC_MSG_CHECKING(for FreeType 2 installation)
+AC_EGREP_CPP( yo_freetype2,
+[#include &lt;freetype/freetype.h&gt;
+#if FREETYPE_MAJOR == 2
+ &nbsp; yo_freetype2
+#endif],
+[ AC_MSG_RESULT(yes) ],
+ &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp;then
+ &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([Freetype 2 library is needed to compile Snowballs (freetype.sourceforge.net).])
+ &nbsp;else
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(no)
+ &nbsp;fi
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+
+dnl ==========================================================================
+dnl Debug/optimized compilation mode
+
+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; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp; &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp; &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; &nbsp;dnl Medium debug.
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp; &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp; &nbsp;dnl Optimized version. No debug
+ &nbsp; &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ==========================================================================
+dnl Checks for libraries.
+dnl ==========================================================================
+
+dnl ==========================================================================
+dnl STLPort
+
+if test -z &quot;$no_stlport&quot;
+then
+
+ &nbsp; &nbsp;if test X&quot;$STLPORT_CFLAGS&quot; != X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;-I$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;-L$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 Snowballs (www.stlport.org).]) )
+
+ &nbsp; &nbsp; &nbsp;CPPFLAGS=&quot;$_CPPFLAGS&quot;
+fi
+
+
+dnl ==========================================================================
+dnl Checks for library functions.
+dnl ==========================================================================
+
+
+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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.6 b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.6
new file mode 100644
index 00000000..cebc4ca2
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.6
@@ -0,0 +1,354 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/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/snowballs2/">snowballs2</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/snowballs2/">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.6" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.6','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.6</B>, <i>Mon Oct 29 18:56:28 2001 UTC</i> (8 months ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.5: +8 -2
+ lines</b><PRE>
+BUGFIX: patch makefile to compile
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ==========================================================================
+dnl Configuration script for Snowballs
+dnl ==========================================================================
+dnl
+dnl $Id: configure.in,v 1.6 2001/10/29 18:56:28 lecroart Exp $
+dnl
+
+
+dnl ==========================================================================
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=yes ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=yes ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ==========================================================================
+dnl Checks for programs.
+dnl ==========================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ==========================================================================
+dnl Configure Settings
+dnl ==========================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ==========================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ==========================================================================
+
+
+dnl ==========================================================================
+dnl Checks for header files.
+dnl ==========================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X ; then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ==========================================================================
+dnl STLPort
+
+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]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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]
+) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+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_stlport_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 Check for NeL library files
+AC_PATH_PROG(NEL_CONFIG, nel-config, no)
+
+if test &quot;$NEL_CONFIG&quot; = &quot;no&quot;; then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find nel-config: check your path.
+ &nbsp; &nbsp;NeL library is needed to compile Snowballs (www.nevrax.org).])
+else
+ &nbsp; &nbsp;NEL_CFLAGS=`nel-config --cflags`
+
+ &nbsp; &nbsp;if test x&quot;$enable_client&quot; != x&quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;NEL_LIBS=`nel-config --libs --without-ai --without-3d`
+ &nbsp; &nbsp;else
+ &nbsp; &nbsp; &nbsp; &nbsp;NEL_LIBS=`nel-config --libs --without-ai`
+ &nbsp; &nbsp;fi
+fi
+
+AC_SUBST(NEL_CFLAGS)
+AC_SUBST(NEL_LIBS)
+
+dnl Checking NeL instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${NEL_CFLAGS}&quot;
+
+
+dnl ==========================================================================
+dnl FreeType 2
+
+dnl Check for the FreeType 2 library files
+AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+
+if test &quot;$FREETYPE_CONFIG&quot; = &quot;no&quot; -a &quot;$enable_client&quot; = &quot;yes&quot;
+then
+ &nbsp; &nbsp;AC_MSG_ERROR([Cannot find freetype-config: check your path.
+ &nbsp; &nbsp;FreeType 2 library is needed to compile Snowballs (freetype.sourceforge.net).])
+else
+ &nbsp; &nbsp;FREETYPE_CFLAGS=`freetype-config --cflags`
+ &nbsp; &nbsp;FREETYPE_LIBS=`freetype-config --libs`
+fi
+
+AC_SUBST(FREETYPE_CFLAGS)
+AC_SUBST(FREETYPE_LIBS)
+
+dnl Checking the FreeType 2 instalation
+_CPPFLAGS=&quot;$CPPFLAGS&quot;
+CPPFLAGS=&quot;$CXXFLAGS ${FREETYPE_CFLAGS}&quot;
+
+AC_MSG_CHECKING(for FreeType 2 installation)
+AC_EGREP_CPP( yo_freetype2,
+[#include &lt;freetype/freetype.h&gt;
+#if FREETYPE_MAJOR == 2
+ &nbsp; yo_freetype2
+#endif],
+[ AC_MSG_RESULT(yes) ],
+ &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp;then
+ &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([Freetype 2 library is needed to compile Snowballs (freetype.sourceforge.net).])
+ &nbsp;else
+ &nbsp; &nbsp; &nbsp;AC_MSG_RESULT(no)
+ &nbsp;fi
+)
+
+CPPFLAGS=&quot;$_CPPFLAGS&quot;
+
+
+dnl ==========================================================================
+dnl Debug/optimized compilation mode
+
+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; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;-O&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;$MAX_C_OPTIMIZE&quot;
+else
+ &nbsp; &nbsp;DEBUG_CFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CC=&quot;&quot;
+ &nbsp; &nbsp;OPTIMIZE_CFLAGS=&quot;-O&quot;
+fi
+
+if test &quot;$ac_cv_prog_cxx_g&quot; = &quot;yes&quot;
+then
+ &nbsp; &nbsp;DEBUG_CXXFLAGS=&quot;-g&quot;
+ &nbsp; &nbsp;DEBUG_OPTIMIZE_CXX=&quot;-O&quot;
+ &nbsp; &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; &nbsp;dnl Medium debug.
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $DEBUG_OPTIMIZE_CC $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $DEBUG_OPTIMIZE_CXX $CXXFLAGS&quot;
+elif test &quot;$with_debug&quot; = &quot;full&quot;
+then
+ &nbsp; &nbsp;dnl Full debug. Very slow in some cases
+ &nbsp; &nbsp;CFLAGS=&quot;$DEBUG_CFLAGS $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$DEBUG_CXXFLAGS $CXXFLAGS&quot;
+else
+ &nbsp; &nbsp;dnl Optimized version. No debug
+ &nbsp; &nbsp;CFLAGS=&quot;$OPTIMIZE_CFLAGS $CFLAGS&quot;
+ &nbsp; &nbsp;CXXFLAGS=&quot;$OPTIMIZE_CXXFLAGS $CXXFLAGS&quot;
+fi
+
+
+dnl ==========================================================================
+dnl Checks for libraries.
+dnl ==========================================================================
+
+dnl ==========================================================================
+dnl STLPort
+
+if test -z &quot;$no_stlport&quot;
+then
+
+ &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 Snowballs (www.stlport.org).]) )
+
+ &nbsp; &nbsp; &nbsp;CPPFLAGS=&quot;$_CPPFLAGS&quot;
+fi
+
+
+dnl ==========================================================================
+dnl Checks for library functions.
+dnl ==========================================================================
+
+
+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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.8 b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.8
new file mode 100644
index 00000000..04f92dfe
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/snowballs2/configure.in?content-type=text/x-cvsweb-markup&rev=1.8
@@ -0,0 +1,177 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/snowballs2/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/snowballs2/">snowballs2</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/snowballs2/">snowballs2</a> / <a href="/cvs/cvsweb.cgi/code/snowballs2/configure.in">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.8" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/snowballs2/configure.in?rev=1.8','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.8</B>, <i>Mon Jan 7 16:09:53 2002 UTC</i> (5 months, 3 weeks ago) by <i>valignat</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.7: +21 -198
+ lines</b><PRE>
+Rewrited NeL, NeLNS, and Snowballs configure.in scripts.
+ADDED an 'acinclude.m4' file which contain all M4 macros to check paths of the libraries that we need and macros to check the intalation of NeL. This file is placed in the code directory and there is symbolic links to that file in the 'nel', 'nelns' and 'snowballs2' directories.
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ==========================================================================
+dnl Configuration script for Snowballs 2
+dnl ==========================================================================
+dnl
+dnl $Id: configure.in,v 1.8 2002/01/07 16:09:53 valignat Exp $
+dnl
+
+
+dnl ==========================================================================
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT(client/src/client.cpp)
+
+MAJOR_VERSION=0
+MINOR_VERSION=2
+PICO_VERSION=0
+
+AM_INIT_AUTOMAKE(snowballs, $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 Snowballs modules (Client / Server) to install / Disable
+
+SNO_SUBDIRS=&quot;&quot;
+
+dnl Client
+AC_ARG_ENABLE( client,
+ &nbsp; &nbsp;[ &nbsp;--disable-client &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Client.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Client.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS client&quot;
+ &nbsp; &nbsp; &nbsp;enable_client=&quot;yes&quot; ] )
+
+dnl Server
+AC_ARG_ENABLE( server,
+ &nbsp; &nbsp;[ &nbsp;--disable-server &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of Snowballs Server.],
+ &nbsp; &nbsp;[ AC_MSG_RESULT(disable Snowballs Server.) ],
+ &nbsp; &nbsp;[ SNO_SUBDIRS=&quot;$SNO_SUBDIRS server&quot;
+ &nbsp; &nbsp; &nbsp;enable_server=&quot;yes&quot; ] )
+
+AC_SUBST(SNO_SUBDIRS)
+
+
+dnl ==========================================================================
+dnl Checks for programs.
+dnl ==========================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_SANITY_CHECK
+
+AC_PROG_INSTALL
+
+
+dnl ==========================================================================
+dnl Configure Settings
+dnl ==========================================================================
+
+dnl Set the C++ compiler as the default compiler for the configure script
+dnl compilation tests
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+
+AM_NEL_DEBUG
+
+
+dnl ==========================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ==========================================================================
+
+
+dnl ==========================================================================
+dnl Checks for header files.
+dnl ==========================================================================
+
+AC_STDC_HEADERS
+AC_CHECK_HEADERS(fcntl.h unistd.h)
+
+
+dnl ==========================================================================
+dnl X11
+
+AC_PATH_X
+
+if test ! &quot;$no_x&quot; = &quot;yes&quot; ; then
+ &nbsp; &nbsp;if test ! X&quot;$x_libraries&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;LIBS=&quot;$LIBS -L$x_libraries&quot;
+ &nbsp; &nbsp;fi
+ &nbsp; &nbsp;if test ! X&quot;$x_includes&quot; = X
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -I$x_includes&quot;
+ &nbsp; &nbsp;fi
+else
+ &nbsp; &nbsp;if test &quot;$enable_client&quot; = &quot;yes&quot;
+ &nbsp; &nbsp;then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR(X11 must be installed.)
+ &nbsp; &nbsp;fi
+fi
+
+
+dnl ==========================================================================
+dnl Checks for libraries.
+dnl ==========================================================================
+
+dnl ==========================================================================
+dnl STLPort
+
+AM_PATH_STLPORT
+
+
+dnl ==========================================================================
+dnl NeL
+
+AM_PATH_NEL(&quot;yes&quot;, &quot;yes&quot;, $enable_client, $enable_client, $enable_client, &quot;no&quot;)
+
+CXXFLAGS=&quot;$CXXFLAGS ${NEL_CFLAGS}&quot;
+LIBS=&quot;$LIBS ${NEL_LIBS}&quot;
+
+
+dnl ==========================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_client)
+
+dnl ==========================================================================
+dnl Checks for library functions.
+dnl ==========================================================================
+
+
+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; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/frontend/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/chat/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; server/position/src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file