From 9853deacb6f34e5f27fc9c239d65c6e0d95193d6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 May 2007 09:28:49 +0000 Subject: r23111: nicer ./configure --help output metze (This used to be commit d0d371be719f219db9ed9b37df010a80fdda6fc3) --- source4/build/m4/check_cc.m4 | 2 +- source4/build/m4/check_make.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index e6b090d9dc..b618897f06 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -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 diff --git a/source4/build/m4/check_make.m4 b/source4/build/m4/check_make.m4 index faae179188..4780f43e1c 100644 --- a/source4/build/m4/check_make.m4 +++ b/source4/build/m4/check_make.m4 @@ -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) -- cgit