r13269: ${prefix} is a special case in the autoconf/build system, and should
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Feb 2006 01:38:39 +0000 (01:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:40 +0000 (13:51 -0500)
be escaped as \${prefix}, otherwise it evaluates too early as "NONE".

Andrew Bartlett
(This used to be commit 6b42029de99011986c1fa7bfd5833dbbbf476206)

source4/build/m4/check_path.m4

index 2f5f793a1da2c487e94b749b6a1a89e468b87f8e..00844da83c79ac981dc5e41784949ae011471e9b 100644 (file)
@@ -15,7 +15,7 @@ AC_PREFIX_DEFAULT(/usr/local/samba)
 logfilebase="${localstatedir}"
 lockdir="${localstatedir}/locks"
 piddir="${localstatedir}/run"
-privatedir="${prefix}/private"
+privatedir="\${prefix}/private"
 winbindd_socket_dir="${localstatedir}/run/winbind_pipe"
 
 AC_ARG_WITH(fhs, 
@@ -34,7 +34,7 @@ AC_ARG_WITH(fhs,
 #################################################
 # set private directory location
 AC_ARG_WITH(privatedir,
-[  --with-privatedir=DIR   Where to put smbpasswd ($ac_default_prefix/private)],
+[  --with-privatedir=DIR   Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)],
 [ case "$withval" in
   yes|no)
   #