Commit b86026bb authored by Christophe Massiot's avatar Christophe Massiot

* extras/contrib/src/Makefile: Really fixed the libtool target.

parent d254b103
......@@ -227,7 +227,7 @@ ifdef HAVE_DARWIN_OS
.libtool:
if test -x /usr/bin/glibtoolize; then \
ln -sf /usr/bin/glibtoolize $(PREFIX)/bin/libtoolize ; \
ln -sf /usr/share/aclocal/libtool.m4 $(PREFIX)/share/aclocal ; \
ln -sf /usr/share/aclocal/libtool.m4 $(PREFIX)/share/aclocal-$(AUTOMAKE_VERSION) ; \
fi
touch $@
endif
......
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