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

Diff for /code/nel/configure.in between version 1.58 and 1.60

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.58, 2002/01/10 14:33:20version 1.60, 2002/03/19 17:42:48
Line 152 
Line 152 
  
 AM_NEL_DEBUG AM_NEL_DEBUG
  
  AC_ARG_WITH([logging],
      [  --without-logging  be silent on stdout and in no log.log],
      [
  if test "$with_logging" = "no"
  then
          AC_DEFINE(NEL_DEFAULT_DISPLAYER, 0)
          AC_DEFINE(NEL_LOG_IN_FILE, 0)
  else
          AC_MSG_ERROR([--with-logging is the default: do not use this option])
  fi
  ])
                            
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for typedefs, structures, and compiler characteristics.
Line 212 
Line 224 
 dnl ==================================================================== dnl ====================================================================
 dnl OpenAL dnl OpenAL
  
 AM_PATH_OPENAL($enable_3d) AM_PATH_OPENAL($enable_sound)
  
  
 dnl ==================================================================== dnl ====================================================================
Line 254 
Line 266 
  
 AM_PATH_XF86VIDMODE AM_PATH_XF86VIDMODE
  
  dnl Arrange for the include directory to be in the search path even when
  dnl build is done outside the source tree
  CFLAGS="$CFLAGS -I\${top_srcdir}/include"
  CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include"
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for library functions. dnl Checks for library functions.
Line 263 
Line 279 
 dnl ==================================================================== dnl ====================================================================
 dnl Output files to generate. dnl Output files to generate.
 dnl ==================================================================== dnl ====================================================================
  
 dnl What an ugly hack to try to get something cleanner ... i hope ... 
 AC_OUTPUT_COMMANDS( 
     [cd include/nel && ln -sfv ../nelconfig.h .] 
 ) 
  
 AC_OUTPUT( Makefile                          \ AC_OUTPUT( Makefile                          \
            include/Makefile                  \            include/Makefile                  \


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