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.13&r2=1.11 | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.13&r2=1.11 (limited to 'cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.13&r2=1.11') diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.13&r2=1.11 b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.13&r2=1.11 new file mode 100644 index 00000000..8df8c818 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.13&r2=1.11 @@ -0,0 +1,67 @@ + + + +code/nelns/configure.in - diff - 1.13 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nelns

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.11, 2002/03/19 17:42:48version 1.13, 2002/04/10 07:33:07
Line 91 
Line 91 
 dnl ==================================================================== dnl ====================================================================
 dnl NeL dnl NeL
  
 dnl         misc   net    3d    pacs  sound  ai dnl         misc   net    3d    pacs  sound  ai    georges
 AM_PATH_NEL("yes", "yes", "no", "no", "no",  "no") AM_PATH_NEL("yes", "yes", "no", "no", "no",  "no", "no")
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks for library functions. dnl Checks for library functions.
Line 102 
Line 102 
 dnl nelns configuration and logs file location dnl nelns configuration and logs file location
 dnl ==================================================================== dnl ====================================================================
  
 pkgsysconfdir='${sysconfdir}/nelns' test "x$prefix" = xNONE && prefix=$ac_default_prefix
  
  AC_ARG_WITH(sysconfdir,
      [  --with-sysconfdir[=DIR]
                            use DIR instead of the default sysconfdir/nelns],
      [pkgsysconfdir=$withval],
      [pkgsysconfdir='${sysconfdir}/nelns'])
 AC_SUBST(pkgsysconfdir) AC_SUBST(pkgsysconfdir)
  
 eval NELNS_STATE=\"$localstatedir/games/nelns/\" eval eval NELNS_CONFIG=\"$pkgsysconfdir/\"
  AC_DEFINE_UNQUOTED(NELNS_CONFIG, "$NELNS_CONFIG")
  
  AC_ARG_WITH(localstatedir,
      [  --with-localstatedir[=DIR]
                            use DIR instead of the default localstatedir/game/nelns],
      [pkglocalstatedir=$withval],
      [pkglocalstatedir=${localstatedir}/game/nelns])
  AC_SUBST(pkglocalstatedir)
  
  eval eval NELNS_STATE=\"$pkglocalstatedir/\"
 AC_DEFINE_UNQUOTED(NELNS_STATE, "$NELNS_STATE") AC_DEFINE_UNQUOTED(NELNS_STATE, "$NELNS_STATE")
  
 eval NELNS_CONFIG=\"$sysconfdir/nelns/\" AC_ARG_WITH(logdir,
 AC_DEFINE_UNQUOTED(NELNS_CONFIG, "$NELNS_CONFIG")     [  --with-logdir[=DIR]
                            use DIR instead of the default localstatedir/log/nelns],
      [logdir=$withval],
      [logdir='${localstatedir}/log/nelns'])
  AC_SUBST(logdir)
  
 eval NELNS_LOGS=\"$localstatedir/log/nelns/\" eval eval NELNS_LOGS=\"$logdir/\"
 AC_DEFINE_UNQUOTED(NELNS_LOGS, "$NELNS_LOGS") AC_DEFINE_UNQUOTED(NELNS_LOGS, "$NELNS_LOGS")
  
 dnl ==================================================================== dnl ====================================================================


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