The branch, v3-2-test has been updated via 95de80218c10a72c7b28541c3c2e475e083b68f1 (commit) via 10af752391be51c7381a4eaca27f29e1f2a677b3 (commit) from c3de44b6b063e126095b30536fdcb643c70e395e (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log ----------------------------------------------------------------- commit 95de80218c10a72c7b28541c3c2e475e083b68f1 Merge: 10af752391be51c7381a4eaca27f29e1f2a677b3 c3de44b6b063e126095b30536fdcb643c70e395e Author: Gerald (Jerry) Carter <[EMAIL PROTECTED]> Date: Fri Nov 2 14:16:40 2007 -0400 Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test commit 10af752391be51c7381a4eaca27f29e1f2a677b3 Author: Gerald (Jerry) Carter <[EMAIL PROTECTED]> Date: Fri Nov 2 14:16:06 2007 -0400 Fix build breakage when not specifying --with-fhs. Ensure that CODEPAGEDIR, STATEDIR, and CACHEDIR have values. ----------------------------------------------------------------------- Summary of changes: source/configure.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/source/configure.in b/source/configure.in index 227ab40..1b282ae 100644 --- a/source/configure.in +++ b/source/configure.in @@ -52,6 +52,9 @@ test "${libdir}" || libdir="\${prefix}/lib" pammodulesdir="\${LIBDIR}/security" configdir="\${LIBDIR}" swatdir="\${prefix}/swat" +codepagedir="\${LIBDIR}" +statedir="\${LOCKDIR}" +cachedir="\${LOCKDIR}" AC_ARG_WITH(fhs, [ --with-fhs Use FHS-compliant paths (default=no)], -- Samba Shared Repository