Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -17484,6 +17484,8 @@ $rm_try
esac
esac

case "$perl_lc_all_separator$perl_lc_all_category_positions_init" in

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the commit message:

I... You need to specify in a hints
file:

 perl_lc_all_separator="correct-value"
perl_lc_all_category_positions_init="correct-value"

Can you add a sensible example for "correct-value"?

"")
: Check the syntax of LC_ALL when categories are set to different locales
echo " "
$echo "Checking the syntax of LC_ALL when categories are set to different locales..." >&4
Expand Down Expand Up @@ -17861,6 +17863,14 @@ $rm -f try try.*
d_perl_lc_all_uses_name_value_pairs="$define"
;;
esac
;;

*) # Has an lc_all definition passed-in
d_perl_lc_all_separator="$define"
d_perl_lc_all_category_positions_init="$define"
d_perl_lc_all_uses_name_value_pairs="$undef"
;;
esac

: see if pipe2 exists
set pipe2 d_pipe2
Expand Down