determine default log file location from localstatedir, determine default config directory from sysconfdir, moved sysconfdir default to autogen.sh, adjusted author and git location

This commit is contained in:
john30
2015-02-14 14:36:57 +01:00
parent 287bb859d0
commit 2ca6be5f92
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ test -n "$srcdir" || srcdir=.
mkdir -p "$srcdir/build"
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "--localstatedir=/var" "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "--sysconfdir=/etc" "--localstatedir=/var" "$@"