diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-14 17:15:06 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-14 17:15:06 +0000 |
commit | 188c002c29492f7e8d6dfe5616e0a24b620f301b (patch) | |
tree | 8edfab0133b2b50b0f344e418d6eb93d89d5dfec /source/configure.in | |
parent | bbde52cb9cd89c7747edb13b7674655ba19f5bf8 (diff) | |
download | samba-188c002c29492f7e8d6dfe5616e0a24b620f301b.tar.gz samba-188c002c29492f7e8d6dfe5616e0a24b620f301b.tar.xz samba-188c002c29492f7e8d6dfe5616e0a24b620f301b.zip |
Patch for FHS complience from Michael Sweet <mike@easysw.com>.
Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r-- | source/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in index f45ed797fbd..ef7792cde2d 100644 --- a/source/configure.in +++ b/source/configure.in @@ -9,12 +9,12 @@ AC_CONFIG_HEADER(include/config.h) AC_PREFIX_DEFAULT(/usr/local/samba) AC_ARG_WITH(fhs, [ --with-fhs use FHS-compliant paths [default=no]], - codepagedir="\$(DATADIR)/codepages" + codepagedir="\$(DATADIR)/samba/codepages" configdir="${sysconfdir}/samba" lockdir="\${VARDIR}/lock/samba" logfilebase="\${VARDIR}/log/samba" privatedir="\${CONFIGDIR}/private" - swatdir="\${DATADIR}/swat", + swatdir="\${DATADIR}/samba/swat", codepagedir="\$(LIBDIR)/codepages" configdir="\${prefix}/lib" lockdir="\${prefix}/var/locks" |