Skip to content

Commit

Permalink
latest autoconf/automake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jan 13, 2024
1 parent 84a8c38 commit bd43241
Show file tree
Hide file tree
Showing 8 changed files with 9,082 additions and 37 deletions.
6 changes: 2 additions & 4 deletions MagickCache/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ build_triplet = @build@
host_triplet = @host@
subdir = MagickCache
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/version.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
Expand Down
2 changes: 1 addition & 1 deletion MagickCache/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern "C" {
#define MagickCacheLibAddendum "-1"
#define MagickCacheLibInterface 0
#define MagickCacheLibMinInterface 0
#define MagickCacheReleaseDate "2023-12-04"
#define MagickCacheReleaseDate "2024-01-13"
#define MagickCacheAuthoritativeURL "http://www.imagemagick.org"
#define MagickCacheVersion MagickCachePackageName " " MagickCacheLibVersionText \
MagickCacheLibAddendum " " MagickCacheReleaseDate " " MagickCacheAuthoritativeURL
Expand Down
16 changes: 7 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-pc-linux-gnu
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/version.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Expand Down Expand Up @@ -286,7 +284,7 @@ LIPO =
LN_S = ln -s
LTLIBOBJS =
LT_SYS_LIBRARY_PATH =
MAGICKCACHE_GIT_REVISION = 221:30ef52d:20240110
MAGICKCACHE_GIT_REVISION = 222:84a8c38:20240113
MAGICKCACHE_LIBRARY_AGE = 0
MAGICKCACHE_LIBRARY_CURRENT = 0
MAGICKCACHE_LIBRARY_CURRENT_MIN = 0
Expand All @@ -301,8 +299,8 @@ MAGICKCACHE_MINOR_VERSION = 0
MAGICKCACHE_PATCHLEVEL_VERSION = 1
MAGICKCACHE_PCFLAGS =
MAGICKCACHE_VERSION = 1.0.0-1
MAGICKCORE_CFLAGS = -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
MAGICKCORE_LIBS = -lMagickCore-7.Q16HDRI
MAGICKCORE_CFLAGS = -I/usr/local/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=64
MAGICKCORE_LIBS = -L/usr/local/lib -lMagickCore-7.Q16HDRI
MAGICKPP_LIB_VERSION_TEXT = 1.0.0
MAKEINFO = ${SHELL} '/home/cristy/MagickCache/missing' makeinfo
MANIFEST_TOOL = :
Expand All @@ -320,7 +318,7 @@ PACKAGE_LIB_VERSION = 0x10A
PACKAGE_LIB_VERSION_NUMBER = 1,0,0,1
PACKAGE_NAME = MagickCache
PACKAGE_PATCHLEVEL_VERSION = 1
PACKAGE_RELEASE_DATE = 2023-12-04
PACKAGE_RELEASE_DATE = 2024-01-13
PACKAGE_STRING = MagickCache 1.0.0-1
PACKAGE_TARNAME = MagickCache
PACKAGE_URL = https://imagemagick.org
Expand All @@ -329,7 +327,7 @@ PACKAGE_VERSION_ADDENDUM = -1
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR =
PKG_CONFIG_PATH =
PKG_CONFIG_PATH = /usr/local/lib/pkgconfig
RANLIB = ranlib
SED = /usr/bin/sed
SET_MAKE =
Expand Down
6 changes: 2 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ build_triplet = @build@
host_triplet = @host@
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/version.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Expand Down
Loading

0 comments on commit bd43241

Please sign in to comment.