summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-07 22:50:20 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-07 22:50:20 +0000
commit3bcbd00d0c50455815d819ac9be8a7ee32672517 (patch)
tree591550b09c26f3f67aaa79644e5a2947c36ca819 /source/configure.in
parentc1b72175c3fe4b47220aa6bf9d512fa084aa2ce7 (diff)
downloadsamba-3bcbd00d0c50455815d819ac9be8a7ee32672517.tar.gz
samba-3bcbd00d0c50455815d819ac9be8a7ee32672517.tar.xz
samba-3bcbd00d0c50455815d819ac9be8a7ee32672517.zip
we need to use $ac_default_prefix in help, not $(prefix), or bash
gives errors
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index c2478939c88..826e15f538c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1039,7 +1039,7 @@ AC_SUBST(QUOTAOBJS)
#################################################
# set private directory location
AC_ARG_WITH(privatedir,
-[ --with-privatedir=DIR Where to put smbpasswd ($(prefix)/private)],
+[ --with-privatedir=DIR Where to put smbpasswd ($ac_default_prefix/private)],
[ case "$withval" in
yes|no)
#
@@ -1060,7 +1060,7 @@ AC_ARG_WITH(privatedir,
#################################################
# set SWAT directory location
AC_ARG_WITH(swatdir,
-[ --with-swatdir=DIR Where to put SWAT files ($(prefix)/swat)],
+[ --with-swatdir=DIR Where to put SWAT files ($ac_default_prefix/swat)],
[ case "$withval" in
yes|no)
#