[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-636-gb8e582c

Alexander Bokovoy ab at samba.org
Thu Dec 13 11:23:26 GMT 2007


The branch, v3-2-test has been updated
       via  b8e582c9941d2466a403e476c52026f4b4201062 (commit)
      from  45636efa39cbcc2ecf7af4dfd1ac6a90f197ba01 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit b8e582c9941d2466a403e476c52026f4b4201062
Author: Alexander Bokovoy <ab at samba.org>
Date:   Thu Dec 13 14:23:04 2007 +0300

    Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.

-----------------------------------------------------------------------

Summary of changes:
 source/configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 84ae6f7..7272ae4 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -65,10 +65,10 @@ AC_ARG_WITH(fhs,
     mandir="\${prefix}/share/man"
     logfilebase="\${VARDIR}/log/samba"
     privatedir="\${CONFIGDIR}/private"
-    libdir="\${prefix}/lib/samba"
+    test "${libdir}" || libdir="\${prefix}/lib/samba"
     configdir="\${sysconfdir}/samba"
     swatdir="\${DATADIR}/samba/swat"
-    codepagedir="\${prefix}/lib/samba"
+    codepagedir="\${LIBDIR}"
     statedir="\${VARDIR}/lib/samba"
     cachedir="\${VARDIR}/lib/samba"
     AC_DEFINE(FHS_COMPATIBLE, 1, [Whether to use fully FHS-compatible paths])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list