File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
2
2
#
3
- # Copyright (c) 2018-2024 Cosmin Truta
3
+ # Copyright (c) 2018-2025 Cosmin Truta
4
4
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
5
5
#
6
6
# This code is released under the libpng license.
@@ -199,7 +199,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
199
199
config.sub configure depcomp install-sh ltmain.sh missing
200
200
201
201
# PNG_COPTS give extra options for the C compiler to be used on all compilation
202
- # steps (unless targe_CFLAGS is specified; that will take precedence over
202
+ # steps (unless target_CFLAGS is specified; that will take precedence over
203
203
# AM_CFLAGS)
204
204
PNG_COPTS = @PNG_COPTS@
205
205
AM_CFLAGS = ${PNG_COPTS}
Original file line number Diff line number Diff line change 16
16
17
17
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
18
18
#
19
- # Copyright (c) 2018-2024 Cosmin Truta
19
+ # Copyright (c) 2018-2025 Cosmin Truta
20
20
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
21
21
#
22
22
# This code is released under the libpng license.
@@ -687,7 +687,7 @@ PNGLIB_RELEASE = @PNGLIB_RELEASE@
687
687
PNGLIB_VERSION = @PNGLIB_VERSION@
688
688
689
689
# PNG_COPTS give extra options for the C compiler to be used on all compilation
690
- # steps (unless targe_CFLAGS is specified; that will take precedence over
690
+ # steps (unless target_CFLAGS is specified; that will take precedence over
691
691
# AM_CFLAGS)
692
692
PNG_COPTS = @PNG_COPTS@
693
693
PNG_PREFIX = @PNG_PREFIX@
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ am_cv_filesystem_timestamp_resolution=2
899
899
# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
900
900
# - 1 sec is not much of a win compared to 2 sec, and
901
901
# - it takes 2 seconds to perform the test whether 1 sec works.
902
- #
902
+ #
903
903
# Instead, just use the default 2s on platforms that have 1s resolution,
904
904
# accept the extra 1s delay when using $sleep in the Automake tests, in
905
905
# exchange for not incurring the 2s delay for running the test for all
@@ -972,7 +972,7 @@ for am_try_res in $am_try_resolutions; do
972
972
# everything else supports the subsecond mtimes, but make doesn't;
973
973
# notably on macOS, which ships make 3.81 from 2006 (the last one
974
974
# released under GPLv2). https://bugs.gnu.org/68808
975
- #
975
+ #
976
976
# We test $MAKE if it is defined in the environment, else "make".
977
977
# It might get overridden later, but our hope is that in practice
978
978
# it does not matter: it is the system "make" which is (by far)
You can’t perform that action at this time.
0 commit comments