Skip to content

Commit

Permalink
latest automake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Feb 4, 2023
1 parent c987faa commit 016a68d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ TESTS = $(TESTS_TESTS) $(am__EXEEXT_5)
XFAIL_TESTS = $(am__EXEEXT_6) $(am__EXEEXT_6)
check_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_4)
@WIN32_NATIVE_BUILD_TRUE@am__append_1 = -lurlmon
@WIN32_NATIVE_BUILD_TRUE@am__append_2 = -lws2_32
@WIN32_NATIVE_BUILD_TRUE@am__append_2 = -lws2_32 -lurlmon
@MAGICKCORE_ZERO_CONFIGURATION_SUPPORT_TRUE@am__append_3 = magick/threshold-map.h
@MAGICKCORE_ZERO_CONFIGURATION_SUPPORT_TRUE@am__append_4 = magick/threshold-map.h
subdir = .
Expand Down
2 changes: 1 addition & 1 deletion config/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
your system. */
#undef PTHREAD_CREATE_JOINABLE

/* Pixel cache threshold in MB (defaults to available memory) */
/* Pixel cache memory threshold (defaults to available memory) */
#undef PixelCacheThreshold

/* Number of bits in a pixel Quantum (8/16/32/64) */
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5121,7 +5121,7 @@ MAGICK_PATCHLEVEL_VERSION=76

MAGICK_VERSION=6.9.12-76

MAGICK_GIT_REVISION=3ad246697:20230203
MAGICK_GIT_REVISION=c987faace:20230204


# Substitute library versioning
Expand Down Expand Up @@ -5155,7 +5155,7 @@ PACKAGE_LIB_VERSION=0x69C

PACKAGE_LIB_VERSION_NUMBER=6,9,12,76

PACKAGE_RELEASE_DATE=2023-02-03
PACKAGE_RELEASE_DATE=2023-02-04


# Ensure that make can run correctly
Expand Down
2 changes: 1 addition & 1 deletion magick/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ magick_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LIBADD = $(MA
endif # WITH_MODULES

if WIN32_NATIVE_BUILD
magick_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LIBADD += -lws2_32
magick_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LIBADD += -lws2_32 -lurlmon
endif

nodist_magick_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_SOURCES =
Expand Down

0 comments on commit 016a68d

Please sign in to comment.