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

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.10, 2002/01/29 13:21:42version 1.11, 2002/03/19 17:42:49
Line 134 
Line 134 
 dnl ==================================================================== dnl ====================================================================
 dnl NeL dnl NeL
  
  dnl         misc   net    3d              pacs            sound           ai
 AM_PATH_NEL("yes", "yes", $enable_client, $enable_client, $enable_client, "no") AM_PATH_NEL("yes", "yes", $enable_client, $enable_client, $enable_client, "no")
  
 CXXFLAGS="$CXXFLAGS ${NEL_CFLAGS}" 
 LIBS="$LIBS ${NEL_LIBS}" 
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl FreeType 2 dnl FreeType 2
  
Line 149 
Line 146 
 dnl Checks for library functions. dnl Checks for library functions.
 dnl ==================================================================== dnl ====================================================================
  
  dnl ====================================================================
  dnl Snowballs data, configuration and logs file location
  dnl ====================================================================
  
  eval SNOWBALLS_DATABASE=\"$datadir/games/snowballs/\"
  AC_SUBST(SNOWBALLS_DATABASE)
  
  pkgsysconfdir='${sysconfdir}/snowballs'
  AC_SUBST(pkgsysconfdir)
  
  test "x$prefix" = xNONE && prefix=$ac_default_prefix
  
  eval SNOWBALLS_CONFIG=\"$sysconfdir/snowballs/\"
  AC_DEFINE_UNQUOTED(SNOWBALLS_CONFIG, "$SNOWBALLS_CONFIG")
  
  eval SNOWBALLS_LOGS=\"$localstatedir/log/snowballs/\"
  AC_DEFINE_UNQUOTED(SNOWBALLS_LOGS, "$SNOWBALLS_LOGS")
  
 dnl ==================================================================== dnl ====================================================================
 dnl Output files to generate. dnl Output files to generate.
Line 156 
Line 170 
  
 AC_OUTPUT( Makefile                                         \ AC_OUTPUT( Makefile                                         \
            client/Makefile                                  \            client/Makefile                                  \
             client/client.cfg                                \
            client/src/Makefile                              \            client/src/Makefile                              \
            server/Makefile                                  \            server/Makefile                                  \
            server/frontend/Makefile                         \            server/frontend/Makefile                         \


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