# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#Free software
cvs
Nevrax / code / nel / configure.in
configure.in

Default branch: MAIN


Revision 1.71 / (download) - annotate - [select for diffs] , Mon May 13 15:44:57 2002 UTC (8 weeks, 3 days ago) by valignat
Branch: MAIN
CVS Tags: georges_v2, HEAD
Changes since 1.70: +57 -44 lines
Diff to previous 1.70 to selected 1.51

Ported some of Ne:'s 3d tools to te GNU/Linux platform. Added 'zone_lib' wich contain some utilities used by the ported tools. Fixed the DSP file to point to that lib files too intead to the zone_welder files.

Revision 1.70 / (download) - annotate - [select for diffs] , Thu Apr 25 17:53:36 2002 UTC (2 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.69: +13 -10 lines
Diff to previous 1.69 to selected 1.51

#Some cleanup

Revision 1.69 / (download) - annotate - [select for diffs] , Wed Apr 17 07:23:45 2002 UTC (2 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.68: +4 -3 lines
Diff to previous 1.68 to selected 1.51

CHANGED: include nelconfig.h only if HAVE_NELCONFIG is defined (used to avoid HAVE_CONFIG conflict with other project)

Revision 1.68 / (download) - annotate - [select for diffs] , Tue Apr 16 16:00:31 2002 UTC (2 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 to selected 1.51

ADDED: endianess detection on linux

Revision 1.67 / (download) - annotate - [select for diffs] , Tue Apr 16 12:01:39 2002 UTC (2 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.66: +3 -6 lines
Diff to previous 1.66 to selected 1.51

ADDED a configure option to explicitly activate the use of the ccache (http://ccache.samba.org) utility.

Revision 1.66 / (download) - annotate - [select for diffs] , Mon Apr 15 12:54:16 2002 UTC (2 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.65: +7 -1 lines
Diff to previous 1.65 to selected 1.51

ADDED: HAVE_X86 for intel proc detection (thanks to Guillaume Morin)

Revision 1.65 / (download) - annotate - [select for diffs] , Mon Apr 15 12:04:16 2002 UTC (2 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.64: +6 -1 lines
Diff to previous 1.64 to selected 1.51

ADDED: ccache detection

Revision 1.64 / (download) - annotate - [select for diffs] , Mon Apr 15 09:44:41 2002 UTC (2 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 to selected 1.51

ADDED: AC_CANONICAL_HOST

Revision 1.63 / (download) - annotate - [select for diffs] , Tue Mar 26 14:37:46 2002 UTC (3 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.62: +10 -7 lines
Diff to previous 1.62 to selected 1.51

BUGFIXES on several smalls points of doing smalls tasks of the autotools process which were a problem for the debian packaging.

Revision 1.62 / (download) - annotate - [select for diffs] , Tue Mar 26 13:52:57 2002 UTC (3 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.61: +6 -1 lines
Diff to previous 1.61 to selected 1.51

Added LibXml as Mandatory for NeL and made some fixes in that way.

Revision 1.61 / (download) - annotate - [select for diffs] , Thu Mar 21 10:54:37 2002 UTC (3 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.60: +15 -1 lines
Diff to previous 1.60 to selected 1.51

Add Georges in the GNU/Linux compilation proccess. It nned to be activated with the configure option --enable-georges. AM_PATH_NEL takes a nwe argument (yes/no value) for the cheking of NeL Georges.

Revision 1.60 / (download) - annotate - [select for diffs] , Tue Mar 19 17:42:48 2002 UTC (3 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.59: +17 -6 lines
Diff to previous 1.59 to selected 1.51

Applied patches which help to have a clen install on GNU/Linux and to make a Debian package (changes on the management of config and log files, bugfixes, etc ...)

Revision 1.59 / (download) - annotate - [select for diffs] , Mon Jan 28 15:22:19 2002 UTC (5 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 to selected 1.51

BUGFIX: OpenAL is used by NeL Sound and not by NeL 3D, so it's mandatory when NeL Sound is enable and not when it's NeL 3D which is enable.

Revision 1.58 / (download) - annotate - [select for diffs] , Thu Jan 10 14:33:20 2002 UTC (6 months ago) by valignat
Branch: MAIN
Changes since 1.57: +6 -6 lines
Diff to previous 1.57 to selected 1.51

BUGFIX , cleanup and, support for minimum python version required in the configure scripts.

Revision 1.57 / (download) - annotate - [select for diffs] , Thu Jan 10 10:47:23 2002 UTC (6 months ago) by valignat
Branch: MAIN
Changes since 1.56: +30 -19 lines
Diff to previous 1.56 to selected 1.51

Changed the default compiler from C to C++ to run the configure.in's AM_PATH_XML2 macro to fix the libxml test crash. Thanks to Ian Cahoon <ian@cahoononline.com> for the patch.

Revision 1.56 / (download) - annotate - [select for diffs] , Mon Jan 7 16:09:52 2002 UTC (6 months ago) by valignat
Branch: MAIN
Changes since 1.55: +18 -342 lines
Diff to previous 1.55 to selected 1.51

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.

Revision 1.55 / (download) - annotate - [select for diffs] , Wed Nov 7 16:25:13 2001 UTC (8 months ago) by valignat
Branch: MAIN
Changes since 1.54: +7 -1 lines
Diff to previous 1.54 to selected 1.51

BUGFIX on the libs options list for nel.

Revision 1.54 / (download) - annotate - [select for diffs] , Wed Oct 31 09:54:43 2001 UTC (8 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 to selected 1.51

Add the '-ftemplate-depth-24' option to the compiler to fix a template instantiation depth exceed.

Revision 1.53 / (download) - annotate - [select for diffs] , Tue Oct 9 13:48:11 2001 UTC (9 months ago) by valignat
Branch: MAIN
Changes since 1.52: +2 -5 lines
Diff to previous 1.52 to selected 1.51

Removed Testing on the #D library for libXML ... that's a terrible mistake :-(

Revision 1.52 / (download) - annotate - [select for diffs] , Tue Oct 9 13:43:06 2001 UTC (9 months ago) by valignat
Branch: MAIN
Changes since 1.51: +5 -2 lines
Diff to previous 1.51

ADD checking on LibXML only when NeL 3D library is enable.

Revision 1.51 / (download) - annotate - [selected], Mon Oct 8 14:52:19 2001 UTC (9 months ago) by valignat
Branch: MAIN
Changes since 1.50: +8 -1 lines
Diff to previous 1.50

ADD LibXML requirement and checking for GNU/Linux platforms.

Revision 1.50 / (download) - annotate - [select for diffs] , Thu Aug 9 15:40:37 2001 UTC (11 months ago) by valignat
Branch: MAIN
CVS Tags: nel_0_4, demo_0_1
Changes since 1.49: +12 -11 lines
Diff to previous 1.49 to selected 1.51

Comment the test on the given STLPorts options to configure.

Revision 1.49 / (download) - annotate - [select for diffs] , Wed Aug 8 17:08:23 2001 UTC (11 months ago) by valignat
Branch: MAIN
Changes since 1.48: +12 -28 lines
Diff to previous 1.48 to selected 1.51

Fixed some OpenAL checking error.

Revision 1.48 / (download) - annotate - [select for diffs] , Wed Aug 8 09:37:04 2001 UTC (11 months ago) by valignat
Branch: MAIN
Changes since 1.47: +10 -10 lines
Diff to previous 1.47 to selected 1.51

FIXED a bug on NeL configure.in STLPort options and update the INSTALL file.

Revision 1.47 / (download) - annotate - [select for diffs] , Fri Aug 3 16:36:50 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.46: +178 -76 lines
Diff to previous 1.46 to selected 1.51

ADDED blocking warningonly if the deoendant module is active in the compilation/install process and do some cometic on thes file (NeL's configure.in).

Revision 1.46 / (download) - annotate - [select for diffs] , Thu Aug 2 15:58:55 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.45: +68 -30 lines
Diff to previous 1.45 to selected 1.51

ADDED --without-stlport to compile (or at least) the beast (NeL) with GCC STLs.

Revision 1.45 / (download) - annotate - [select for diffs] , Wed Aug 1 17:15:45 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.44: +39 -32 lines
Diff to previous 1.44 to selected 1.51

# Cosmetics change on NeL's configure.in file.

Revision 1.44 / (download) - annotate - [select for diffs] , Wed Aug 1 10:38:58 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.43: +40 -13 lines
Diff to previous 1.43 to selected 1.51

FIXED in NeL some bugs and clean enable/disable modules process. AI and Sound modules have to be explicitly enable to compil and install on Linux.

Revision 1.43 / (download) - annotate - [select for diffs] , Wed Aug 1 09:22:31 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 to selected 1.51

REMOVED (comment) NeL AI from the default Linux compilation and intall process.

Revision 1.42 / (download) - annotate - [select for diffs] , Wed Aug 1 09:20:08 2001 UTC (11 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.41: +5 -1 lines
Diff to previous 1.41 to selected 1.51

ADDED NeL sound Makefile creation. NeL Sound is not in the default compilation and install process.

Revision 1.41 / (download) - annotate - [select for diffs] , Fri Jul 27 17:25:40 2001 UTC (11 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.40: +1 -8 lines
Diff to previous 1.40 to selected 1.51

FIXED a NeL compilation problem, know the compilation works with AND without VPATH.

Revision 1.40 / (download) - annotate - [select for diffs] , Fri Jul 27 16:06:15 2001 UTC (11 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.39: +8 -1 lines
Diff to previous 1.39 to selected 1.51

ADDED NeL PACS to the default compilation and installation process.

Revision 1.39 / (download) - annotate - [select for diffs] , Thu Jun 21 16:34:44 2001 UTC (12 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 to selected 1.51

ADDED NeL PACS makefile generation but PACS directory wasn't put in the sub-directories list and that will be done when the code will compile on GNU/Linux.

Revision 1.38 / (download) - annotate - [select for diffs] , Mon Jun 18 12:46:14 2001 UTC (12 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.37: +8 -2 lines
Diff to previous 1.37 to selected 1.51

ADDED $srcdir/src in NeL default include search path.
REMOVED NeL 3d tmp include dir from the compilation / install process.

Revision 1.37 / (download) - annotate - [select for diffs] , Wed Jun 13 18:05:00 2001 UTC (12 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.36: +72 -29 lines
Diff to previous 1.36 to selected 1.51

ADDED the ability to disable the compilation and install process for the Network, the 3D and the AI part of NeL. This is done by giving a --disable-ARG argument to the configure script.
ADDED a Makefile.am file in each NeL include subdirectory for a better modularity.

Revision 1.36 / (download) - annotate - [select for diffs] , Wed May 2 17:11:33 2001 UTC (14 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 to selected 1.51

ADDED the nel-config.in file and the needed information to generate the nel-config script.

Revision 1.35 / (download) - annotate - [select for diffs] , Wed May 2 14:25:47 2001 UTC (14 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 to selected 1.51

# FIXED some stupid text spelling errors.

Revision 1.34 / (download) - annotate - [select for diffs] , Thu Apr 12 12:41:49 2001 UTC (14 months, 4 weeks ago) by dayta_at_ucc.gu.uwa.edu.au
Branch: MAIN
Changes since 1.33: +28 -4 lines
Diff to previous 1.33 to selected 1.51

ADDED the X11 fullscreen mode feature.

Revision 1.33 / (download) - annotate - [select for diffs] , Tue Apr 10 14:22:58 2001 UTC (15 months ago) by loic_at_senga.org
Branch: MAIN
Changes since 1.32: +15 -14 lines
Diff to previous 1.32 to selected 1.51

# REMOVED double quote characters in the macros string.

Revision 1.32 / (download) - annotate - [select for diffs] , Tue Apr 10 13:44:50 2001 UTC (15 months ago) by loic_at_senga.org
Branch: MAIN
Changes since 1.31: +57 -1 lines
Diff to previous 1.31 to selected 1.51

ADDED configure(s) arguments --with-debug and --without-debug to change
gcc arguments (-g -O -O3 etc ...).

Revision 1.31 / (download) - annotate - [select for diffs] , Tue Apr 3 12:32:21 2001 UTC (15 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 to selected 1.51

ADDED the src/ai/tools directory content to the compilation system.

Revision 1.30 / (download) - annotate - [select for diffs] , Mon Mar 26 09:10:40 2001 UTC (15 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 to selected 1.51

ADDED the src/ai/character directory to the GNU/Linux compilation system.

Revision 1.29 / (download) - annotate - [select for diffs] , Thu Mar 15 19:33:01 2001 UTC (15 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.28: +46 -17 lines
Diff to previous 1.28 to selected 1.51

ADDED automatic detection and NeL setup for Python headers and include files.

Revision 1.28 / (download) - annotate - [select for diffs] , Thu Mar 15 09:59:53 2001 UTC (15 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.27: +9 -1 lines
Diff to previous 1.27 to selected 1.51

ADDED the _REENTRANT define to CXXFLAGS for a correct use of the Threads.

Revision 1.27 / (download) - annotate - [select for diffs] , Wed Mar 14 17:34:32 2001 UTC (15 months, 4 weeks ago) by loic_at_senga.org
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 to selected 1.51

BUGFIX: removed the quote character in the GL/glext checking message.

Revision 1.26 / (download) - annotate - [select for diffs] , Wed Mar 14 17:13:45 2001 UTC (15 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 to selected 1.51

BUGFIX : fixed a mispelling in the LIBS shell variable.

Revision 1.25 / (download) - annotate - [select for diffs] , Wed Mar 14 16:58:34 2001 UTC (15 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 to selected 1.51

ADDED the src/ai/nimat directoryi content to the compilation process.

Revision 1.24 / (download) - annotate - [select for diffs] , Wed Mar 14 15:52:10 2001 UTC (15 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.23: +19 -1 lines
Diff to previous 1.23 to selected 1.51

ADDED checking on the X11 include an lib paths for the compiler.

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Feb 26 17:46:48 2001 UTC (16 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.22: +9 -9 lines
Diff to previous 1.22 to selected 1.51

Fix some the OpenGL/Mesa checking.

Revision 1.22 / (download) - annotate - [select for diffs] , Tue Feb 20 13:20:07 2001 UTC (16 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 to selected 1.51

Chang the GL/glext.h checking error message to link to SGI's website.

Revision 1.21 / (download) - annotate - [select for diffs] , Mon Feb 19 16:27:32 2001 UTC (16 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 to selected 1.51

# Change the Freetype website from www.freetype.org to freetype.sourceforge.net
because it's down for a long time.

Revision 1.20 / (download) - annotate - [select for diffs] , Tue Feb 6 14:13:40 2001 UTC (17 months ago) by lecroart
Branch: MAIN
CVS Tags: proto_0_2, nel_0_3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 to selected 1.51

no message

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Jan 24 13:55:46 2001 UTC (17 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.18: +2 -6 lines
Diff to previous 1.18 to selected 1.51

Remove the test on GL_GLEXT_VERSION_EXT which look like to be too old.

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Jan 24 13:40:58 2001 UTC (17 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.17: +13 -3 lines
Diff to previous 1.17 to selected 1.51

Add info about the library version.

Revision 1.17 / (download) - annotate - [select for diffs] , Thu Jan 11 14:25:34 2001 UTC (17 months, 4 weeks ago) by valignat
Branch: MAIN
CVS Tags: proto_0_1, nel_0_2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 to selected 1.51

Update concerning the move of some AI files.

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Jan 10 16:24:38 2001 UTC (18 months ago) by valignat
Branch: MAIN
Changes since 1.15: +39 -1 lines
Diff to previous 1.15 to selected 1.51

Add Python checking and information to the compilation system.

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Jan 9 17:59:20 2001 UTC (18 months ago) by valignat
Branch: MAIN
Changes since 1.14: +34 -3 lines
Diff to previous 1.14 to selected 1.51

Add the OpenGL installation checking.

Revision 1.14 / (download) - annotate - [select for diffs] , Tue Jan 9 14:04:51 2001 UTC (18 months ago) by valignat
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 to selected 1.51

Replace g++ by gcc to be sure that there the GNU compiler installed.
The congigure script is using c++ and not g++ as the C++ compiler.

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jan 9 13:46:37 2001 UTC (18 months ago) by valignat
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12 to selected 1.51

Supress GCC's "multi-character character constant" warnings.

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Jan 8 16:20:40 2001 UTC (18 months ago) by valignat
Branch: MAIN
Changes since 1.11: +9 -1 lines
Diff to previous 1.11 to selected 1.51

Add the AI files to the automake/autoconf compilation system.

Revision 1.11 / (download) - annotate - [select for diffs] , Thu Dec 21 14:18:06 2000 UTC (18 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.10: +15 -1 lines
Diff to previous 1.10 to selected 1.51

Add some comments.

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Dec 18 15:30:11 2000 UTC (18 months, 3 weeks ago) by lecroart
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 to selected 1.51

linux comp

Revision 1.9 / (download) - annotate - [select for diffs] , Tue Dec 12 15:21:32 2000 UTC (18 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.8: +13 -12 lines
Diff to previous 1.8 to selected 1.51

Correct the FreeType2 cflags/link only with NeL 3D lib.

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Dec 11 15:55:00 2000 UTC (18 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 to selected 1.51

Removed some unecessary quote characters.

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Dec 11 15:31:53 2000 UTC (18 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.6: +28 -29 lines
Diff to previous 1.6 to selected 1.51

Change the FreeType checking : using the script freetype-config

Revision 1.6 / (download) - annotate - [select for diffs] , Tue Nov 28 14:27:24 2000 UTC (19 months, 1 week ago) by david.mentre_at_irisa.fr
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5 to selected 1.51

Use C++ compiler as the default for the TRY_COMPILE macros.

Revision 1.5 / (download) - annotate - [select for diffs] , Fri Nov 24 11:36:11 2000 UTC (19 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.4: +23 -8 lines
Diff to previous 1.4 to selected 1.51

Add the STLPort librairy files support and add the -lstlport_gcc

Revision 1.4 / (download) - annotate - [select for diffs] , Thu Nov 23 15:33:46 2000 UTC (19 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 to selected 1.51

Add the creation of the include directory Makefile

Revision 1.3 / (download) - annotate - [select for diffs] , Thu Nov 23 11:51:35 2000 UTC (19 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.2: +89 -27 lines
Diff to previous 1.2 to selected 1.51

Add a more complete compilation system, only the generation of Makefiles and
the compilation works but not the installation and co ...

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Oct 24 16:31:26 2000 UTC (20 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.1: +1 -6 lines
Diff to previous 1.1 to selected 1.51

Delete some stupid and useless comments

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Oct 6 14:17:35 2000 UTC (21 months ago) by valignat
Branch: MAIN
Diff to selected 1.51

Initial revision
Request Diffs

Diffs between and
Type of Diff should be a 
Select branch

View only Branch:
Sort log by: