[2694] in Kerberos-V5-bugs
Re: krb5-build/393: ./configure --with-cc-opts=-g fails to recurse in all cases
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed Mar 12 01:12:36 1997
Date: Wed, 12 Mar 1997 01:08:57 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, sklower@CS.Berkeley.EDU
Cc: tlyu@MIT.EDU, gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: sklower@CS.Berkeley.EDU's message of Tue, 11 Mar 1997 23:22:02
-0500, <199703120422.XAA27922@rt-11.MIT.EDU>
Date: Tue, 11 Mar 1997 20:21:31 -0800 (PST)
From: sklower@CS.Berkeley.EDU
>Description:
using the configuration option did not result in cc -g
happing in the kdb5_util directory.
>How-To-Repeat:
unpack the 1.0 distribution,
run ./configure --with-cc-opts=-g --with-krb4
under BSD/OS 2.1
If you take a closer look at the configure help message, you will note
that the correct name of the option is --with-ccopts, not
--with-cc-opts.
For better or for worse, autoconf-generated configure scripts ignore
--with-* options which are misspelled or mis-typed by the user, instead
of giving an error message. This is unfortunate, and has confused users
before.
- Ted