svn commit: samba r23111 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Thu May 24 09:28:50 GMT 2007


Author: metze
Date: 2007-05-24 09:28:49 +0000 (Thu, 24 May 2007)
New Revision: 23111

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23111

Log:
nicer ./configure --help output

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_cc.m4
   branches/SAMBA_4_0/source/build/m4/check_make.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_cc.m4	2007-05-24 09:28:05 UTC (rev 23110)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4	2007-05-24 09:28:49 UTC (rev 23111)
@@ -140,7 +140,7 @@
 fi
 
 # allow for --with-hostcc=gcc
-AC_ARG_WITH(hostcc,[  --with-hostcc=compiler    choose host compiler],
+AC_ARG_WITH(hostcc,[  --with-hostcc=compiler  choose host compiler],
 [HOSTCC=$withval],
 [
 if test z"$cross_compiling" = "yes"; then 

Modified: branches/SAMBA_4_0/source/build/m4/check_make.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_make.m4	2007-05-24 09:28:05 UTC (rev 23110)
+++ branches/SAMBA_4_0/source/build/m4/check_make.m4	2007-05-24 09:28:49 UTC (rev 23111)
@@ -41,7 +41,7 @@
 AX_CFLAGS_GCC_OPTION([-M -MT conftest.d -MF conftest.o], [], [ automatic_dependencies=$new_make ], [])
 AC_MSG_CHECKING([Whether to use automatic dependencies])
 AC_ARG_ENABLE(automatic-dependencies,
-[ --enable-automatic-dependencies 			Enable automatic dependencies],
+[  --enable-automatic-dependencies Enable automatic dependencies],
 [ automatic_dependencies=$enableval ], 
 [ automatic_dependencies=no ])
 AC_MSG_RESULT($automatic_dependencies)



More information about the samba-cvs mailing list