From d2d324f8310ce0c3bc21326f4c988591dbfd29c2 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Thu, 31 Mar 1994 12:57:02 +0000 Subject: [PATCH] * configure: Support --silent, --quiet. --- ChangeLog | 4 ++++ configure | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6e9eb9..acd7154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com) + + * configure: Support --silent, --quiet. + Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com) * configure: Support --disable-FEATURE. diff --git a/configure b/configure index 20145d8..7508ae0 100755 --- a/configure +++ b/configure @@ -217,15 +217,19 @@ do --rm) removing=--rm ;; - --site* | --si*) + --silent | --sil* | --quiet | --q*) + redirect=">/dev/null" + verbose=--silent + ;; + --site* | --sit*) site=$optarg site_option="--site=$optarg" ;; --srcdir*/ | --sr*/) # Remove trailing slashes. Otherwise, when the file name gets - # bolted into an object file as debug info, it has two slashes in - # it. Ordinarily this is ok, but emacs takes double slash to - # mean "forget the first part". + # bolted into an object file as debug info, it has two slashes + # in it. Ordinarily this is ok, but emacs takes double slash + # to mean "forget the first part". srcdir=`echo $optarg | sed -e 's:/$::'` ;; --srcdir* | --sr*) -- 2.7.4