]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
we need to use $ac_default_prefix in help, not $(prefix), or bash
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Dec 1998 22:50:20 +0000 (22:50 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Dec 1998 22:50:20 +0000 (22:50 +0000)
gives errors

source/configure.in

index c2478939c8876e34f1f99362fb11d6b3dccf91d2..826e15f538c5e62e9a910eb7d5af5ef2dafca68a 100644 (file)
@@ -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)
   #