Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
06bbffa6
Commit
06bbffa6
authored
Jul 20, 2007
by
Pierre d'Herbemont
Browse files
contrib: Really install libtool on Mac OS X as default version isn't working well enough.
parent
f12d0afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
06bbffa6
...
...
@@ -286,16 +286,18 @@ DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
# ***************************************************************************
ifdef
HAVE_DARWIN_OS
.libtool
:
if
test
-x
/usr/bin/glibtoolize
;
then
\
mkdir
-p
$(PREFIX)
/bin
;
\
ln
-sf
/usr/bin/glibtoolize
$(PREFIX)
/bin/libtoolize
;
\
fi
if
test
-f
/usr/share/aclocal/libtool.m4
;
then
\
mkdir
-p
$(PREFIX)
/share/aclocal
;
\
ln
-sf
/usr/share/aclocal/libtool.m4
$(PREFIX)
/share/aclocal
;
\
fi
libtool-$(LIBTOOL_VERSION).tar.gz
:
$(WGET)
$(LIBTOOL_URL)
libtool
:
libtool-$(LIBTOOL_VERSION).tar.gz
$(EXTRACT_GZ)
.libtool
:
libtool
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_PKG
+=
libtool
DISTCLEAN_PKG
+=
libtool-
$(LIBTOOL_VERSION)
.tar.gz
endif
ifeq
($(BUILD),i586-pc-beos)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment