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 11# Makefile.am, the source file for Makefile.in (and hence Makefile), is
22#
3- # Copyright (c) 2018-2024 Cosmin Truta
3+ # Copyright (c) 2018-2025 Cosmin Truta
44# Copyright (c) 2004-2016 Glenn Randers-Pehrson
55#
66# This code is released under the libpng license.
@@ -199,7 +199,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
199199config.sub configure depcomp install-sh ltmain.sh missing
200200
201201# 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
203203# AM_CFLAGS)
204204PNG_COPTS = @PNG_COPTS@
205205AM_CFLAGS = ${PNG_COPTS}
Original file line number Diff line number Diff line change 1616
1717# Makefile.am, the source file for Makefile.in (and hence Makefile), is
1818#
19- # Copyright (c) 2018-2024 Cosmin Truta
19+ # Copyright (c) 2018-2025 Cosmin Truta
2020# Copyright (c) 2004-2016 Glenn Randers-Pehrson
2121#
2222# This code is released under the libpng license.
@@ -687,7 +687,7 @@ PNGLIB_RELEASE = @PNGLIB_RELEASE@
687687PNGLIB_VERSION = @PNGLIB_VERSION@
688688
689689# 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
691691# AM_CFLAGS)
692692PNG_COPTS = @PNG_COPTS@
693693PNG_PREFIX = @PNG_PREFIX@
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ am_cv_filesystem_timestamp_resolution=2
899899# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
900900# - 1 sec is not much of a win compared to 2 sec, and
901901# - it takes 2 seconds to perform the test whether 1 sec works.
902- #
902+ #
903903# Instead, just use the default 2s on platforms that have 1s resolution,
904904# accept the extra 1s delay when using $sleep in the Automake tests, in
905905# 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
972972 # everything else supports the subsecond mtimes, but make doesn't;
973973 # notably on macOS, which ships make 3.81 from 2006 (the last one
974974 # released under GPLv2). https://bugs.gnu.org/68808
975- #
975+ #
976976 # We test $MAKE if it is defined in the environment, else "make".
977977 # It might get overridden later, but our hope is that in practice
978978 # 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