Warning about --enable-libtool-verbose

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Warning about --enable-libtool-verbose

Post by fmw42 »

IM 6.5.7.x Q16 Mac OSX Tiger

In the last few releases, I have noticed a Warning that I never got before about one of the configuration items.

config.status: executing Magick++-config.in commands
config.status: executing PerlMagick/check.sh.in commands
configure: WARNING: unrecognized options: --enable-libtool-verbose


What has this been changed to or why has it been removed.

This is the configure command per recommendations by Magick a long time ago.

./configure --enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --with-gslib --without-wmf \
--enable-libtool-verbose --disable-dependency-tracking \
--with-gs-font-dir=/usr/local/share/ghostscript/fonts/ --with-lqr

Anything to be concerned about? Should I just remove it?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Warning about --enable-libtool-verbose

Post by magick »

The --enable-libtool-verbose configure option is no longer needed now that we have silent build capability introduced by recent releases of automake / autoconf / libtool. You can safely remove this option, use --disable-silent-rules instead.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Warning about --enable-libtool-verbose

Post by fmw42 »

thanks
Post Reply