From: Andrew Tridgell Date: Mon, 7 Dec 1998 22:50:20 +0000 (+0000) Subject: we need to use $ac_default_prefix in help, not $(prefix), or bash X-Git-Tag: samba-2.0.0beta3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bcbd00d0c50455815d819ac9be8a7ee32672517;p=thirdparty%2Fsamba.git we need to use $ac_default_prefix in help, not $(prefix), or bash gives errors --- 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) #