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.12&r2=1.13&sortby=date | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.12&r2=1.13&sortby=date (limited to 'cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.12&r2=1.13&sortby=date') diff --git a/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.12&r2=1.13&sortby=date b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.12&r2=1.13&sortby=date new file mode 100644 index 00000000..a8fd757a --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/configure.in.diff?r1=1.12&r2=1.13&sortby=date @@ -0,0 +1,59 @@ + + + +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.12 and 1.13

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.12, 2002/03/21 10:54:37version 1.13, 2002/04/10 07:33:07
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.12 
changed lines
 Added in v.1.13
+
+ + + + +
+
\ No newline at end of file -- cgit v1.2.1