Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
caa12e0a
Commit
caa12e0a
authored
Dec 04, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac: Fixed an old bug that caused vlc-config to be sometimes
not set executable when regenerated.
parent
28fb55bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
configure.ac
configure.ac
+8
-7
No files found.
configure.ac
View file @
caa12e0a
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.12
6 2003/12/01 23:39:11 gbazin
Exp $
dnl $Id: configure.ac,v 1.12
7 2003/12/04 15:54:58 sam
Exp $
AC_INIT(vlc,0.7.0-test1)
...
...
@@ -3487,9 +3487,7 @@ AX_VLC_SUBSTS
dnl Create vlc-config.in
AX_OUTPUT_VLC_CONFIG_IN
AC_OUTPUT([
vlc-config
AC_CONFIG_FILES([
Makefile
autotools/Makefile
debian/Makefile
...
...
@@ -3503,7 +3501,9 @@ AC_OUTPUT([
po/Makefile.in
share/Makefile
src/Makefile
])
AC_CONFIG_FILES([
modules/access/Makefile
modules/access/dshow/Makefile
modules/access/dvb/Makefile
...
...
@@ -3573,11 +3573,12 @@ AC_OUTPUT([
modules/visualization/scope/Makefile
modules/visualization/xosd/Makefile
modules/visualization/visual/Makefile
],[
chmod 0755 vlc-config
])
dnl Generate makefiles found by bootstrap
AC_CONFIG_FILES([vlc-config], [chmod 0755 vlc-config])
dnl Generate makefiles
AC_OUTPUT
printf "
vlc configuration
...
...
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