From 7a88e2da8f9cce37f7d2b6af2f4b5a2a9c97bcb2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 16 May 2010 14:12:06 +0000 Subject: [PATCH] Remove duplicate "./configure --help" output; fixes #4075 --- configure.ac | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index d2386d1..05fdc80 100644 --- a/configure.ac +++ b/configure.ac @@ -197,16 +197,8 @@ AC_SUBST(ICONV_LIB_DIRS) dnl-------------------------------------------------------------------- dnl * Choose host(/target/build) platform dnl-------------------------------------------------------------------- -dnl We don't use the standard autoconf macros for this, but instead -dnl ask the bootstrapping compiler what platform it is for - -dnl Guess host/target/build platform(s) if necessary. -m4_divert_once([HELP_CANON], -[[ -System types: - --build=BUILD configure for building on BUILD [guessed] - --host=HOST cross-compile to build programs to run on HOST [guessed] - --target=TARGET configure for building compilers for TARGET [guessed]]])dnl +dnl If we aren't explicitly told what values to use with configure flags, +dnl we ask the bootstrapping compiler what platform it is for if test "${WithGhc}" != "" then -- 1.7.10.4