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

tridge at samba.org tridge at samba.org
Mon Jul 18 00:08:46 GMT 2005


Author: tridge
Date: 2005-07-18 00:08:46 +0000 (Mon, 18 Jul 2005)
New Revision: 8533

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

Log:
improve --help output



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


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_cc.m4	2005-07-18 00:06:12 UTC (rev 8532)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4	2005-07-18 00:08:46 UTC (rev 8533)
@@ -105,5 +105,5 @@
 fi
 
 # allow for --with-hostcc=gcc
-AC_ARG_WITH(hostcc,[Choose host compiler],[HOSTCC=$withval],[HOSTCC=$CC])
+AC_ARG_WITH(hostcc,[  --with-hostcc=compiler    choose host compiler],[HOSTCC=$withval],[HOSTCC=$CC])
 AC_SUBST(HOSTCC)



More information about the samba-cvs mailing list