From: Paul Kehrer Date: Mon, 23 Apr 2018 12:43:01 +0000 (-0500) Subject: use autoconf X-Git-Tag: 7.0.7-29~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4deb2eccf1cdf7c3b1a0786845fe1d990b437ab5;p=imagemagick use autoconf --- diff --git a/Magick++/fuzz/build.sh b/Magick++/fuzz/build.sh index ef8c6c603..3d49aadca 100644 --- a/Magick++/fuzz/build.sh +++ b/Magick++/fuzz/build.sh @@ -29,14 +29,9 @@ make install popd # Build libtiff -# We build shared and static here to make IM's libtiff detection via autoconf more reliable -# The fuzzers themselves link solely against the static build though. pushd "$SRC/libtiff" -cmake . -DCMAKE_INSTALL_PREFIX=$WORK -make -j$(nproc) -make install -git clean -fd -cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DBUILD_SHARED_LIBS=off +autoreconf -fiv +./configure --prefix="$WORK" make -j$(nproc) make install popd