mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
chore: Delete comments and config settings and stuff from here and there
This commit is contained in:
parent
3b9a73ed3e
commit
890231026d
@ -7,9 +7,6 @@ charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# Traditionally, the end-of-line character has been platform-specific.
|
||||
end_of_line = unset
|
||||
|
||||
[*.txt]
|
||||
indent_style = space
|
||||
|
||||
@ -40,12 +37,6 @@ max_doc_length = unset
|
||||
max_line_length = unset
|
||||
trim_trailing_whitespace = unset
|
||||
|
||||
[*~]
|
||||
end_of_line = unset
|
||||
indent_style = unset
|
||||
insert_final_newline = unset
|
||||
trim_trailing_whitespace = unset
|
||||
|
||||
[COMMIT_EDITMSG]
|
||||
indent_style = space
|
||||
max_doc_length = unset
|
||||
|
@ -98,7 +98,6 @@ option(PNG_BUILD_ZLIB "Custom zlib location, else find_package is used" OFF)
|
||||
if(NOT PNG_BUILD_ZLIB)
|
||||
find_package(ZLIB REQUIRED)
|
||||
elseif(POLICY CMP0074)
|
||||
# TODO: Remove the policy check if CMake version 3.12 or greater becomes the minimum required.
|
||||
if("x${ZLIB_ROOT}" STREQUAL "x")
|
||||
message(DEPRECATION
|
||||
"The option PNG_BUILD_ZLIB has been deprecated; please use ZLIB_ROOT instead")
|
||||
|
1
configure
vendored
1
configure
vendored
@ -14721,7 +14721,6 @@ printf "%s\n" "#define PNG_LOONGARCH_LSX_OPT 1" >>confdefs.h
|
||||
fi
|
||||
|
||||
|
||||
# FIXME: This section should not be needed.
|
||||
if test "$enable_loongarch_lsx" != "no" &&
|
||||
case "$host_cpu" in
|
||||
loongarch*) : ;;
|
||||
|
@ -621,7 +621,6 @@ AC_ARG_ENABLE([loongarch-lsx],
|
||||
[invalid argument])
|
||||
esac])
|
||||
|
||||
# FIXME: This section should not be needed.
|
||||
if test "$enable_loongarch_lsx" != "no" &&
|
||||
case "$host_cpu" in
|
||||
loongarch*) : ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user