Skip to content

Commit b3197ca

Browse files
committed
Configure: indent, comments
Add indentation because of the previous commit
1 parent 73978d8 commit b3197ca

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

Configure

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -17486,14 +17486,14 @@ esac
1748617486

1748717487
case "$perl_lc_all_separator$perl_lc_all_category_positions_init" in
1748817488
"")
17489-
: Check the syntax of LC_ALL when categories are set to different locales
17490-
echo " "
17491-
$echo "Checking the syntax of LC_ALL when categories are set to different locales..." >&4
17489+
: Check the syntax of LC_ALL when categories are set to different locales
17490+
echo " "
17491+
$echo "Checking the syntax of LC_ALL when categories are set to different locales..." >&4
1749217492

17493-
case $d_setlocale in
17494-
$define)
17495-
$rm -f try try.*
17496-
$cat >try.c <<'EOF'
17493+
case $d_setlocale in
17494+
$define)
17495+
$rm -f try try.*
17496+
$cat >try.c <<'EOF'
1749717497
#include <limits.h>
1749817498
#include <locale.h>
1749917499
#include <stdlib.h>
@@ -17823,47 +17823,47 @@ main (const int argc, const char ** argv)
1782317823

1782417824
#endif
1782517825
EOF
17826-
set try
17827-
if eval $compile_ok; then
17828-
output=`$run ./try 2>/dev/null`
17829-
separator=`echo "$output" | $sed 1q`
17830-
case $separator in
17831-
"\"=;\"")
17832-
d_perl_lc_all_uses_name_value_pairs="$define"
17833-
d_perl_lc_all_separator="$undef"
17834-
perl_lc_all_separator=
17835-
d_perl_lc_all_category_positions_init="$undef"
17836-
perl_lc_all_category_positions_init=
17837-
;;
17838-
"") d_perl_lc_all_uses_name_value_pairs="$undef"
17839-
d_perl_lc_all_separator="$undef"
17840-
perl_lc_all_separator=
17841-
d_perl_lc_all_category_positions_init="$undef"
17842-
perl_lc_all_category_positions_init=
17843-
;;
17844-
*) d_perl_lc_all_uses_name_value_pairs="$undef"
17845-
d_perl_lc_all_separator="$define"
17846-
perl_lc_all_separator="$separator"
17847-
d_perl_lc_all_category_positions_init="$define"
17848-
perl_lc_all_category_positions_init=`echo "$output" | sed -n 2p`
17849-
;;
17850-
esac
17851-
else
17852-
$echo "Failed to compile lc_all probe" >&4
17853-
fi
17854-
$rm -f try try.*
17855-
;;
17856-
*) d_perl_lc_all_separator="$undef"
17857-
perl_lc_all_separator=
17858-
d_perl_lc_all_category_positions_init="$undef"
17859-
perl_lc_all_category_positions_init=
17860-
17861-
# No setlocale(), but using this default allows our code to compile
17862-
# and run without having to have a bunch more #ifdef's
17863-
d_perl_lc_all_uses_name_value_pairs="$define"
17864-
;;
17865-
esac
17866-
;;
17826+
set try
17827+
if eval $compile_ok; then
17828+
output=`$run ./try 2>/dev/null`
17829+
separator=`echo "$output" | $sed 1q`
17830+
case $separator in
17831+
"\"=;\"")
17832+
d_perl_lc_all_uses_name_value_pairs="$define"
17833+
d_perl_lc_all_separator="$undef"
17834+
perl_lc_all_separator=
17835+
d_perl_lc_all_category_positions_init="$undef"
17836+
perl_lc_all_category_positions_init=
17837+
;;
17838+
"") d_perl_lc_all_uses_name_value_pairs="$undef"
17839+
d_perl_lc_all_separator="$undef"
17840+
perl_lc_all_separator=
17841+
d_perl_lc_all_category_positions_init="$undef"
17842+
perl_lc_all_category_positions_init=
17843+
;;
17844+
*) d_perl_lc_all_uses_name_value_pairs="$undef"
17845+
d_perl_lc_all_separator="$define"
17846+
perl_lc_all_separator="$separator"
17847+
d_perl_lc_all_category_positions_init="$define"
17848+
perl_lc_all_category_positions_init=`echo "$output" | sed -n 2p`
17849+
;;
17850+
esac
17851+
else
17852+
$echo "Failed to compile lc_all probe" >&4
17853+
fi
17854+
$rm -f try try.*
17855+
;;
17856+
*) d_perl_lc_all_separator="$undef"
17857+
perl_lc_all_separator=
17858+
d_perl_lc_all_category_positions_init="$undef"
17859+
perl_lc_all_category_positions_init=
17860+
17861+
# No setlocale(), but using this default allows our code to
17862+
# compile and run without having to have a bunch more #ifdef's
17863+
d_perl_lc_all_uses_name_value_pairs="$define"
17864+
;;
17865+
esac # case on $d_setlocale
17866+
;;
1786717867

1786817868
*) # Has an lc_all definition passed-in
1786917869
d_perl_lc_all_separator="$define"

0 commit comments

Comments
 (0)