* configure: Support --silent, --quiet.
This commit is contained in:
parent
06e6eb0e53
commit
d2d324f831
@ -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.
|
||||
|
12
configure
vendored
12
configure
vendored
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user