mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
chore: Fix a typo in Makefile.am; rerun ./autogen.sh --maintainer
This commit is contained in:
parent
9cc729b523
commit
deadeea7a2
@ -1,6 +1,6 @@
|
|||||||
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
|
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2024 Cosmin Truta
|
# Copyright (c) 2018-2025 Cosmin Truta
|
||||||
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
|
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
|
||||||
#
|
#
|
||||||
# This code is released under the libpng license.
|
# This code is released under the libpng license.
|
||||||
@ -199,7 +199,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
|
|||||||
config.sub configure depcomp install-sh ltmain.sh missing
|
config.sub configure depcomp install-sh ltmain.sh missing
|
||||||
|
|
||||||
# PNG_COPTS give extra options for the C compiler to be used on all compilation
|
# PNG_COPTS give extra options for the C compiler to be used on all compilation
|
||||||
# steps (unless targe_CFLAGS is specified; that will take precedence over
|
# steps (unless target_CFLAGS is specified; that will take precedence over
|
||||||
# AM_CFLAGS)
|
# AM_CFLAGS)
|
||||||
PNG_COPTS = @PNG_COPTS@
|
PNG_COPTS = @PNG_COPTS@
|
||||||
AM_CFLAGS = ${PNG_COPTS}
|
AM_CFLAGS = ${PNG_COPTS}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
|
# Makefile.am, the source file for Makefile.in (and hence Makefile), is
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2024 Cosmin Truta
|
# Copyright (c) 2018-2025 Cosmin Truta
|
||||||
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
|
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
|
||||||
#
|
#
|
||||||
# This code is released under the libpng license.
|
# This code is released under the libpng license.
|
||||||
@ -687,7 +687,7 @@ PNGLIB_RELEASE = @PNGLIB_RELEASE@
|
|||||||
PNGLIB_VERSION = @PNGLIB_VERSION@
|
PNGLIB_VERSION = @PNGLIB_VERSION@
|
||||||
|
|
||||||
# PNG_COPTS give extra options for the C compiler to be used on all compilation
|
# PNG_COPTS give extra options for the C compiler to be used on all compilation
|
||||||
# steps (unless targe_CFLAGS is specified; that will take precedence over
|
# steps (unless target_CFLAGS is specified; that will take precedence over
|
||||||
# AM_CFLAGS)
|
# AM_CFLAGS)
|
||||||
PNG_COPTS = @PNG_COPTS@
|
PNG_COPTS = @PNG_COPTS@
|
||||||
PNG_PREFIX = @PNG_PREFIX@
|
PNG_PREFIX = @PNG_PREFIX@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user