[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-296-g88cf5d8

Michael Adam obnox at samba.org
Fri Aug 15 22:56:45 GMT 2008


The branch, v4-0-test has been updated
       via  88cf5d8b708d6247772b33128f0e212a4c2e9ba8 (commit)
       via  b10d4723891c39693100bfaaf1ac29adce9f7a86 (commit)
       via  1f4bf8fbd5bfc9c58bb5668fe25586766605b268 (commit)
       via  eea4f597acf743fa783be3e5809e24aebc79f238 (commit)
       via  f9c15b817a24bed26a339479c53fc2f5cc5b36df (commit)
       via  f05a9fe46ff428e48be9a5af4a6769cd78712c11 (commit)
       via  ed4a6e780a3f57854338520e4608cfc8dce4ef3e (commit)
       via  dd07dcbc916236d80d9a7087860a6f504bbb09e8 (commit)
       via  3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3 (commit)
       via  1304eda283b29fff8960633b1329c0a1611e1ca3 (commit)
       via  eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a (commit)
       via  837d0b3eb213ce6d0ce5345308d1b42ae2b08d67 (commit)
       via  91fcaac68b215461a13c1b517f6cede29af5e55c (commit)
      from  7361821b21ef78c564c41466783048606a0b6e98 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:37:26 2008 +0200

    configure: use AS_HELP_STRING for --with-disable-ext-lib
    
    Michael

commit b10d4723891c39693100bfaaf1ac29adce9f7a86
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:35:52 2008 +0200

    configure: use AS_HELP_STRING for --enable-developer
    
    Michael

commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:34:43 2008 +0200

    configure: use AS_HELP_STRING for --enable-debug.
    
    Michael

commit eea4f597acf743fa783be3e5809e24aebc79f238
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:33:04 2008 +0200

    configure: use AS_HELP_STRING for --with-selftest-prefix.
    
    Michael

commit f9c15b817a24bed26a339479c53fc2f5cc5b36df
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:31:23 2008 +0200

    configure: use AS_HELP_STRING for --with-logfilebase.
    
    Michael

commit f05a9fe46ff428e48be9a5af4a6769cd78712c11
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:30:02 2008 +0200

    configure: use AS_HELP_STRING for --with-piddir
    
    Michael

commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:28:36 2008 +0200

    configure: use AS_HELP_STRING for --with-lockdir.
    
    Michael

commit dd07dcbc916236d80d9a7087860a6f504bbb09e8
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:27:15 2008 +0200

    configure: use AS_HELP_STRING for --ntp-signd-socket-dir.
    
    Michael

commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:25:42 2008 +0200

    configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.
    
    Michael

commit 1304eda283b29fff8960633b1329c0a1611e1ca3
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:25:09 2008 +0200

    configure: use AS_HELP_STRING for --with-winbindd-socket-dir .
    
    Michael

commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:13:34 2008 +0200

    configure: use AS_HELP_STRING for --with-privatedir
    
    Michael

commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:07:54 2008 +0200

    configure: format help string for --with-fhs with AS_HELP_STRING().
    
    Michael

commit 91fcaac68b215461a13c1b517f6cede29af5e55c
Author: Michael Adam <obnox at samba.org>
Date:   Sat Aug 16 00:23:47 2008 +0200

    configure: remove duplicate definition of --with-winbindd-socket-dir.
    
    I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/build/m4/check_path.m4 |   40 ++++++++++++----------------------------
 1 files changed, 12 insertions(+), 28 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/m4/check_path.m4 b/source/build/m4/check_path.m4
index a209a4b..c45a803 100644
--- a/source/build/m4/check_path.m4
+++ b/source/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"
@@ -41,7 +41,7 @@ AC_ARG_WITH(fhs,
 #################################################
 # set private directory location
 AC_ARG_WITH(privatedir,
-[  --with-privatedir=DIR   Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)],
+[AS_HELP_STRING([--with-privatedir=DIR],[Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)])],
 [ case "$withval" in
   yes|no)
   #
@@ -57,7 +57,7 @@ AC_ARG_WITH(privatedir,
 #################################################
 # set where the winbindd socket should be put
 AC_ARG_WITH(winbindd-socket-dir,
-[  --with-winbindd-socket-dir=DIR   Where to put the winbindd socket ($winbindd_socket_dir)],
+[AS_HELP_STRING([--with-winbindd-socket-dir=DIR],[Where to put the winbindd socket ($winbindd_socket_dir)])],
 [ case "$withval" in
   yes|no)
   #
@@ -73,7 +73,7 @@ AC_ARG_WITH(winbindd-socket-dir,
 #################################################
 # set where the winbindd privilaged socket should be put
 AC_ARG_WITH(winbindd-privileged-socket-dir,
-[  --with-winbindd-privileged-socket-dir=DIR   Where to put the winbindd socket ($winbindd_privileged_socket_dir)],
+[AS_HELP_STRING([--with-winbindd-privileged-socket-dir=DIR],[Where to put the winbindd socket ($winbindd_privileged_socket_dir)])],
 [ case "$withval" in
   yes|no)
   #
@@ -87,25 +87,9 @@ AC_ARG_WITH(winbindd-privileged-socket-dir,
   esac])
 
 #################################################
-# set where the winbindd privilaged socket should be put
-AC_ARG_WITH(winbindd-socket-dir,
-[  --with-winbindd-socket-dir=DIR   Where to put the winbindd socket ($ac_default_prefix/run/winbind_pipe)],
-[ case "$withval" in
-  yes|no)
-  #
-  # Just in case anybody calls it without argument
-  #
-    AC_MSG_WARN([--with-winbind-socketdir called without argument - will use default])
-  ;;
-  * )
-    winbindd_socket_dir="$withval"
-    ;;
-  esac])
-
-#################################################
 # set where the NTP signing deamon socket should be put
 AC_ARG_WITH(ntp-signd-socket-dir,
-[  --with-ntp-signd-socket-dir=DIR   Where to put the NTP signing deamon socket ($ac_default_prefix/run/ntp_signd)],
+[AS_HELP_STRING([--with-ntp-signd-socket-dir=DIR],[Where to put the NTP signing deamon socket ($ac_default_prefix/run/ntp_signd)])],
 [ case "$withval" in
   yes|no)
   #
@@ -121,7 +105,7 @@ AC_ARG_WITH(ntp-signd-socket-dir,
 #################################################
 # set lock directory location
 AC_ARG_WITH(lockdir,
-[  --with-lockdir=DIR      Where to put lock files ($ac_default_prefix/var/locks)],
+[AS_HELP_STRING([--with-lockdir=DIR],[Where to put lock files ($ac_default_prefix/var/locks)])],
 [ case "$withval" in
   yes|no)
   #
@@ -137,7 +121,7 @@ AC_ARG_WITH(lockdir,
 #################################################
 # set pid directory location
 AC_ARG_WITH(piddir,
-[  --with-piddir=DIR       Where to put pid files ($ac_default_prefix/var/locks)],
+[AS_HELP_STRING([--with-piddir=DIR],[Where to put pid files ($ac_default_prefix/var/locks)])],
 [ case "$withval" in
   yes|no)
   #
@@ -153,7 +137,7 @@ AC_ARG_WITH(piddir,
 #################################################
 # set log directory location
 AC_ARG_WITH(logfilebase,
-[  --with-logfilebase=DIR  Where to put log files (\$(VARDIR))],
+[AS_HELP_STRING([--with-logfilebase=DIR],[Where to put log files (\$(VARDIR))])],
 [ case "$withval" in
   yes|no)
   #
@@ -186,7 +170,7 @@ AC_SUBST(modulesdir)
 selftest_prefix="./st"
 AC_SUBST(selftest_prefix)
 AC_ARG_WITH(selftest-prefix,
-[  --with-selftest-prefix=DIR    The prefix where make test will be run ($selftest_prefix)],
+[AS_HELP_STRING([--with-selftest-prefix=DIR],[The prefix where make test will be run ($selftest_prefix)])],
 [ case "$withval" in
   yes|no)
     AC_MSG_WARN([--with-selftest-prefix called without argument - will use default])
@@ -198,7 +182,7 @@ AC_ARG_WITH(selftest-prefix,
 
 debug=no
 AC_ARG_ENABLE(debug,
-[  --enable-debug          Turn on compiler debugging information (default=no)],
+[AS_HELP_STRING([--enable-debug],[Turn on compiler debugging information (default=no)])],
     [if test x$enable_debug = xyes; then
         debug=yes
     fi])
@@ -206,7 +190,7 @@ AC_ARG_ENABLE(debug,
 developer=no
 AC_SUBST(developer)
 AC_ARG_ENABLE(developer,
-[  --enable-developer      Turn on developer warnings and debugging (default=no)],
+[AS_HELP_STRING([--enable-developer],[Turn on developer warnings and debugging (default=no)])],
     [if test x$enable_developer = xyes; then
 	debug=yes
         developer=yes
@@ -214,7 +198,7 @@ AC_ARG_ENABLE(developer,
 
 dnl disable these external libs 
 AC_ARG_WITH(disable-ext-lib,
-[  --with-disable-ext-lib=LIB Comma-seperated list of external libraries],
+[AS_HELP_STRING([--with-disable-ext-lib=LIB],[Comma-seperated list of external libraries])],
 [ if test $withval; then
 	for i in `echo $withval | sed -e's/,/ /g'`
 	do


-- 
Samba Shared Repository


More information about the samba-cvs mailing list