Commit 9b8a5820 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

contrib: allow RECONF without depending on gettext/autopoint on iOS

(cherry picked from commit 1bd957daba56749e8d5a1d2d348bf85015e03441)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 153de15c
......@@ -317,8 +317,13 @@ UPDATE_AUTOCONFIG = for dir in $(AUTOMAKE_DATA_DIRS); do \
fi; \
done
ifdef HAVE_IOS
AUTORECONF = AUTOPOINT=true autoreconf
else
AUTORECONF = autoreconf
endif
RECONF = mkdir -p -- $(PREFIX)/share/aclocal && \
cd $< && autoreconf -fiv $(ACLOCAL_AMFLAGS)
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