aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2020-09-25 21:18:01 -0400
committerCarl Dong <contact@carldong.me>2020-12-11 11:43:11 -0500
commit22437fc72e78ba3845a3953853d40093de32c395 (patch)
treeaee928dba9fe3ddc2ba9023d730b96be54d3faf0 /configure.ac
parentb76abae387b9ac2526c315c95b0f2da8c78e16fc (diff)
downloadbitcoin-22437fc72e78ba3845a3953853d40093de32c395.tar.xz
build: Run libdmg-hfsplus's DMG tool in make deploy
Previously, the compression of the .iso file to a .dmg file was done outside of `make deploy' in order to use the faketime-wrapped version of libdmg-hfsplus's DMG tool. Specifying the faketime-wrapped version of the DMG tool to ./configure fixes this and simplifies build scripts.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d951afba1..bdfbd91445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -670,6 +670,7 @@ 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([DMG], [dmg], dmg)
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
AC_PATH_PROGS([IMAGEMAGICK_CONVERT], [convert],convert)
AC_PATH_PROGS([TIFFCP], [tiffcp],tiffcp)