bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #19348] Ineffective configure option --disable-case-insensitive-fil


From: Greg Chicares
Subject: [bug #19348] Ineffective configure option --disable-case-insensitive-file-system
Date: Tue, 20 Mar 2007 04:26:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10

URL:
  <http://savannah.gnu.org/bugs/?19348>

                 Summary: Ineffective configure option
--disable-case-insensitive-file-system
                 Project: make
            Submitted by: chicares
            Submitted on: Tuesday 03/20/2007 at 04:26
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: None
           Fixed Release: None

    _______________________________________________________

Details:

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 */





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19348>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]