Skip to content

Commit

Permalink
Run autoconf
Browse files Browse the repository at this point in the history
Recreate configure
  • Loading branch information
mm2 committed Nov 18, 2023
1 parent 0ac5069 commit 7529d50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ DIST_SUBDIRS = src include utils/tificc utils/transicc utils/linkicc \
utils/jpgicc utils/psicc testbed plugins/fast_float \
plugins/threaded
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lcms2.pc.in AUTHORS \
COPYING ChangeLog INSTALL compile config.guess config.sub \
install-sh ltmain.sh missing
ChangeLog INSTALL compile config.guess config.sub install-sh \
ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Libtool library revision control info
#
LIBRARY_CURRENT=2
LIBRARY_REVISION=15
LIBRARY_REVISION=16
LIBRARY_AGE=0


Expand Down
8 changes: 4 additions & 4 deletions plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2 -pthread
CYGPATH_W = echo
DEFS = -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.16\" -DPACKAGE_STRING=\"lcms2\ 2.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=1 -DHAVE_GMTIME_R=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHasTHREADS=1 -DHasJPEG=1 -DHasZLIB=1
DEFS = -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\" -DPACKAGE_VERSION=\"2.16\" -DPACKAGE_STRING=\"lcms2\ 2.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=1 -DHAVE_GMTIME_R=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHasTHREADS=1 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1
DEPDIR = .deps
DLLTOOL = false
DSYMUTIL =
Expand All @@ -231,15 +231,15 @@ LDFLAGS =
LIBOBJS =
LIBRARY_AGE = 0
LIBRARY_CURRENT = 2
LIBRARY_REVISION = 15
LIBRARY_REVISION = 16
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = .//ltmain.sh
LIB_JPEG = -ljpeg
LIB_MATH = -lm
LIB_PLUGINS =
LIB_THREAD = -lpthread
LIB_TIFF =
LIB_TIFF = -ltiff
LIB_ZLIB = -lz
LIPO =
LN_S = ln -s
Expand Down Expand Up @@ -272,7 +272,7 @@ SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
TIFFICC_DEPLIBS = -ljpeg -lz -lm -lpthread
TIFFICC_DEPLIBS = -ltiff -ljpeg -lz -lm -lpthread
VERSION = 2.16
abs_builddir = /home/marti/git/Little-CMS/plugins
abs_srcdir = /home/marti/git/Little-CMS/plugins
Expand Down

0 comments on commit 7529d50

Please sign in to comment.