Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
caa12e0a
Commit
caa12e0a
authored
Dec 04, 2003
by
Sam Hocevar
Browse files
* 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
configure.ac
View file @
caa12e0a
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.12
6
2003/12/0
1 23:39:11 gbazin
Exp $
dnl $Id: configure.ac,v 1.12
7
2003/12/0
4 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
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