Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/589
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 19, 2017
1 parent a6802e2 commit c837f53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Magick++/bin/Magick++-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ while test $# -gt 0; do
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cflags)
pkg-config --cflags Magick++
@PKG_CONFIG@ --cflags Magick++
;;
--cxxflags)
pkg-config --cflags Magick++
@PKG_CONFIG@ --cflags Magick++
;;
--cppflags)
pkg-config --cflags Magick++
@PKG_CONFIG@ --cflags Magick++
;;
--ldflags)
pkg-config --libs Magick++
@PKG_CONFIG@ --libs Magick++
;;
--libs)
pkg-config --libs Magick++
@PKG_CONFIG@ --libs Magick++
;;
*)
echo "${usage}" 1>&2
Expand Down
10 changes: 5 additions & 5 deletions MagickCore/MagickCore-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ while test $# -gt 0; do
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cflags)
pkg-config --cflags MagickCore
@PKG_CONFIG@ --cflags MagickCore
;;
--cxxflags)
pkg-config --cflags MagickCore
@PKG_CONFIG@ --cflags MagickCore
;;
--cppflags)
pkg-config --cflags MagickCore
@PKG_CONFIG@ --cflags MagickCore
;;
--ldflags)
pkg-config --libs MagickCore
@PKG_CONFIG@ --libs MagickCore
;;
--libs)
pkg-config --libs MagickCore
@PKG_CONFIG@ --libs MagickCore
;;
--coder-path)
echo "@CODER_PATH@"
Expand Down
10 changes: 5 additions & 5 deletions MagickWand/MagickWand-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ while test $# -gt 0; do
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
;;
--cflags)
pkg-config --cflags MagickWand
@PKG_CONFIG@ --cflags MagickWand
;;
--cxxflags)
pkg-config --cflags MagickWand
@PKG_CONFIG@ --cflags MagickWand
;;
--cppflags)
pkg-config --cflags MagickWand
@PKG_CONFIG@ --cflags MagickWand
;;
--ldflags)
pkg-config --libs MagickWand
@PKG_CONFIG@ --libs MagickWand
;;
--libs)
pkg-config --libs MagickWand
@PKG_CONFIG@ --libs MagickWand
;;
*)
echo "${usage}" 1>&2
Expand Down

0 comments on commit c837f53

Please sign in to comment.