diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-12-10 21:49:27 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-12-22 03:24:21 +0000 |
commit | 63bcdc5227578015870c1eedc8c59861e9734971 (patch) | |
tree | 4ddf406502f60c293bb8a29d3e680e5891910401 /configure.ac | |
parent | 1a6c67c8f507ad6918b6a27cab9eb734cc1d4bd4 (diff) |
More complicated package name substitution for Mac deployment
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 63a745393e..732f550be2 100644 --- a/configure.ac +++ b/configure.ac @@ -314,6 +314,9 @@ case $host in AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool) AC_PATH_TOOL([OTOOL], [otool], otool) AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage) + AC_PATH_PROGS([CAIROSVG], [cairosvg cairosvg-py3 cairosvg-py2],cairosvg) + AC_PATH_PROGS([IMAGEMAGICK_CONVERT], [convert],convert) + AC_PATH_PROGS([TIFFCP], [tiffcp],tiffcp) dnl libtool will try to strip the static lib, which is a problem for dnl cross-builds because strip attempts to call a hard-coded ld, |