# HG changeset patch # User John D # Date 1483275390 18000 # Node ID 7384a91ed38a4d6eb30f42ee8aea4ab4d53df8e0 # Parent 411ddca4207f49e4613288cdc48d31adcc8357b1 * src/fontconfig.mk: call autoreconf before configure diff -r 411ddca4207f -r 7384a91ed38a src/fontconfig.mk --- a/src/fontconfig.mk Sat Dec 31 09:54:08 2016 -0500 +++ b/src/fontconfig.mk Sun Jan 01 07:56:30 2017 -0500 @@ -17,6 +17,7 @@ endef define $(PKG)_BUILD + cd '$(1)' && autoreconf -fi cd '$(1)' && ./configure \ $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ FREETYPE_CFLAGS='-I$(HOST_INCDIR)/freetype2' \