bugmake - Bugs: bug #19348, Ineffective configure option...

 
 

bug #19348: Ineffective configure option --disable-case-insensitive-file-system

Submitted by:  Greg Chicares <chicares>
Submitted on:  Tue 20 Mar 2007 04:26:15 AM UTC  
 
Severity: 3 - NormalItem Group: Build/Install
Status: FixedPrivacy: Public
Assigned to: Paul D. Smith <psmith>Open/Closed: Closed
Component Version: 3.81Operating System: None
Fixed Release: 3.82Triage Status: None

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Wed 21 Mar 2007 01:50:33 PM UTC, comment #1:

Whoops. Misunderstanding of how an autoconf macro works.

Fixed in CVS.

Paul D. Smith <psmith>
Project AdministratorIn charge of this item.
Tue 20 Mar 2007 04:26:15 AM UTC, original submission:

These two configure options:
--enable-case-insensitive-file-system
--disable-case-insensitive-file-system
should have different effects but do not: the second seems
to work incorrectly.

I did not regenerate 'configure'. The session below used MSYS,
but I would guess that doesn't matter.

$./configure --enable-case-insensitive-file-system >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean >/dev/null
$./configure --disable-case-insensitive-file-system >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean >/dev/null
$./configure >/dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
/* #undef HAVE_CASE_INSENSITIVE_FS */

Greg Chicares <chicares>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by psmith (Posted a comment)
  • -unavailable- added by chicares (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 5 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 28 Jul 2010 06:18:44 AM UTCpsmithFixed Release4.0=>3.82
    Wed 21 Mar 2007 01:50:33 PM UTCpsmithStatusNone=>Fixed
      Assigned toNone=>psmith
      Open/ClosedOpen=>Closed
      Fixed ReleaseNone=>4.0

    Back to the top


    Powered by Savane 3.1-cleanup1