Commit 4b1c0e54 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: make sure aclocal directory exists before autoreconf

parent 1499f0a3
......@@ -184,7 +184,8 @@ UNPACK_DIR = $(basename $(basename $(notdir $<)))
APPLY = (cd $(UNPACK_DIR) && patch -p1) <
MOVE = mv $(UNPACK_DIR) $@ && touch $@
RECONF = cd $< && autoreconf -fiv $(ACLOCAL_AMFLAGS)
RECONF = mkdir -p -- $(PREFIX)/share/aclocal && \
cd $< && autoreconf -fiv $(ACLOCAL_AMFLAGS)
CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \
-DCMAKE_INSTALL_PREFIX=$(PREFIX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment