Commit 7c22d840 authored by Rafaël Carré's avatar Rafaël Carré

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

This reverts commit b590a13f.
parent 4ca64b24
...@@ -132,7 +132,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.bz2 ...@@ -132,7 +132,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.bz2
$(UNPACK) $(UNPACK)
$(MOVE) $(MOVE)
.autoconf: autoconf .pkg-config .autoconf: autoconf
(cd $<; ./configure --prefix=$(PREFIX) && make && make install) (cd $<; ./configure --prefix=$(PREFIX) && make && make install)
touch $@ 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