summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:07:54 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:18 +0200
commitdf4e1ad130da96db641eed9ac5841cf8e6b57130 (patch)
tree1fd0a80928883615e85037f586b972255f9dcb25 /source4/build
parent44b6ffae0b489cecf7c70adaf93a9bd77b386993 (diff)
downloadsamba-df4e1ad130da96db641eed9ac5841cf8e6b57130.tar.gz
samba-df4e1ad130da96db641eed9ac5841cf8e6b57130.tar.bz2
samba-df4e1ad130da96db641eed9ac5841cf8e6b57130.zip
configure: format help string for --with-fhs with AS_HELP_STRING().
Michael (This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index dc1e849a43..74b510fa31 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -24,7 +24,7 @@ winbindd_privileged_socket_dir="${localstatedir}/lib/winbindd_privileged"
ntp_signd_socket_dir="${localstatedir}/run/ntp_signd"
AC_ARG_WITH(fhs,
-[ --with-fhs Use FHS-compliant paths (default=no)],
+[AS_HELP_STRING([--with-fhs],[Use FHS-compliant paths (default=no)])],
lockdir="${localstatedir}/lib/samba"
piddir="${localstatedir}/run/samba"
logfilebase="${localstatedir}/log/samba"