comparison src/hdf5.mk @ 4555:c2d59e7a4ad3

libtool, fontconfig update * src/build-libtool.mk, src/libtool.mk: update version, checksum * src/fontconfig.mk: update version, checksum * src/hdf5.mk: call aclocal and libttolize in build * src/gl2ps.mk: call aclocal and libttolize in build
author John D
date Tue, 28 Nov 2017 15:43:53 -0500
parents 1dc44d7a2103
children 5a6cc59b7186
comparison
equal deleted inserted replaced
4554:84c86b41a6a2 4555:c2d59e7a4ad3
68 cp '$(1)/src/H5Tinit.c.mingw32' '$(1)/src/H5Tinit.c.mingw' \ 68 cp '$(1)/src/H5Tinit.c.mingw32' '$(1)/src/H5Tinit.c.mingw' \
69 ;; \ 69 ;; \
70 esac 70 esac
71 71
72 # build GCC and support libraries 72 # build GCC and support libraries
73 cd '$(1)' && autoreconf 73 cd '$(1)' && aclocal && libtoolize && autoreconf
74 mkdir '$(1)/.build' 74 mkdir '$(1)/.build'
75 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ 75 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
76 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 76 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
77 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 77 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
78 $(ENABLE_SHARED_OR_STATIC) \ 78 $(ENABLE_SHARED_OR_STATIC) \