diff src/of-dicom.mk @ 4386:d28a54afe7e7

of-dicom: update patch to work for both stable and dev octave * src/of-dicom-1-fixes.patch: update patch from dicom repo * src/of-dicom.mk: call autoreconfig on src directory
author John D
date Tue, 16 May 2017 08:36:10 -0400
parents 2dbbba3cfa86
children 1933a9113e65
line wrap: on
line diff
--- a/src/of-dicom.mk	Thu May 04 11:12:04 2017 -0400
+++ b/src/of-dicom.mk	Tue May 16 08:36:10 2017 -0400
@@ -24,5 +24,6 @@
 endef
 
 define $(PKG)_BUILD
+    cd '$(1)/src' && autoreconf -fi
     $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
 endef