X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fautotools.mk;h=b204f80dba910b331107b3b7d3dfab45a134da91;hb=135cfe50c90da2c191bd769afd9043a6480f084d;hp=4a7c10bf8611c56440b38ec16d79a4985fee8f83;hpb=5495be14216748dd974744011821c4bdd20b8553;p=librecmc%2Flibrecmc.git diff --git a/include/autotools.mk b/include/autotools.mk index 4a7c10bf86..b204f80dba 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -29,6 +29,7 @@ define autoreconf $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \ -B $(STAGING_DIR_HOST)/share/aclocal \ -B $(STAGING_DIR)/host/share/aclocal \ + -B $(STAGING_DIR)/usr/share/aclocal \ $(patsubst %,-I %,$(PKG_LIBTOOL_PATHS)) $(PKG_LIBTOOL_PATHS) || true; \ fi; \ ) \