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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.12, 2002/03/21 10:54:37version 1.14, 2002/04/15 12:04:30
Line 42 
Line 42 
  
 AC_PROG_INSTALL AC_PROG_INSTALL
  
  AC_PATH_PROG(CCACHE, ccache)
  if test "$CCACHE"
  then
   CXX="ccache $CXX"
  fi
  
 dnl ==================================================================== dnl ====================================================================
 dnl Configure Settings dnl Configure Settings
Line 102 
Line 107 
 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.14
+
+ + + +
+
\ No newline at end of file -- cgit v1.2.1