Commit b590a13f authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

extra/tools: make sure autoconf can access pkg-config macros

If we don't build pkg-config (because a previous installation exists
somewhere else), autoconf won't find PKG_* m4 macros and fail to
run on packages using them (if they don't ship the macros either)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d4b6d6c2
......@@ -132,7 +132,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.bz2
$(UNPACK)
$(MOVE)
.autoconf: autoconf
.autoconf: autoconf .pkg-config
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@
......
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