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/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make