aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&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/nel/configure.in?rev=1.68&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/nel/configure.in?rev=1.68&content-type=text')
-rw-r--r--cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=author/index.html374
-rw-r--r--cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=log/index.html374
2 files changed, 748 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=author/index.html b/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=author/index.html
new file mode 100644
index 00000000..7d4a8730
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=author/index.html
@@ -0,0 +1,374 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nel/configure.in - view - 1.68</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=author"><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=author">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=author">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=author">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/?sortby=author">nel</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=author">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?sortby=author">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/?sortby=author">nel</a> / <a href="/cvs/cvsweb.cgi/code/nel/configure.in?sortby=author">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68&amp;sortby=author" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.68</B>, <i>Tue Apr 16 16:00:31 2002 UTC</i> (2 months, 3 weeks ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.67: +2 -1
+ lines</b><PRE>
+ADDED: endianess detection on linux
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for NeL
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.68 2002/04/16 16:00:31 lecroart Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(include/nel/nel.h)
+
+
+dnl MAJOR_VERSION correspond to the CURRENT interface number.
+dnl MINOR_VERSION correspond to the interface REVISION (implementation)
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; number.
+dnl PICO_VERSION correspond to the interface AGE, which is the number
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;of previous additional interfaces supported by this library.
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It must be less than or equal to CURRENT.
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION
+
+AM_INIT_AUTOMAKE(nel,$VERSION)
+
+LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION
+
+AC_CANONICAL_HOST
+if test &quot;$host_cpu&quot; = &quot;i386&quot; -o &quot;$host_cpu&quot; = &quot;i486&quot; \
+ &nbsp; &nbsp; &nbsp; &nbsp;-o &quot;$host_cpu&quot; = &quot;i586&quot; -o &quot;$host_cpu&quot; = &quot;i686&quot; \
+ &nbsp; &nbsp; &nbsp; &nbsp;-o &quot;$host_cpu&quot; = &quot;i786&quot; ; then
+AC_DEFINE(HAVE_X86)
+fi
+AC_C_BIGENDIAN
+
+AC_SUBST(VERSION)
+AC_SUBST(LIBTOOL_VERSION)
+
+AM_CONFIG_HEADER(include/nelconfig.h)
+
+
+dnl The following hack should ensure that configure doesnt add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS -ftemplate-depth-24&quot;
+CXXFLAGS=&quot;$CXXFLAGS -ftemplate-depth-24&quot;
+
+
+dnl ====================================================================
+dnl Checks NeL modules (net, 3d, ai) to install / Disable
+dnl ====================================================================
+
+dnl the misc is mandatory, it is use by the other modules.
+NEL_SUBDIRS=&quot;misc&quot;
+
+dnl Network library
+AC_ARG_ENABLE( net,
+ &nbsp; &nbsp;[ &nbsp;--disable-net &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; disable compilation and install of NeL Network.],
+ &nbsp; &nbsp;, enable_net=yes )
+
+if test $enable_net = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL Network.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS net&quot;
+fi
+
+dnl 3D library
+AC_ARG_ENABLE( 3d,
+ &nbsp; &nbsp;[ &nbsp;--disable-3d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of NeL 3D.],
+ &nbsp; &nbsp;, enable_3d=yes )
+
+if test $enable_3d = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL 3D.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS 3d&quot;
+fi
+
+dnl PACS library
+AC_ARG_ENABLE( pacs,
+ &nbsp; &nbsp;[ &nbsp;--disable-pacs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of NeL PACS.],
+ &nbsp; &nbsp;, enable_pacs=yes )
+
+if test $enable_pacs = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL PACS.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS pacs&quot;
+fi
+
+dnl Sound library
+AC_ARG_ENABLE( sound,
+ &nbsp; &nbsp;[ &nbsp;--enable-sound &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;enable compilation and install of NeL Sound.],
+ &nbsp; &nbsp;, enable_sound=no )
+
+if test $enable_sound = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL Sound.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS sound&quot;
+fi
+
+dnl AI library
+AC_ARG_ENABLE( ai,
+ &nbsp; &nbsp;[ &nbsp;--enable-ai &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enable compilation and install of NeL AI.],
+ &nbsp; &nbsp;, enable_ai=no )
+
+if test $enable_ai = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL AI.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS ai&quot;
+fi
+
+dnl Georges library
+AC_ARG_ENABLE( georges,
+ &nbsp; &nbsp;[ &nbsp;--enable-georges &nbsp; &nbsp; &nbsp; &nbsp;enable compilation and install of NeL Georges.],
+ &nbsp; &nbsp;, enable_georges=no )
+
+if test $enable_georges = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL Georges.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS georges&quot;
+fi
+
+AC_SUBST(enable_net)
+AC_SUBST(enable_3d)
+AC_SUBST(enable_pacs)
+AC_SUBST(enable_sound)
+AC_SUBST(enable_ai)
+AC_SUBST(enable_georges)
+
+AC_SUBST(NEL_SUBDIRS)
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_YACC
+AM_PROG_LEX
+
+AC_PROG_INSTALL
+
+AM_PATH_CCACHE
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+dnl Disable the static linking by default
+dnl AC_DISABLE_STATIC
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+AC_ARG_WITH([logging],
+ &nbsp; &nbsp;[ &nbsp;--without-logging &nbsp;be silent on stdout and in no log.log],
+ &nbsp; &nbsp;[
+if test &quot;$with_logging&quot; = &quot;no&quot;
+then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_DEFINE(NEL_DEFAULT_DISPLAYER, 0)
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_DEFINE(NEL_LOG_IN_FILE, 0)
+else
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([--with-logging is the default: do not use this option])
+fi
+])
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+dnl Supress GCC &quot;multi-character character constant&quot; warnings.
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -Wno-multichar&quot;
+fi
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CFLAGS=&quot;$CFLAGS -D_REENTRANT&quot;
+ &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 X11
+
+AC_PATH_X
+ &nbsp; &nbsp;
+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_3d&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
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl Python
+
+AM_PATH_PYTHON(1.5,$enable_ai)
+
+
+dnl ====================================================================
+dnl LibXML
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_C
+
+AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.))
+
+CFLAGS=&quot;$CFLAGS $XML_CFLAGS&quot;
+CXXFLAGS=&quot;$CXXFLAGS $XML_CFLAGS&quot;
+
+LIBS=&quot;$LIBS $XML_LIBS&quot;
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_3d)
+
+
+dnl ====================================================================
+dnl OpenGL
+
+AM_PATH_OPENGL($enable_3d)
+
+
+dnl ====================================================================
+dnl Check for XF86VidMode extension (-lXxf86vm)
+
+AM_PATH_XF86VIDMODE
+
+
+dnl ====================================================================
+dnl OpenAL
+
+AM_PATH_OPENAL($enable_sound)
+
+
+dnl ====================================================================
+dnl Arrange for the include directory to be in the search path even when
+dnl build is done outside the source tree
+CFLAGS=&quot;$CFLAGS -I\${top_srcdir}/include&quot;
+CXXFLAGS=&quot;$CXXFLAGS -I\${top_srcdir}/include&quot;
+
+
+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; include/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/misc/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/net/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/3d/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/pacs/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/sound/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/agent/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/c/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/character/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/e/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/fuzzy/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/logic/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/nimat/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/pyserver/Makefile &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/script/Makefile &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/tools/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/georges/Makefile &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/misc/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/misc/config_file/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/net/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/driver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/driver/opengl/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/pacs/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/driver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/driver/openal/Makefile &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/agent/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/c/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/character/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/fuzzy/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/logic/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/nimat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/pyserver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/script/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/tools/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/georges/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nel-config &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/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=log/index.html b/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=log/index.html
new file mode 100644
index 00000000..bc0eeaf7
--- /dev/null
+++ b/cvs/cvsweb.cgi/code/nel/configure.in?rev=1.68&content-type=text/x-cvsweb-markup&sortby=log/index.html
@@ -0,0 +1,374 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>code/nel/configure.in - view - 1.68</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/nel/?sortby=log">nel</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/nel/?sortby=log">nel</a> / <a href="/cvs/cvsweb.cgi/code/nel/configure.in?sortby=log">configure.in</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.68</B>, <i>Tue Apr 16 16:00:31 2002 UTC</i> (3 months ago) by <i>lecroart</i>
+<BR>Branch: <b>MAIN</b>
+<BR>Changes since <b>1.67: +2 -1
+ lines</b><PRE>
+ADDED: endianess detection on linux
+</PRE>
+</td></tr></table><HR noshade><PRE>dnl ====================================================================
+dnl Configuration script for NeL
+dnl ====================================================================
+dnl
+dnl $Id: configure.in,v 1.68 2002/04/16 16:00:31 lecroart Exp $
+dnl
+
+
+dnl ====================================================================
+dnl Process this file with autoconf to produce a configure script.
+dnl ====================================================================
+
+AC_INIT(include/nel/nel.h)
+
+
+dnl MAJOR_VERSION correspond to the CURRENT interface number.
+dnl MINOR_VERSION correspond to the interface REVISION (implementation)
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; number.
+dnl PICO_VERSION correspond to the interface AGE, which is the number
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;of previous additional interfaces supported by this library.
+dnl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It must be less than or equal to CURRENT.
+
+MAJOR_VERSION=0
+MINOR_VERSION=3
+PICO_VERSION=0
+
+VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION
+
+AM_INIT_AUTOMAKE(nel,$VERSION)
+
+LIBTOOL_VERSION=$MAJOR_VERSION:$MINOR_VERSION:$PICO_VERSION
+
+AC_CANONICAL_HOST
+if test &quot;$host_cpu&quot; = &quot;i386&quot; -o &quot;$host_cpu&quot; = &quot;i486&quot; \
+ &nbsp; &nbsp; &nbsp; &nbsp;-o &quot;$host_cpu&quot; = &quot;i586&quot; -o &quot;$host_cpu&quot; = &quot;i686&quot; \
+ &nbsp; &nbsp; &nbsp; &nbsp;-o &quot;$host_cpu&quot; = &quot;i786&quot; ; then
+AC_DEFINE(HAVE_X86)
+fi
+AC_C_BIGENDIAN
+
+AC_SUBST(VERSION)
+AC_SUBST(LIBTOOL_VERSION)
+
+AM_CONFIG_HEADER(include/nelconfig.h)
+
+
+dnl The following hack should ensure that configure doesnt add optimizing
+dnl or debugging flags to CFLAGS or CXXFLAGS
+CFLAGS=&quot;$CFLAGS -ftemplate-depth-24&quot;
+CXXFLAGS=&quot;$CXXFLAGS -ftemplate-depth-24&quot;
+
+
+dnl ====================================================================
+dnl Checks NeL modules (net, 3d, ai) to install / Disable
+dnl ====================================================================
+
+dnl the misc is mandatory, it is use by the other modules.
+NEL_SUBDIRS=&quot;misc&quot;
+
+dnl Network library
+AC_ARG_ENABLE( net,
+ &nbsp; &nbsp;[ &nbsp;--disable-net &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; disable compilation and install of NeL Network.],
+ &nbsp; &nbsp;, enable_net=yes )
+
+if test $enable_net = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL Network.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS net&quot;
+fi
+
+dnl 3D library
+AC_ARG_ENABLE( 3d,
+ &nbsp; &nbsp;[ &nbsp;--disable-3d &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of NeL 3D.],
+ &nbsp; &nbsp;, enable_3d=yes )
+
+if test $enable_3d = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL 3D.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS 3d&quot;
+fi
+
+dnl PACS library
+AC_ARG_ENABLE( pacs,
+ &nbsp; &nbsp;[ &nbsp;--disable-pacs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;disable compilation and install of NeL PACS.],
+ &nbsp; &nbsp;, enable_pacs=yes )
+
+if test $enable_pacs = &quot;no&quot;;
+then
+ &nbsp; AC_MSG_RESULT(disable NEL PACS.)
+else
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS pacs&quot;
+fi
+
+dnl Sound library
+AC_ARG_ENABLE( sound,
+ &nbsp; &nbsp;[ &nbsp;--enable-sound &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;enable compilation and install of NeL Sound.],
+ &nbsp; &nbsp;, enable_sound=no )
+
+if test $enable_sound = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL Sound.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS sound&quot;
+fi
+
+dnl AI library
+AC_ARG_ENABLE( ai,
+ &nbsp; &nbsp;[ &nbsp;--enable-ai &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enable compilation and install of NeL AI.],
+ &nbsp; &nbsp;, enable_ai=no )
+
+if test $enable_ai = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL AI.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS ai&quot;
+fi
+
+dnl Georges library
+AC_ARG_ENABLE( georges,
+ &nbsp; &nbsp;[ &nbsp;--enable-georges &nbsp; &nbsp; &nbsp; &nbsp;enable compilation and install of NeL Georges.],
+ &nbsp; &nbsp;, enable_georges=no )
+
+if test $enable_georges = &quot;yes&quot;;
+then
+ &nbsp; AC_MSG_RESULT(enable NEL Georges.)
+ &nbsp; NEL_SUBDIRS=&quot;$NEL_SUBDIRS georges&quot;
+fi
+
+AC_SUBST(enable_net)
+AC_SUBST(enable_3d)
+AC_SUBST(enable_pacs)
+AC_SUBST(enable_sound)
+AC_SUBST(enable_ai)
+AC_SUBST(enable_georges)
+
+AC_SUBST(NEL_SUBDIRS)
+
+
+dnl ====================================================================
+dnl Checks for programs.
+dnl ====================================================================
+
+AC_PROG_MAKE_SET
+
+AC_PROG_CC
+AC_PROG_CXX
+
+AM_PROG_LIBTOOL
+
+AM_SANITY_CHECK
+
+AC_PROG_YACC
+AM_PROG_LEX
+
+AC_PROG_INSTALL
+
+AM_PATH_CCACHE
+
+
+dnl ====================================================================
+dnl Configure Settings
+dnl ====================================================================
+
+dnl Disable the static linking by default
+dnl AC_DISABLE_STATIC
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Debug/optimized compilation mode
+dnl ====================================================================
+
+AM_NEL_DEBUG
+
+AC_ARG_WITH([logging],
+ &nbsp; &nbsp;[ &nbsp;--without-logging &nbsp;be silent on stdout and in no log.log],
+ &nbsp; &nbsp;[
+if test &quot;$with_logging&quot; = &quot;no&quot;
+then
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_DEFINE(NEL_DEFAULT_DISPLAYER, 0)
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_DEFINE(NEL_LOG_IN_FILE, 0)
+else
+ &nbsp; &nbsp; &nbsp; &nbsp;AC_MSG_ERROR([--with-logging is the default: do not use this option])
+fi
+])
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+
+dnl ====================================================================
+dnl Checks for typedefs, structures, and compiler characteristics.
+dnl ====================================================================
+
+dnl Supress GCC &quot;multi-character character constant&quot; warnings.
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CXXFLAGS=&quot;$CXXFLAGS -Wno-multichar&quot;
+fi
+
+dnl Add the define _REENTRANT for a correct use of the threads
+if test &quot;X$CC&quot; = &quot;Xgcc&quot;;
+then
+ &nbsp; &nbsp;CFLAGS=&quot;$CFLAGS -D_REENTRANT&quot;
+ &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 X11
+
+AC_PATH_X
+ &nbsp; &nbsp;
+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_3d&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
+
+AM_PATH_STLPORT
+
+
+dnl ====================================================================
+dnl Python
+
+AM_PATH_PYTHON(1.5,$enable_ai)
+
+
+dnl ====================================================================
+dnl LibXML
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_C
+
+AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be installed.))
+
+CFLAGS=&quot;$CFLAGS $XML_CFLAGS&quot;
+CXXFLAGS=&quot;$CXXFLAGS $XML_CFLAGS&quot;
+
+LIBS=&quot;$LIBS $XML_LIBS&quot;
+
+dnl Use C++ compiler as a default for the compilation tests.
+AC_LANG_CPLUSPLUS
+
+
+dnl ====================================================================
+dnl Checks for libraries.
+dnl ====================================================================
+
+dnl ====================================================================
+dnl FreeType 2
+
+AM_PATH_FREETYPE($enable_3d)
+
+
+dnl ====================================================================
+dnl OpenGL
+
+AM_PATH_OPENGL($enable_3d)
+
+
+dnl ====================================================================
+dnl Check for XF86VidMode extension (-lXxf86vm)
+
+AM_PATH_XF86VIDMODE
+
+
+dnl ====================================================================
+dnl OpenAL
+
+AM_PATH_OPENAL($enable_sound)
+
+
+dnl ====================================================================
+dnl Arrange for the include directory to be in the search path even when
+dnl build is done outside the source tree
+CFLAGS=&quot;$CFLAGS -I\${top_srcdir}/include&quot;
+CXXFLAGS=&quot;$CXXFLAGS -I\${top_srcdir}/include&quot;
+
+
+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; include/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/misc/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/net/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/3d/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/pacs/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/sound/Makefile &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/agent/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/c/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/character/Makefile \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/e/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/fuzzy/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/logic/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/nimat/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/pyserver/Makefile &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/script/Makefile &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/ai/tools/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include/nel/georges/Makefile &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/misc/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/misc/config_file/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/net/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/driver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/3d/driver/opengl/Makefile &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/pacs/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/driver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/sound/driver/openal/Makefile &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/agent/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/c/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/character/Makefile &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/fuzzy/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/logic/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/nimat/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/pyserver/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/script/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/ai/tools/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src/georges/Makefile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nel-config &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\
+)
+
+
+dnl End of configure.in
+
+</PRE> \ No newline at end of file