r23111: nicer ./configure --help output
authorStefan Metzmacher <metze@samba.org>
Thu, 24 May 2007 09:28:49 +0000 (09:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:50 +0000 (14:52 -0500)
metze
(This used to be commit d0d371be719f219db9ed9b37df010a80fdda6fc3)

source4/build/m4/check_cc.m4
source4/build/m4/check_make.m4

index e6b090d9dc9292b2b55995cd9ef29f1f52a3f271..b618897f0661c28ae041f806dc2a611709c78b1b 100644 (file)
@@ -140,7 +140,7 @@ if test -n "$DEVELOPER_CFLAGS"; then
 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 
index faae1791881b66ec8c0096fcf0e19c5e6585a585..4780f43e1cbe652a2368d6d4400197174276d1be 100644 (file)
@@ -41,7 +41,7 @@ automatic_dependencies=no
 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)