Bug 670029

Summary: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib
Product: [Fedora] Fedora Reporter: eric kolve <ekolve>
Component: rubyAssignee: Jeroen van Meeuwen <vanmeeuwen+fedora>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jeremy, mmorsi, mtasaka, tagoh, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-17 03:31:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description eric kolve 2011-01-16 19:56:43 UTC
Description of problem:
When building ruby-1.8.7.330-2.fc15.src.rpm the following warnings are emitted during the configure step:

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. rpm -Uhv ruby-1.8.7.330-2.fc15.src.rpm
2. rpmbuild -bc ruby.spec
3.
  
Actual results:

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib

Expected results:

No warnings should be emitted

Additional info:

Comment 1 Mamoru TASAKA 2011-01-17 03:31:19 UTC
--disable-dependency-tracking is included in %configure, safe to ignore.
--with-readline-include, --with-readline-lib are not recognized on the
top directory of configure script, however are actually used in subdirectories
and cannot be omitted.