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