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

 
 

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

Submitter:  Greg Chicares <chicares>
Submitted:  Tue 20 Mar 2007 04:26:15 AM UTC
   
 
Severity:  3 - Normal Item Group:  Build/Install
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  3.81 Operating System:  None
Fixed Release:  3.82 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

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>
Group administrator
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 Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-28 psmith Fixed Release4.0 3.82
    2007-03-21 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.0

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code