always use lowercase version of emailadresses.

This commit is contained in:
TLINDEN
2013-11-03 14:50:03 +01:00
parent 79068fce66
commit a1794a4775
9 changed files with 102 additions and 71 deletions

5
configure vendored
View File

@@ -12307,7 +12307,7 @@ fi
for ac_header in errno.h err.h stdlib.h string.h unistd.h stdio.h getopt.h\
limits.h stddef.h stdint.h sys/types.h sys/stat.h endian.h \
sys/endian.h termios.h arpa/inet.h netinet/in.h
sys/endian.h termios.h arpa/inet.h netinet/in.h wctype.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -12355,7 +12355,8 @@ for ac_func in \
tcgetattr \
be32toh \
htobe32 \
umask
umask \
towlower
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`