Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
24f97b46
Commit
24f97b46
authored
Sep 04, 2005
by
Christophe Massiot
Browse files
* extras/contrib/src/Makefile: Really fixed the libtool target.
parent
b86026bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
24f97b46
...
@@ -227,7 +227,10 @@ ifdef HAVE_DARWIN_OS
...
@@ -227,7 +227,10 @@ 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-
$(AUTOMAKE_VERSION)
;
\
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
fi
touch
$@
touch
$@
endif
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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