[PATCH] simplify case insensitive file system detection logic in configure
3 views
Skip to first unread message
Qian Yun
unread,
Dec 1, 2023, 8:27:32 PM12/1/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
I added the case insensitive file system detection logic in
configure, later a --enable-case-insensitive-file-system-check
option is added due to sagemath's requirement.
Turns out this can be simplified:
The only problematic situation is:
1. in-tree build
2. and build without pre-generated (aka non release tarball build)
3. and on a case insensitive file system
So I removed the --enable-case-insensitive-file-system-check
option and only do the check in configure when pre-generated
is not available.