From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../code/nelns/configure.in.diff?r1=1.10&r2=1.11 | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.10&r2=1.11 (limited to 'cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.10&r2=1.11') diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.10&r2=1.11 b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.10&r2=1.11 new file mode 100644 index 00000000..f2dba6aa --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.10&r2=1.11 @@ -0,0 +1,72 @@ + + + +code/nelns/configure.in - diff - 1.11 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/configure.in between version 1.10 and 1.11

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.10, 2002/01/10 14:33:20version 1.11, 2002/03/19 17:42:48
Line 61 
Line 61 
 dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for typedefs, structures, and compiler characteristics.
 dnl ==================================================================== dnl ====================================================================
  
 AC_C_CONST 
  
 dnl Add the define _REENTRANT for a correct use of the threads dnl Add the define _REENTRANT for a correct use of the threads
 if test "X$CC" = "Xgcc"; if test "X$CC" = "Xgcc";
 then then
Line 82 
Line 80 
 dnl Checks for libraries. dnl Checks for libraries.
 dnl ==================================================================== dnl ====================================================================
  
  AC_CHECK_LIB(crypt, crypt)
  
 dnl ==================================================================== dnl ====================================================================
 dnl STLPort dnl STLPort
  
Line 91 
Line 91 
 dnl ==================================================================== dnl ====================================================================
 dnl NeL dnl NeL
  
  dnl         misc   net    3d    pacs  sound  ai
 AM_PATH_NEL("yes", "yes", "no", "no", "no", "no") AM_PATH_NEL("yes", "yes", "no", "no", "no", "no")
  
 CXXFLAGS="$CXXFLAGS ${NEL_CFLAGS}" 
 LIBS="$LIBS ${NEL_LIBS}" 
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for library functions. dnl Checks for library functions.
 dnl ==================================================================== dnl ====================================================================
  
  dnl ====================================================================
  dnl nelns configuration and logs file location
  dnl ====================================================================
  
  pkgsysconfdir='${sysconfdir}/nelns'
  AC_SUBST(pkgsysconfdir)
  
  eval NELNS_STATE=\"$localstatedir/games/nelns/\"
  AC_DEFINE_UNQUOTED(NELNS_STATE, "$NELNS_STATE")
  
  eval NELNS_CONFIG=\"$sysconfdir/nelns/\"
  AC_DEFINE_UNQUOTED(NELNS_CONFIG, "$NELNS_CONFIG")
  
  eval NELNS_LOGS=\"$localstatedir/log/nelns/\"
  AC_DEFINE_UNQUOTED(NELNS_LOGS, "$NELNS_LOGS")
  
 dnl ==================================================================== dnl ====================================================================
 dnl Output files to generate. dnl Output files to generate.


+
Legend:
+
Removed from v.1.10 
changed lines
 Added in v.1.11
+
+ + + +
+
\ No newline at end of file -- cgit v1.2.1