Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
0001dd31
Commit
0001dd31
authored
Jul 17, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
top_srcdir.
parent
0878dc57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
configure.ac
configure.ac
+2
-2
vlc-config.in.in
vlc-config.in.in
+7
-7
No files found.
configure.ac
View file @
0001dd31
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.3
2 2003/07/17 12:06:10
sam Exp $
dnl $Id: configure.ac,v 1.3
3 2003/07/17 14:54:26
sam Exp $
AC_INIT(vlc,0.6.0)
...
...
@@ -3193,7 +3193,7 @@ AC_SUBST(PLUGIN_PATH)
dnl
dnl Handle substvars that use $(top_srcdir)
dnl
VLC_CONFIG="top_
srcdir=\"\$(top_src
dir)\" \$(top_builddir)/vlc-config"
VLC_CONFIG="top_
builddir=\"\$(top_build
dir)\" \$(top_builddir)/vlc-config"
AC_SUBST(VLC_CONFIG)
CPPFLAGS_save="${CPPFLAGS_save} -I\$(top_srcdir)/include"
...
...
vlc-config.in.in
View file @
0001dd31
...
...
@@ -80,8 +80,8 @@ fi
if
test
"@includedir@"
!=
"/usr/include"
;
then
includes
=
"-I@includedir@"
fi
if
test
"
${
top_
src
dir
}
"
!=
""
;
then
top_
srcdir
=
"
${
top_src
dir
}
/"
if
test
"
${
top_
build
dir
}
"
!=
""
;
then
top_
builddir
=
"
${
top_build
dir
}
/"
fi
cppflags
=
"
${
includes
}
"
libs
=
"-L@libdir@"
...
...
@@ -246,7 +246,7 @@ if test "${echo_target}" = yes; then
for
module
in
`
echo
"
${
plugins
}
"
`
;
do
register_targets
"
${
module
}
"
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
src
dir
}
modules/
${
target
}
_plugin "
;
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
build
dir
}
modules/
${
target
}
_plugin "
;
done
printf
'\n'
fi
if
test
"
${
echo_builtin
}
"
=
yes
;
then
...
...
@@ -254,9 +254,9 @@ if test "${echo_target}" = yes; then
register_targets
"
${
module
}
"
done
if
test
"
${
echo_pic
}
"
=
yes
;
then
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
src
dir
}
modules/
${
target
}
_pic.a "
;
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
build
dir
}
modules/
${
target
}
_pic.a "
;
done
else
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
src
dir
}
modules/
${
target
}
.a "
;
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
build
dir
}
modules/
${
target
}
.a "
;
done
fi
printf
'\n'
fi
...
...
@@ -288,9 +288,9 @@ if test "${echo_libs}" = yes; then
register_flags
"
${
module
}
"
done
if
test
"
${
echo_pic
}
"
=
yes
;
then
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
src
dir
}
modules/
${
target
}
_pic.a "
;
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
build
dir
}
modules/
${
target
}
_pic.a "
;
done
else
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
src
dir
}
modules/
${
target
}
.a "
;
done
for
target
in
`
echo
"
${
list
}
"
`
;
do
printf
"
${
top_
build
dir
}
modules/
${
target
}
.a "
;
done
fi
fi
echo
"
${
libs
}
${
ldflags
}
"
...
...
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