Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 25, 2023
1 parent 98e5224 commit 56eb2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ check_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_4)
@MAGICKCORE_ZERO_CONFIGURATION_SUPPORT_TRUE@am__append_5 = magick/threshold-map.h
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_func_fseeko.m4 \
$(top_srcdir)/m4/ax_c___attribute__.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c___attribute__.m4 \
$(top_srcdir)/m4/ax_cflags_warn_all.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_check_framework.m4 \
Expand Down Expand Up @@ -3472,7 +3471,6 @@ EXTRA_LTLIBRARIES =
BUILT_SOURCES =
MOSTLYCLEANFILES =
M4_EXTRA_DIST = \
ac_func_fseeko.m4 \
ax_append_flag.m4 \
ax_c___attribute__.m4 \
ax_cflags_warn_all.m4 \
Expand Down
53 changes: 3 additions & 50 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5137,7 +5137,7 @@ MAGICK_PATCHLEVEL_VERSION=2

MAGICK_VERSION=6.9.13-2

MAGICK_GIT_REVISION=e1980f326:20231224
MAGICK_GIT_REVISION=98e5224a8:20231225


# Substitute library versioning
Expand Down Expand Up @@ -5171,7 +5171,7 @@ PACKAGE_LIB_VERSION=0x69D

PACKAGE_LIB_VERSION_NUMBER=6,9,13,2

PACKAGE_RELEASE_DATE=2023-12-24
PACKAGE_RELEASE_DATE=2023-12-25


# Ensure that make can run correctly
Expand Down Expand Up @@ -10090,7 +10090,7 @@ then :
fi


# The presence of a feature test macro requesting reentrant function
# The presence of a feature test macro requesting re-entrant function
# definitions is, on some systems, a strong hint that pthreads support is
# correctly enabled

Expand Down Expand Up @@ -23697,53 +23697,6 @@ if test "$with_libstdc" != ''; then
fi


# Does gcc required -traditional?
if test $ac_cv_c_compiler_gnu = yes; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
printf %s "checking whether $CC needs -traditional... " >&6; }
if test ${ac_cv_prog_gcc_traditional+y}
then :
printf %s "(cached) " >&6
else $as_nop
ac_pattern="Autoconf.*'x'"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sgtty.h>
Autoconf TIOCGETP
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "$ac_pattern" >/dev/null 2>&1
then :
ac_cv_prog_gcc_traditional=yes
else $as_nop
ac_cv_prog_gcc_traditional=no
fi
rm -rf conftest*


if test $ac_cv_prog_gcc_traditional = no; then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <termio.h>
Autoconf TCGETA
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "$ac_pattern" >/dev/null 2>&1
then :
ac_cv_prog_gcc_traditional=yes
fi
rm -rf conftest*

fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
printf "%s\n" "$ac_cv_prog_gcc_traditional" >&6; }
if test $ac_cv_prog_gcc_traditional = yes; then
CC="$CC -traditional"
fi
fi


########
#
# Set defines required to build DLLs and modules using MinGW
Expand Down

0 comments on commit 56eb2b0

Please sign in to comment.