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
ca7e34b3
Commit
ca7e34b3
authored
Aug 11, 2005
by
Christophe Massiot
Browse files
* configure.ac: Fixed the contrib path in the general case.
parent
728dd91a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ca7e34b3
...
...
@@ -73,7 +73,11 @@ AC_C_INLINE
dnl
dnl Check for the contrib directory
dnl
topdir="`pwd`"
topdir="`dirname $0`"
if test "`echo \"$topdir\" | cut -c 1`" != "/"; then
topdir="`pwd`/$topdir"
fi
if test -d ${topdir}/extras/contrib/lib; then
export PATH=${topdir}/extras/contrib/bin:$PATH
CPPFLAGS="${CPPFLAGS} -I${topdir}/extras/contrib/include"
...
...
Write
Preview
Markdown
is supported
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