[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:42 version 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